Skip to content

Commit d02eb95

Browse files
Fix link for native chat completion support (#196)
Updated link to native chat completion support in SGLang documentation.
1 parent fbaec0e commit d02eb95

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
@@ -102,7 +102,7 @@ which achieves:
102102

103103
## Powering Agentic Applications 🤖
104104

105-
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)).
105+
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/tool_parser.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)).
106106

107107
Launch the server:
108108

0 commit comments

Comments
 (0)