This commit is contained in:
Xi Yan 2025-03-13 17:36:21 -07:00
parent 9e7c2a16e1
commit a91771f034
3 changed files with 40 additions and 2 deletions

View file

@ -5448,11 +5448,22 @@ components:
type: string
provider_type:
type: string
config:
type: object
additionalProperties:
oneOf:
- type: 'null'
- type: boolean
- type: number
- type: string
- type: array
- type: object
additionalProperties: false
required:
- api
- provider_id
- provider_type
- config
title: ProviderInfo
InvokeToolRequest:
type: object