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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

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

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
1 participant