mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-03 09:53:45 +00:00
removed a small comment
This commit is contained in:
parent
d08c529ac0
commit
dd9c7b3253
1 changed files with 1 additions and 1 deletions
|
|
@ -487,7 +487,7 @@ class OpenAIResponseInputToolMCP(BaseModel):
|
||||||
:param server_label: Label to identify this MCP server
|
:param server_label: Label to identify this MCP server
|
||||||
:param server_url: URL endpoint of the MCP server
|
:param server_url: URL endpoint of the MCP server
|
||||||
:param headers: (Optional) HTTP headers to include when connecting to the server
|
:param headers: (Optional) HTTP headers to include when connecting to the server
|
||||||
:param authorization: (Optional) OAuth access token for authenticating with the MCP server (provide just the token, not "Bearer <token>")
|
:param authorization: (Optional) OAuth access token for authenticating with the MCP server
|
||||||
:param require_approval: Approval requirement for tool calls ("always", "never", or filter)
|
:param require_approval: Approval requirement for tool calls ("always", "never", or filter)
|
||||||
:param allowed_tools: (Optional) Restriction on which tools can be used from this server
|
:param allowed_tools: (Optional) Restriction on which tools can be used from this server
|
||||||
"""
|
"""
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue