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

Add refusal #844

Merged
merged 6 commits into from
Sep 11, 2024
Merged

Add refusal #844

merged 6 commits into from
Sep 11, 2024

Conversation

qhenkart
Copy link
Contributor

@qhenkart qhenkart commented Sep 4, 2024

Describe the change
With structured outputs, the OpenAI API has added the "refusal" field where user generated prompt failures show up. This is clearly defined in the documentation: https://platform.openai.com/docs/guides/structured-outputs/refusals but not present in the SDK

Provide OpenAI documentation link
Provide a relevant API doc from https://platform.openai.com/docs/api-reference

Describe your solution
I simply added the missing field

Tests
n/a

Additional context
n/a

Copy link

codecov bot commented Sep 4, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 99.01%. Comparing base (774fc9d) to head (507d5cd).
Report is 48 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #844      +/-   ##
==========================================
+ Coverage   98.46%   99.01%   +0.55%     
==========================================
  Files          24       26       +2     
  Lines        1364     1422      +58     
==========================================
+ Hits         1343     1408      +65     
+ Misses         15        8       -7     
  Partials        6        6              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Owner

@sashabaranov sashabaranov left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

@sashabaranov sashabaranov merged commit 194a03e into sashabaranov:master Sep 11, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants