Skip to content

Interface: CreateAgentResponse

@kortexya/reasoninglayer


@kortexya/reasoninglayer / Cognitive / CreateAgentResponse

Interface: CreateAgentResponse

Defined in: src/types/cognitive.ts:376

Response after creating an agent.

Properties

agentId

agentId: string

Defined in: src/types/cognitive.ts:378

ID of the created agent (UUID).


message

message: string

Defined in: src/types/cognitive.ts:382

Message.


name

name: string

Defined in: src/types/cognitive.ts:380

Name of the agent.