How to add tool call response later when response is recieved as callback from third party tool #2759
Closed
MahorShekhar
started this conversation in
General
Replies: 1 comment
-
|
Hey @MahorShekhar |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
One of my toolkit has a tool call which submits a request to some third party tool which will send response as a callback at the sometime in future. Once I receive the callback response, I need to add it to history and trigger our Team agent again. But once I add it like this:
I can't add it as role
toolbecause I'm getting below error:How to handle this case ?
@monali7-d @dirkbrnd @ysolanky @kausmeows please assist me with this. This is a blocker and it is super urgent.
Beta Was this translation helpful? Give feedback.
All reactions