@runloop/agent-axon-client
    Preparing search index...

    Type Alias SDKTaskStartedMessage

    type SDKTaskStartedMessage = {
        description: string;
        prompt?: string;
        session_id: string;
        subtype: "task_started";
        task_id: string;
        task_type?: string;
        tool_use_id?: string;
        type: "system";
        uuid: UUID;
        workflow_name?: string;
    }
    Index

    Claude SDK

    description: string
    prompt?: string
    session_id: string
    subtype: "task_started"
    task_id: string
    task_type?: string
    tool_use_id?: string
    type: "system"
    uuid: UUID
    workflow_name?: string

    meta.name from the workflow script (e.g. 'spec'). Only set when task_type is 'local_workflow'.