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/e690b4823b8309e258594064abe941d4cff6ef89/src/ax/ai/types.ts#L441

Single thinking block item with its signature

Properties

data

TypeScript
data: string;

Defined in: https://github.com/ax-llm/ax/blob/e690b4823b8309e258594064abe941d4cff6ef89/src/ax/ai/types.ts#L442


encrypted

TypeScript
encrypted: boolean;

Defined in: https://github.com/ax-llm/ax/blob/e690b4823b8309e258594064abe941d4cff6ef89/src/ax/ai/types.ts#L443


encryptedContent?

TypeScript
optional encryptedContent: string;

Defined in: https://github.com/ax-llm/ax/blob/e690b4823b8309e258594064abe941d4cff6ef89/src/ax/ai/types.ts#L450

Opaque encrypted reasoning state returned by Responses-style APIs.


id?

TypeScript
optional id: string;

Defined in: https://github.com/ax-llm/ax/blob/e690b4823b8309e258594064abe941d4cff6ef89/src/ax/ai/types.ts#L446

Provider output-item identifier required for stateless replay.


phase?

TypeScript
optional phase: "commentary" | "final_answer";

Defined in: https://github.com/ax-llm/ax/blob/e690b4823b8309e258594064abe941d4cff6ef89/src/ax/ai/types.ts#L452

Output phase used to preserve reasoning/tool ordering across replay.


signature?

TypeScript
optional signature: string;

Defined in: https://github.com/ax-llm/ax/blob/e690b4823b8309e258594064abe941d4cff6ef89/src/ax/ai/types.ts#L444


summary?

TypeScript
optional summary: string;

Defined in: https://github.com/ax-llm/ax/blob/e690b4823b8309e258594064abe941d4cff6ef89/src/ax/ai/types.ts#L448

Human-readable reasoning summary, separate from encrypted provider state.

Docs