Skip to content

PURISTA API


PURISTA API / @purista/core / AllowedAgentDefinition

Type Alias: AllowedAgentDefinition<Output, Payload, Parameter>

AllowedAgentDefinition<Output, Payload, Parameter> = object

Defined in: AgentQueueBuilder/types.ts:79

Type Parameters

Output

Output extends Schema = Schema

Payload

Payload extends Schema = Schema

Parameter

Parameter extends Schema = Schema

Properties

agentName

agentName: string

Defined in: AgentQueueBuilder/types.ts:84


outputSchema?

optional outputSchema?: Output

Defined in: AgentQueueBuilder/types.ts:86


parameterSchema?

optional parameterSchema?: Parameter

Defined in: AgentQueueBuilder/types.ts:88


payloadSchema?

optional payloadSchema?: Payload

Defined in: AgentQueueBuilder/types.ts:87


serviceVersion

serviceVersion: string

Defined in: AgentQueueBuilder/types.ts:85