You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The URLs are expected to be MCP SSE servers that implement `instructions` in server info and well documented tools. The tools will be injected into the system prompt for the model to enable them.
173
173
174
-
GPT OSS also expects a builtin tool called container. It doesn't have exposed tool type in openai types.
174
+
GPT OSS also expects a built-in tool called container. It doesn't have exposed tool type in openai types.
175
175
For reference the container tool is a stateful docker container that can be used to run command line tools.
176
176
The enabled tool namespace is `container` and the tool name used the most is `exec`.
177
-
MCP server need to implement the following functions to support container tool:
178
-
```
179
-
- for tool name: exec
180
-
- args:
181
-
{
182
-
"cmd":List[str] "command to execute",
183
-
"workdir":optional[str] "current working directory",
0 commit comments