jeeves-meta-monorepo
    Preparing search index...

    Interface MetaSpawnResult

    Result of a spawn call, including optional token usage.

    interface MetaSpawnResult {
        output: string;
        tokens?: number;
    }
    Index

    Properties

    Properties

    output: string

    Subprocess output text.

    tokens?: number

    Token count for this call, if available from the executor.