mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-03 09:53:45 +00:00
integrate connectors api within responses api impl in agentic provider
Signed-off-by: Jaideep Rao <jrao@redhat.com>
This commit is contained in:
parent
3b1b37862e
commit
01a76e0084
13 changed files with 88 additions and 23 deletions
10
docs/static/deprecated-llama-stack-spec.yaml
vendored
10
docs/static/deprecated-llama-stack-spec.yaml
vendored
|
|
@ -4039,8 +4039,13 @@ components:
|
|||
type: string
|
||||
title: Server Label
|
||||
server_url:
|
||||
type: string
|
||||
title: Server Url
|
||||
anyOf:
|
||||
- type: string
|
||||
- type: 'null'
|
||||
connector_id:
|
||||
anyOf:
|
||||
- type: string
|
||||
- type: 'null'
|
||||
headers:
|
||||
anyOf:
|
||||
- additionalProperties: true
|
||||
|
|
@ -4073,7 +4078,6 @@ components:
|
|||
type: object
|
||||
required:
|
||||
- server_label
|
||||
- server_url
|
||||
title: OpenAIResponseInputToolMCP
|
||||
description: Model Context Protocol (MCP) tool configuration for OpenAI response inputs.
|
||||
CreateOpenaiResponseRequest:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue