AxAgentStructuredClarification Generated TypeScript API reference. typescript api api/reference build/apidocs/TypeAlias.AxAgentStructuredClarification.md type AxAgentStructuredClarification

AxAgentStructuredClarification

TypeScript
type AxAgentStructuredClarification = object;

Defined in: https://github.com/ax-llm/ax/blob/5b28f9093bb70863b59459bb6df5062d005bce41/src/ax/agent/agentInternal/agentStateTypes.ts#L105

Indexable

TypeScript
[key: string]: unknown

Properties

choices?

TypeScript
optional choices: AxAgentClarificationChoice[];

Defined in: https://github.com/ax-llm/ax/blob/5b28f9093bb70863b59459bb6df5062d005bce41/src/ax/agent/agentInternal/agentStateTypes.ts#L108


question

TypeScript
question: string;

Defined in: https://github.com/ax-llm/ax/blob/5b28f9093bb70863b59459bb6df5062d005bce41/src/ax/agent/agentInternal/agentStateTypes.ts#L106


type?

TypeScript
optional type: AxAgentClarificationKind;

Defined in: https://github.com/ax-llm/ax/blob/5b28f9093bb70863b59459bb6df5062d005bce41/src/ax/agent/agentInternal/agentStateTypes.ts#L107

Docs