ISPO SDK
    Preparing search index...

    Type Alias AssistantActionCallFrame

    Markdown
    AssistantActionCallFrame: FrameBase<"assistant-action-call"> & {
        actionId: string;
        commandInvocation?: string;
        input?: unknown;
        requestId: string;
    }

    Type Declaration

    • actionId: string
    • OptionalcommandInvocation?: string

      Project-visible opaque selector attached by the scoped SDK. The host must reauthorize every exact leaf; possession alone grants nothing.

    • Optionalinput?: unknown
    • requestId: string