Skip to content

Documentation v1.0.0


Documentation / @openassistant/places / WebSearchLlmResult

Type Alias: WebSearchLlmResult

WebSearchLlmResult = object

Defined in: packages/tools/places/src/webSearch.ts:118

Properties

datasetName?

optional datasetName: string

Defined in: packages/tools/places/src/webSearch.ts:120


error?

optional error: string

Defined in: packages/tools/places/src/webSearch.ts:123


query?

optional query: string

Defined in: packages/tools/places/src/webSearch.ts:121


result?

optional result: string

Defined in: packages/tools/places/src/webSearch.ts:122


success

success: boolean

Defined in: packages/tools/places/src/webSearch.ts:119

Released under the MIT License.