output
    Preparing search index...

    Type Alias LLMCallCost

    Cost breakdown from the cost module (calculateLLMCallCost). total is null when pricing data is missing or calculation fails.

    type LLMCallCost = {
        components?: { name: string; value: number }[];
        message?: string;
        total: number | null;
    }
    Index

    Properties

    components?: { name: string; value: number }[]
    message?: string
    total: number | null