diff --git a/packages/llm.gblib/services/ChatServices.ts b/packages/llm.gblib/services/ChatServices.ts index abec805fe..1dc485e93 100644 --- a/packages/llm.gblib/services/ChatServices.ts +++ b/packages/llm.gblib/services/ChatServices.ts @@ -396,8 +396,7 @@ export class ChatServices { ), AIMessagePromptTemplate.fromTemplate( ` - The tool just returned value in last call answer the question based on tool description. - Answer this to the user. + The tool just returned value in last call answer the question based on tool result. ` ),