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
|
|
@ -7258,8 +7258,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
|
||||
|
|
@ -7292,7 +7297,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