Function: createWebFetchTool()
function createWebFetchTool(options?): Tool<WebFetchInput>;
Defined in: tools/builtin/web-fetch.ts:298
Factory function to create a webFetch tool with custom options
Parameters
| Parameter | Type |
|---|---|
options? | WebFetchOptions |
Returns
Tool<WebFetchInput>