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/781623e58befc00a555cf73ccbac598a72bb700c/src/ax/ai/types.ts#L421

Single thinking block item with its signature

Properties

data

TypeScript
data: string;

Defined in: https://github.com/ax-llm/ax/blob/781623e58befc00a555cf73ccbac598a72bb700c/src/ax/ai/types.ts#L422


encrypted

TypeScript
encrypted: boolean;

Defined in: https://github.com/ax-llm/ax/blob/781623e58befc00a555cf73ccbac598a72bb700c/src/ax/ai/types.ts#L423


signature?

TypeScript
optional signature: string;

Defined in: https://github.com/ax-llm/ax/blob/781623e58befc00a555cf73ccbac598a72bb700c/src/ax/ai/types.ts#L424

Docs