Interface AssistantMessageDetailsSummary

Summary metadata about a message's content details.

interface AssistantMessageDetailsSummary {
    hasThinking: boolean;
    hasToolUse: boolean;
}

Properties

hasThinking: boolean

Whether the message has thinking content blocks

hasToolUse: boolean

Whether the message has tool use content blocks