fix(ChatServices): update prompt message for clarity on tool results
This commit is contained in:
parent
75f34e5faf
commit
0dd8c8c1ce
1 changed files with 1 additions and 2 deletions
|
|
@ -396,8 +396,7 @@ export class ChatServices {
|
||||||
),
|
),
|
||||||
AIMessagePromptTemplate.fromTemplate(
|
AIMessagePromptTemplate.fromTemplate(
|
||||||
`
|
`
|
||||||
The tool just returned value in last call answer the question based on tool description.
|
The tool just returned value in last call answer the question based on tool result.
|
||||||
Answer this to the user.
|
|
||||||
`
|
`
|
||||||
),
|
),
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue