Interface: CreateAgentResponse
@kortexya/reasoninglayer / Cognitive / CreateAgentResponse
Interface: CreateAgentResponse
Defined in: src/types/cognitive.ts:354
Response after creating an agent.
Properties
agentId
agentId:
string
Defined in: src/types/cognitive.ts:356
ID of the created agent (UUID).
message
message:
string
Defined in: src/types/cognitive.ts:360
Message.
name
name:
string
Defined in: src/types/cognitive.ts:358
Name of the agent.