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

    Type Alias SDKLocalCommandOutputMessage

    Output from a local slash command (e.g. /voice, /cost). Displayed as assistant-style text in the transcript.

    type SDKLocalCommandOutputMessage = {
        content: string;
        session_id: string;
        subtype: "local_command_output";
        type: "system";
        uuid: UUID;
    }
    Index

    Claude SDK

    content: string
    session_id: string
    subtype: "local_command_output"
    type: "system"
    uuid: UUID