@deskcreate/agentcraft
    Preparing search index...

    Interface CostOptions

    interface CostOptions {
        batch?: boolean;
        flex?: boolean;
        priority?: boolean;
        region?: string;
        searches?: number;
        toolCalls?: number;
    }
    Index

    Properties

    batch?: boolean
    flex?: boolean
    priority?: boolean
    region?: string
    searches?: number
    toolCalls?: number