Mayson Monorepo Documentation
    Preparing search index...

    Type Alias AIMessageWithTools

    AIMessageWithTools:
        | AIMessage
        | { role: "assistant"; content: string
        | null; tool_calls?: AIToolCall[] }
        | AIToolResultMessage

    Extended message type that includes tool calls and results