mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-03 18:00:36 +00:00
precommit
This commit is contained in:
parent
66ca51ac0d
commit
1a6cb7041d
9 changed files with 43 additions and 26 deletions
|
|
@ -1881,6 +1881,13 @@ paths:
|
|||
required: false
|
||||
schema:
|
||||
$ref: '#/components/schemas/URL'
|
||||
- name: authorization
|
||||
in: query
|
||||
description: >-
|
||||
(Optional) OAuth access token for authenticating with the MCP server.
|
||||
required: false
|
||||
schema:
|
||||
type: string
|
||||
deprecated: false
|
||||
/v1/toolgroups:
|
||||
get:
|
||||
|
|
@ -9086,6 +9093,10 @@ components:
|
|||
- type: object
|
||||
description: >-
|
||||
A dictionary of arguments to pass to the tool.
|
||||
authorization:
|
||||
type: string
|
||||
description: >-
|
||||
(Optional) OAuth access token for authenticating with the MCP server.
|
||||
additionalProperties: false
|
||||
required:
|
||||
- tool_name
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue