We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09a483c commit 189523fCopy full SHA for 189523f
OpenAI/GPT-OSS.md
@@ -192,7 +192,7 @@ Container tool runtime implementation can be referenced from https://github.com/
192
The docker image might need to have some similar features as codex supports
193
To enable container tool in vllm before openai types has it, Add below
194
```
195
-export VLLM_ENABLE_CONTAINER_TOOL=1
+export VLLM_GPT_OSS_USE_CONTAINER_TOOL=1
196
197
To properly run container tool, follow examples in sample_container_mcp.md
198
and run
0 commit comments