-
Notifications
You must be signed in to change notification settings - Fork 1.5k
docs: add README files for examples directory #46
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
Danztee
wants to merge
41
commits into
openai:main
Choose a base branch
from
Danztee:docs/add-example-readmes
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+297
−2
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Danztee
commented
Aug 6, 2025
- Add comprehensive setup guides for agents-sdk-js and agents-sdk-python
- Add documentation for Streamlit chat interface
- Create overview README for examples directory
- Include prerequisites, setup instructions, and troubleshooting tips
- Add comprehensive setup guides for agents-sdk-js and agents-sdk-python - Add documentation for Streamlit chat interface - Create overview README for examples directory - Include prerequisites, setup instructions, and troubleshooting tips
@dkundel-openai @zhuohan123 please, kindly check this out |
This was referenced Aug 8, 2025
Merged
dkundel-openai
requested changes
Aug 12, 2025
* evals: admit --sampler chat_completions * gpt_oss.evals: allow modifying the model names
Move activation buffers from Model to Context, so they are no longer shared across contexts and multiple contexts can sample in parallel
- Put quotes around `pip -e` args - Use `hf` over `huggingface-cli` (deprecated)
Corrected several typographical errors and improved grammar throughout the README for better clarity and professionalism. Changes include fixing word forms, possessives, and minor phrasing issues. Co-authored-by: Romain Huet <[email protected]>
Addresses multiple small typos and grammatical errors in the main README.md as well as some improvements in phrasing for clarity.
Critical edits Co-authored-by: Romain Huet <[email protected]>
Co-authored-by: Romain Huet <[email protected]>
Signed-off-by: Tomoya Fujita <[email protected]>
* add compatibility test * update readme * update test suite * fix example config * fix typo * bump version
Signed-off-by: Xinyuan Tong <[email protected]>
* docs: add table of contents to README.md * fix: clean up markdown files
Co-authored-by: Adarsh N <[email protected]>
* feat: implement Gradio chatbot interface with function calling and browser search capabilities * updates !
Co-authored-by: Dominik Kundel <[email protected]>
Removes the unused `WeatherParams` class and its corresponding `BaseModel` import from `pydantic`. This code was not referenced anywhere in the script. Removing it reduces clutter. Co-authored-by: Adarsh N <[email protected]>
The function originally named `search_tool` has a specific purpose of fetching weather information, but the name was too generic. Renaming it to `get_weather` increases readability and maintainability for future developers. Co-authored-by: Adarsh N <[email protected]>
fixes invalid tokenizer import in build-system-prompt.py
* Update simple_browser_tool.py Fixed a typo in variable name: lenghts -> lengths * Update api_server.py Added validation to get_reasoning_effort, documenting the function and raising a clear ValueError when an unsupported effort string is provided instead of returning None Updated the /v1/responses endpoint to catch invalid reasoning effort inputs and return an HTTP 422 error, preventing server-side crashes
Signed-off-by: Tomoya Fujita <[email protected]>
Signed-off-by: Tomoya Fujita <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.