mcp-use TypeScript API
    Preparing search index...

    Interface LlmDoneEvent

    Indicates that the tool loop finished.

    interface LlmDoneEvent {
        type: "done";
    }
    Index
    type: "done"

    Event discriminator.