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/5b28f9093bb70863b59459bb6df5062d005bce41/src/ax/ai/types.ts#L310

Single thinking block item with its signature

Properties

data

TypeScript
data: string;

Defined in: https://github.com/ax-llm/ax/blob/5b28f9093bb70863b59459bb6df5062d005bce41/src/ax/ai/types.ts#L311


encrypted

TypeScript
encrypted: boolean;

Defined in: https://github.com/ax-llm/ax/blob/5b28f9093bb70863b59459bb6df5062d005bce41/src/ax/ai/types.ts#L312


signature?

TypeScript
optional signature: string;

Defined in: https://github.com/ax-llm/ax/blob/5b28f9093bb70863b59459bb6df5062d005bce41/src/ax/ai/types.ts#L313

Docs