Briyah SDK - v2.0.6
    Preparing search index...

    Interface ConversionAgent

    What this module needs of an agent: somewhere to read the cost from. Narrower than Agent on purpose, so the module stays testable with a stub.

    interface ConversionAgent {
        totalCost: number;
        finishAgent(): Promise<void>;
    }
    Index
    totalCost: number
    • Returns Promise<void>