UNPKG

@cognigy/rest-api-client

Version:

Cognigy REST-Client

65 lines 1.69 kB
/** * @openapi * components: * schemas: * IAiAgentJobNodeWithTools_2_0: * type: object * properties: * _id: * type: string * referenceId: * type: string * type: * type: string * example: "aiAgentJob" * label: * type: string * comment: * type: string * commentColor: * type: string * analyticsLabel: * type: string * nullable: true * isDisabled: * type: boolean * isEntryPoint: * type: boolean * extension: * type: string * config: * type: object * description: Job node configuration (content varies by implementation) * tools: * type: array * items: * $ref: '#/components/schemas/IAiAgentJobToolNode_2_0' * IAiAgentJobToolNode_2_0: * type: object * properties: * _id: * type: string * referenceId: * type: string * type: * type: string * label: * type: string * comment: * type: string * commentColor: * type: string * analyticsLabel: * type: string * nullable: true * isDisabled: * type: boolean * isEntryPoint: * type: boolean * extension: * type: string * config: * type: object * description: Tool node configuration (content varies by tool type) */ //# sourceMappingURL=IAiAgentJobNodeWithTools_2_0.js.map