Share via


root.agentConnectors.toolSource.plugin object

Configuration details for connectors that leverage a Plugin Manifest. Either both id and file properties must be provided (for external plugin reference), or only the description property must be provided (for inline plugin manifest).

Properties that reference this object type:

Syntax

{
  "id": "{string}",
  "file": "{string}"
}

Properties

id

The unique identifier of the plugin that provides the tools.

Type
string

Required

Constraints
Maximum string length: 64.

Supported values

file

The relative path to the plugin manifest file within the app package.

Type
string

Required

Constraints
Maximum string length: 2048.

Supported values