From 0dd8c8c1ce9f9176c395b0ca8b8a201bbea49f10 Mon Sep 17 00:00:00 2001 From: "Rodrigo Rodriguez (Pragmatismo)" Date: Sat, 19 Apr 2025 13:21:41 -0300 Subject: [PATCH] fix(ChatServices): update prompt message for clarity on tool results --- packages/llm.gblib/services/ChatServices.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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. ` ),