OutputItemToolSearchCall Constructor
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.
Initializes a new instance of OutputItemToolSearchCall.
public OutputItemToolSearchCall(string callId, Azure.AI.Extensions.OpenAI.ResponsesToolSearchExecutionType execution, BinaryData arguments, Azure.AI.Extensions.OpenAI.ResponsesFunctionCallStatus status);
new Azure.AI.Extensions.OpenAI.OutputItemToolSearchCall : string * Azure.AI.Extensions.OpenAI.ResponsesToolSearchExecutionType * BinaryData * Azure.AI.Extensions.OpenAI.ResponsesFunctionCallStatus -> Azure.AI.Extensions.OpenAI.OutputItemToolSearchCall
Public Sub New (callId As String, execution As ResponsesToolSearchExecutionType, arguments As BinaryData, status As ResponsesFunctionCallStatus)
Parameters
- callId
- String
- execution
- ResponsesToolSearchExecutionType
Whether tool search was executed by the server or by the client.
- arguments
- BinaryData
Arguments used for the tool search call.
- status
- ResponsesFunctionCallStatus
The status of the tool search call item that was recorded.
Exceptions
arguments is null.