Manually invoking streaming function calls with OpenAIResponseAgent #13279
Tim Marte (enc-timm)
started this conversation in
General
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.
Has anyone found a way to 1.) suppress function auto-invocation and 2.) add - from manual tool invocations - streaming function call content and result content to chat history? I want to control the exception handling from the tool invocations and I have been unable to suppress auto-invocation (I have set autoinvoke=false) or to find a way around using FunctionCallContent/FunctionResultContent and getting "Unsupported content type FunctionCallContent. Cannot convert to ResponseContentPart." when the next streaming invocation is made. Thanks!
All reactions