Open Agent Loops
API Reference

WebSearchQuery

@open-agent-loops/core


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

A web-search request handed to the backend.

Properties

PropertyTypeDescriptionDefined in
maxResults?numberUpper bound on the number of results to return; the backend decides the default.tools/builtin/builtin.types.ts:390
querystringThe free-text query string.tools/builtin/builtin.types.ts:388

On this page