Skip to content

DescribeWorkspaceEnvTool

DescribeWorkspaceEnvTool = Tool<DescribeWorkspaceEnvInput, { bashAccess: BashAccessInfo; fileAccess: FileAccessInfo; webAccess?: WebAccessInfo; }>

Defined in: workspace/provider.ts:58

Reported by createWorkspaceToolProvider’s describeWorkspaceEnv tool — the merge of the file, bash, and (when enabled) fetch sides’ own info. File and bash share one cwd; fetch has none. webAccess is omitted when options.fetchUrl is false.