@deskcreate/agentcraft
    Preparing search index...

    Interface CostEstimate

    interface CostEstimate {
        estimatedCost: number;
        stalePricing: boolean;
        tokens: TokensUsed;
    }
    Index

    Properties

    estimatedCost: number
    stalePricing: boolean
    tokens: TokensUsed