fix(ChatServices): update prompt message for clarity on tool results
All checks were successful
GBCI / build (push) Successful in 8m37s
All checks were successful
GBCI / build (push) Successful in 8m37s
This commit is contained in:
parent
827b4451a8
commit
449774c2d2
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