Open Agent Loops
API Reference

WebSearchResult

@open-agent-loops/core


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

A single hit from a web search.

Properties

PropertyTypeDescriptionDefined in
snippetstringShort excerpt / description the engine returned for the hit.tools/builtin/builtin.types.ts:378
titlestringPage title as the search engine reported it.tools/builtin/builtin.types.ts:374
urlstringAbsolute URL of the result.tools/builtin/builtin.types.ts:376

On this page