Skip to content

Interface: CreateAgentRequest

@kortexya/reasoninglayer


@kortexya/reasoninglayer / Cognitive / CreateAgentRequest

Interface: CreateAgentRequest

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

Request to create a cognitive agent.

Properties

config?

optional config: AgentConfigDto | null

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

Optional configuration.


name

name: string

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

Name for the agent.


tenantId

tenantId: string

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

Tenant ID for multi-tenancy (UUID).