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 4dacda0 commit b1ac90bCopy full SHA for b1ac90b
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