We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Code interpreter input / output is not accessible via StepDetails as described here - https://platform.openai.com/docs/api-reference/runs/step-object
The text was updated successfully, but these errors were encountered:
Looks like the API was updated.
At the time of writing step details ToolCalls only returned functions
ToolCalls
OpenAI-DotNet/OpenAI-DotNet/Threads/StepDetails.cs
Line 26 in 54958d2
OpenAI-DotNet/OpenAI-DotNet/Threads/ToolCall.cs
Line 18 in 54958d2
Sorry, something went wrong.
Maybe, since the api is kind of fluid right now add the entire response json (as plain string) to BaseResponse ?
Absolutely not
StephenHodgson
Successfully merging a pull request may close this issue.
Bug Report
Overview
Code interpreter input / output is not accessible via StepDetails
as described here - https://platform.openai.com/docs/api-reference/runs/step-object
The text was updated successfully, but these errors were encountered: