[docs] Refactor, remove compiled results and add gpt-oss (#9613)

Co-authored-by: zhaochenyang20 <zhaochenyang20@gmail.com>
This commit is contained in:
Chayenne
2025-08-25 15:27:06 -07:00
committed by GitHub
parent a0a77d937b
commit 9b08d975a0
5 changed files with 176 additions and 621 deletions

View File

@@ -23,6 +23,11 @@ GPTOSS can call builtin tools for web search and Python execution. You can
- Uses the Exa backend for web search.
- Requires an Exa API key; set `EXA_API_KEY` in your environment. Create a key at `https://exa.ai`.
### Tool & Reasoning Parser
- We support OpenAI Reasoning and Tool Call parser, as well as our SGLang native api for tool call and reasoning. Refer to [reasoning parser](../advanced_features/separate_reasoning.ipynb) and [tool call parser](../advanced_features/function_calling.ipynb) for more details.
## Notes
- Use **Python 3.12** for the demo tools. And install the required `gpt-oss` packages.