Longbridge OpenAPI SDK
    Preparing search index...

    Interface ThinkingStartedPayload

    Payload of a thinking_started stream event — the Agent has entered the reasoning phase (analyzing the question, planning tool calls). Between this and ThinkingFinished, Message events with messageType == "think" and tool-call events may arrive.

    interface ThinkingStartedPayload {
        startedAt: number;
    }
    Index
    startedAt: number

    Start time, Unix timestamp in seconds