Skip to content
New issue

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 #224

Closed
benjicoh opened this issue Jan 24, 2024 · 3 comments · Fixed by #229
Closed

Code interpreter input / output is not accessible via StepDetails #224

benjicoh opened this issue Jan 24, 2024 · 3 comments · Fixed by #229
Assignees
Labels
enhancement New feature or request

Comments

@benjicoh
Copy link

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

@benjicoh benjicoh added the bug Something isn't working label Jan 24, 2024
@StephenHodgson
Copy link
Member

Looks like the API was updated.

At the time of writing step details ToolCalls only returned functions

public IReadOnlyList<ToolCall> ToolCalls { get; private set; }

/// The type of tool call the output is required for. For now, this is always 'function'.

@StephenHodgson StephenHodgson added enhancement New feature or request and removed bug Something isn't working labels Jan 24, 2024
@StephenHodgson StephenHodgson self-assigned this Jan 24, 2024
@benjicoh
Copy link
Author

benjicoh commented Jan 24, 2024

Maybe, since the api is kind of fluid right now add the entire response json (as plain string) to BaseResponse ?

@StephenHodgson
Copy link
Member

Maybe, since the api is kind of fluid right now add the entire response json (as plain string) to BaseResponse ?

Absolutely not

@StephenHodgson StephenHodgson linked a pull request Jan 26, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Development

Successfully merging a pull request may close this issue.

2 participants