@deskcreate/agentcraft
    Preparing search index...

    Interface TeamTrace

    interface TeamTrace {
        agentRole: string;
        cost: number;
        input: string;
        output: string;
        round: number;
        tokensUsed: TokenUsage;
    }
    Index

    Properties

    agentRole: string
    cost: number
    input: string
    output: string
    round: number
    tokensUsed: TokenUsage