Interface AssistantMessageThinkingBlock

A thinking/reasoning content block.

interface AssistantMessageThinkingBlock {
    content: string;
}

Properties

Properties

content: string

The thinking content text.