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

Support withResponse() for Parse Completion #1057

Closed
1 task done
margostino opened this issue Sep 11, 2024 · 1 comment · Fixed by #1058
Closed
1 task done

Support withResponse() for Parse Completion #1057

margostino opened this issue Sep 11, 2024 · 1 comment · Fixed by #1058
Labels
enhancement New feature or request

Comments

@margostino
Copy link

margostino commented Sep 11, 2024

Confirm this is a feature request for the Node library and not the underlying OpenAI API.

  • This is a feature request for the Node library

Describe the feature or improvement you're requesting

Currently for chat completion we can use withResponse() to get the parsed response data and the raw Response instance. In my case to extract headers.

This feature request is to support the same when Parse Completion is used.

I created this PR to reflect the intention of it.

Additional context

No response

@RobertCraigie
Copy link
Collaborator

This will be fixed in the next release! v4.59.0 #1059

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants