ISPO SDK
    Preparing search index...

    Interface ChatCompanionCreateArgs

    Markdown

    chats.create input. seedText only prefills the composer draft — the human Send in host chrome remains the trust boundary; nothing auto-sends. open: true additionally reveals the new session in the bound pane, so create-and-open closes the id loop in one call.

    interface ChatCompanionCreateArgs {
        open?: boolean;
        seedText?: string;
        title?: string;
    }
    Index
    open?: boolean
    seedText?: string
    title?: string