mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
[Observability] Update required field from 'score' to 'scores' (#203584)
Closes #203739 ## Summary fix error: `“Error scoring documents: Tool call arguments for score were invalid”` [Observability] Update required field from 'score' to 'scores' in scoreSuggestions schema
This commit is contained in:
parent
2c5544cfc8
commit
1b52848c5b
1 changed files with 1 additions and 1 deletions
|
@ -102,7 +102,7 @@ export async function scoreSuggestions({
|
|||
type: 'string',
|
||||
},
|
||||
},
|
||||
required: ['score'],
|
||||
required: ['scores'],
|
||||
} as const,
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue