Skip to main content
Module

x/windmill/mod.ts>WorkspaceService.getCopilotInfo

Windmill deno client (separated from the main repo because most of the code is auto-generated from the openapi and not worth committing)
Go to Latest
method WorkspaceService.getCopilotInfo
import { WorkspaceService } from "https://deno.land/x/windmill@v1.298.0/mod.ts";

get copilot info

Parameters

unnamed 0: { workspace: string; }

Returns

CancelablePromise<{ exists_openai_resource_path: boolean; code_completion_enabled: boolean; }>

any status