ExtensionsOpenAIModelFactory.ResponsesToolSearchToolParam Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Tool search tool.
public static Azure.AI.Extensions.OpenAI.ResponsesToolSearchToolParam ResponsesToolSearchToolParam(Azure.AI.Extensions.OpenAI.ResponsesToolSearchExecutionType? execution = default, string description = default, Azure.AI.Extensions.OpenAI.ResponsesEmptyModelParam parameters = default);
static member ResponsesToolSearchToolParam : Nullable<Azure.AI.Extensions.OpenAI.ResponsesToolSearchExecutionType> * string * Azure.AI.Extensions.OpenAI.ResponsesEmptyModelParam -> Azure.AI.Extensions.OpenAI.ResponsesToolSearchToolParam
Public Shared Function ResponsesToolSearchToolParam (Optional execution As Nullable(Of ResponsesToolSearchExecutionType) = Nothing, Optional description As String = Nothing, Optional parameters As ResponsesEmptyModelParam = Nothing) As ResponsesToolSearchToolParam
Parameters
- execution
- Nullable<ResponsesToolSearchExecutionType>
Whether tool search is executed by the server or by the client.
- description
- String
- parameters
- ResponsesEmptyModelParam
Returns
A new ResponsesToolSearchToolParam instance for mocking.