From 449774c2d2ad42fb1d0e31a6803965c5fd6b54a8 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 abec805f..1dc485e9 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. ` ),