Neutrome SDK reference
    Preparing search index...

    Type Alias ObservedExecution

    ObservedExecution:
        | { emittedText: boolean; mode: "text"; transcript: string }
        | {
            chunks: Program[];
            emittedText: boolean;
            mode: "tool";
            transcript: string;
        }

    What a stream turned out to be: plain text, or a tool request.