@langwatch/scenario
    Preparing search index...

    Interface ConnectedAgentReply

    The output of one turn plus the session the function keeps for the next turn of the thread.

    interface ConnectedAgentReply {
        output: ConnectedAgentOutput;
        session?: unknown;
    }
    Index
    session?: unknown