Skip to content

Fix #944 by updating the models document page to cover extra_args #950

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

Merged
merged 1 commit into from
Jun 27, 2025

Conversation

seratch
Copy link
Member

@seratch seratch commented Jun 27, 2025

This pull request resolves #944

@seratch seratch requested a review from rm-openai June 27, 2025 02:14
@seratch seratch self-assigned this Jun 27, 2025
@seratch seratch added the documentation Improvements or additions to documentation label Jun 27, 2025
Copy link
Member Author

@seratch seratch left a comment

Choose a reason for hiding this comment

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

left two comments for reviewers

@@ -1,106 +0,0 @@
# モデル
Copy link
Member Author

Choose a reason for hiding this comment

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

this file is no longer used

@@ -93,6 +93,22 @@ english_agent = Agent(
)
```

Also, when you use OpenAI's Responses API, [there are a few other optional parameters](https://platform.openai.com/docs/api-reference/responses/create) (e.g., `user`, `service_tier`, and so on). If they are not available at the top level, you can use `extra_args` to pass them as well.
Copy link
Member Author

Choose a reason for hiding this comment

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

These lines are the essential changes in this PR

@rm-openai rm-openai merged commit 381e90d into main Jun 27, 2025
5 checks passed
@rm-openai rm-openai deleted the issue-944-extra-args-doc branch June 27, 2025 15:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add "user" property from Reponses API for caching/tracking and abuse issues
2 participants