Datalayer VS Code Extension - v0.0.17
    Preparing search index...

    Interface AgentChatSettings

    Chat settings pushed from the extension host.

    interface AgentChatSettings {
        agentSpecId: string;
        protocol: string;
    }
    Index

    Properties

    agentSpecId: string

    Agent spec ID (e.g. codeai/simple).

    protocol: string

    Transport protocol (e.g. vercel-ai-jupyter).