Skip to content

Commit 07d2927

Browse files
authored
Merge pull request #187 from lm-sys/lsyin/fix-gpt-oss-toolcall
Fix gpt-oss wording
2 parents 43be210 + b69389c commit 07d2927

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

blog/2025-08-27-gpt-oss.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ which achieves:
9696

9797
## Powering Agentic Applications 🤖
9898

99-
To better enable agentic workflows, SGLang offers [OpenAI Response API support](https://docs.sglang.ai/basic_usage/gpt_oss.html#responses-api) and [native chat completion support](https://docs.sglang.ai/advanced_features/function_calling.html#). Here is an example of how to build a simple web search agent with SGLang.
99+
To better enable agentic workflows, SGLang offers [OpenAI Response API support](https://docs.sglang.ai/basic_usage/gpt_oss.html#responses-api) and [native chat completion support](https://docs.sglang.ai/advanced_features/function_calling.html#). Here is an example of how to build a simple web search agent with SGLang (`python3.12` and `gpt-oss` package are required for built-in tools, more setup details can be found [here](https://docs.sglang.ai/basic_usage/gpt_oss.html#responses-api)).
100100

101101
Launch the server:
102102

0 commit comments

Comments
 (0)