fix(ChatServices): update prompt message for clarity on tool results
All checks were successful
GBCI / build (push) Successful in 8m37s

This commit is contained in:
Rodrigo Rodriguez (Pragmatismo) 2025-04-19 13:21:41 -03:00
parent 827b4451a8
commit 449774c2d2

View file

@ -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.
`
),