Mayson Monorepo Documentation
    Preparing search index...

    Interface AIMessageResponse

    Response from the AI message() method

    interface AIMessageResponse {
        text: string;
        usage: AITokenUsage;
        cost: number;
        costBreakdown: AICostBreakdown;
    }
    Index

    Properties

    text: string
    cost: number
    costBreakdown: AICostBreakdown