Open Agent Loops
API Reference

WebFetchRequest

@open-agent-loops/core


Defined in: tools/builtin/builtin.types.ts:398

A request to fetch one URL's contents.

Properties

PropertyTypeDescriptionDefined in
maxBytes?numberUpper bound on the number of content bytes to return; the backend decides the default.tools/builtin/builtin.types.ts:402
urlstringAbsolute URL to fetch.tools/builtin/builtin.types.ts:400

On this page