ActionSearch interface

A web search action.

Properties

query

The search query.

sources

The sources used in the search.

type

The action type. Always 'search'.

Property Details

query

The search query.

query?: string

Property Value

string

sources

The sources used in the search.

sources?: ActionSearchSource[]

Property Value

type

The action type. Always 'search'.

type: "search"

Property Value

"search"