Skip to content

WebProviderTools

WebProviderTools = object

Defined in: web/provider.ts:115

createWebToolProvider’s tools — fetchUrl plus describeWebEnv. Named for its actual scope, not a generic “describeEnvironment”: other tools may have network access this knows nothing about. A plain object-literal type alias, not an interface — see BashProviderTools’s doc comment for why an interface here loses the implicit index signature ToolProvider needs.

describeWebEnv: DescribeWebEnvTool

Defined in: web/provider.ts:117


fetchUrl: FetchUrlTool

Defined in: web/provider.ts:116