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

AxThoughtBlockItem

TypeScript
type AxThoughtBlockItem = object;

Defined in: https://github.com/ax-llm/ax/blob/7965c876f6a5b641e0cf166e8942e540cfde65e1/src/ax/ai/types.ts#L369

Single thinking block item with its signature

Properties

data

TypeScript
data: string;

Defined in: https://github.com/ax-llm/ax/blob/7965c876f6a5b641e0cf166e8942e540cfde65e1/src/ax/ai/types.ts#L370


encrypted

TypeScript
encrypted: boolean;

Defined in: https://github.com/ax-llm/ax/blob/7965c876f6a5b641e0cf166e8942e540cfde65e1/src/ax/ai/types.ts#L371


signature?

TypeScript
optional signature: string;

Defined in: https://github.com/ax-llm/ax/blob/7965c876f6a5b641e0cf166e8942e540cfde65e1/src/ax/ai/types.ts#L372

Docs