mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
[Obs AI Assistant] Improve instructions for the summarize function (#212936)
This commit is contained in:
parent
decf5feba5
commit
ec127e271c
1 changed files with 1 additions and 1 deletions
|
@ -112,7 +112,7 @@ export const registerFunctions: RegistrationCallback = async ({
|
|||
if (isKnowledgeBaseReady) {
|
||||
if (availableFunctionNames.includes(SUMMARIZE_FUNCTION_NAME)) {
|
||||
instructions.push(`You can use the "${SUMMARIZE_FUNCTION_NAME}" function to store new information you have learned in a knowledge database.
|
||||
Only use this function when the user asks for it.
|
||||
Only use this function when the user asks to remember or store some information.
|
||||
All summaries MUST be created in English, even if the conversation was carried out in a different language.`);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue