Longbridge OpenAPI SDK
    Preparing search index...

    Interface WorkflowStartedPayload

    Payload of a workflow_started stream event, observed right after chat_started

    interface WorkflowStartedPayload {
        hitCache: boolean;
        inputs: WorkflowStartedInputs;
        startedAt: number;
        workflowId: number;
    }
    Index
    hitCache: boolean

    Whether this run's answer was served from a cache

    Echoes the run's inputs

    startedAt: number

    Unix timestamp in seconds

    workflowId: number

    Internal workflow run ID