cmind/serviceconfig/v1/connector.proto
Package: cmind.serviceconfig.v1
Enums
ConnectorType
| Value | Number | Description |
|---|
CONNECTOR_TYPE_UNSPECIFIED | 0 | |
CONNECTOR_TYPE_LLM | 1 | |
CONNECTOR_TYPE_DATABASE | 2 | |
CONNECTOR_TYPE_API | 3 | |
CONNECTOR_TYPE_ENDPOINT | 4 | |
CONNECTOR_TYPE_DATA_SOURCE | 5 | |
CONNECTOR_TYPE_AGENT_TOOL | 6 | |
CONNECTOR_TYPE_AGENT_ENDPOINT | 7 | |
CONNECTOR_TYPE_MODEL_ENDPOINT | 8 | |
Messages
Connector
| Field | Type | Number | Description |
|---|
type | ConnectorType | 1 | |
label | string | 2 | |
configId | string | 3 | |
stackId | string | 4 | |
deploymentName | string | 5 | |
ArrayConnector
| Field | Type | Number | Description |
|---|
type | ConnectorType | 1 | |
label | string | 2 | |
configId | string | 3 | |
stackIds | repeated string | 4 | |
deploymentNames | repeated string | 5 | |
indirect | bool | 6 | |
ConnectorConfig
| Field | Type | Number | Description |
|---|
connectors | repeated Connector | 1 | |
arrayConnectors | repeated ArrayConnector | 2 | |