Share via


CreateAzureAISearchToolOptions interface

the optional parameters for the Azure AI Search tool

Properties

filter

the filter used for azure ai search.

queryType

the query type of azure ai search.

topK

the topK number of documents to retrieve from azure ai search.

Property Details

filter

the filter used for azure ai search.

filter?: string

Property Value

string

queryType

the query type of azure ai search.

queryType?: string

Property Value

string

topK

the topK number of documents to retrieve from azure ai search.

topK?: number

Property Value

number