Skip to content

Interface: CreateAgentRequest

@kortexya/reasoninglayer


@kortexya/reasoninglayer / Cognitive / CreateAgentRequest

Interface: CreateAgentRequest

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

Request to create a cognitive agent.

Properties

config?

optional config: AgentConfigDto | null

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

Optional configuration.


name

name: string

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

Name for the agent.


tenantId

tenantId: string

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

Tenant ID for multi-tenancy (UUID).