fix(ChatServices): update prompt message for clarity on tool results

This commit is contained in:
Rodrigo Rodriguez (Pragmatismo) 2025-04-19 13:21:41 -03:00
parent 75f34e5faf
commit 0dd8c8c1ce

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