API Reference
WebSearchResult
Defined in: tools/builtin/builtin.types.ts:372
A single hit from a web search.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
snippet | string | Short excerpt / description the engine returned for the hit. | tools/builtin/builtin.types.ts:378 |
title | string | Page title as the search engine reported it. | tools/builtin/builtin.types.ts:374 |
url | string | Absolute URL of the result. | tools/builtin/builtin.types.ts:376 |