OpenAi responses API - thread ID #12697
Unanswered
JP-droidic
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
I just encountered an issue with SK dotnet-1.60.0/OpenAI 2.2.0-beta.4
I have an Response agent with a bunch of SK functions as tools and almost a vanilla implementation
` var responseItems = assistant.InvokeStreamingAsync(message, thread);
await foreach (var responseItem in responseItems)
{
`
If a user asks a question that requires a function to be called, the thread ends.Id is going to have Id of the function that has been executed not the call after
Please see the printscreen attached:
As you can see, the first response is a function call


and second is, actual LLM response
at the end thread.Id has value of the first call
Beta Was this translation helpful? Give feedback.
All reactions