method WorkspaceService.getCopilotInfoimport { WorkspaceService } from "https://dotland.deno.dev/x/windmill@v1.415.1/windmill-api/services/WorkspaceService.ts"; getCopilotInfo(unnamed 0: { workspace: string; }): CancelablePromise<{ exists_openai_resource_path: boolean; code_completion_enabled: boolean; }>get copilot info Parametersunnamed 0: { workspace: string; }ReturnsCancelablePromise<{ exists_openai_resource_path: boolean; code_completion_enabled: boolean; }>any status