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

    Implements vscode.WebviewViewProvider for the datalayerAgentChatView.

    Implements

    • WebviewViewProvider
    Index

    Constructors

    Properties

    Methods

    Constructors

    Properties

    viewType: "datalayerAgentChatView"

    ID of the webview view contributed in package.json.

    Methods

    • Triggers a refresh of the agents list shown in the sidebar dropdown.

      Safe to call when the view has not been resolved or is not visible — it is a no-op in that case. Used by extension-host commands (agent creation, termination) to keep the dropdown in sync with platform state.

      Returns Promise<void>

    • Parameters

      • webviewView: WebviewView

      Returns void