Assistant: required action and tool call IDs #323
Unanswered
TheRiverBank
asked this question in
Q&A
Replies: 0 comments
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.
-
Hi,
When the assistant call goes into the "requires action" state I need to fetch the tool call id to continue the run. From the source code I see that this can be retrieved from the requiredAction property of the run object which should include "toolOutputs" which again has the tool call ids. I am kinda new to Kotlin and I can't figure out how to access this property via the run object. My intention is to do something like this:
Beta Was this translation helpful? Give feedback.
All reactions