ExtensionsOpenAIModelFactory.OutputItemToolSearchCall 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.
The OutputItemToolSearchCall.
public static Azure.AI.Extensions.OpenAI.OutputItemToolSearchCall OutputItemToolSearchCall(string id = default, Azure.AI.Extensions.OpenAI.AgentReference agentReference = default, string responseId = default, string callId = default, Azure.AI.Extensions.OpenAI.ResponsesToolSearchExecutionType execution = default, BinaryData arguments = default, Azure.AI.Extensions.OpenAI.ResponsesFunctionCallStatus status = default, string createdBy = default);
static member OutputItemToolSearchCall : string * Azure.AI.Extensions.OpenAI.AgentReference * string * string * Azure.AI.Extensions.OpenAI.ResponsesToolSearchExecutionType * BinaryData * Azure.AI.Extensions.OpenAI.ResponsesFunctionCallStatus * string -> Azure.AI.Extensions.OpenAI.OutputItemToolSearchCall
Public Shared Function OutputItemToolSearchCall (Optional id As String = Nothing, Optional agentReference As AgentReference = Nothing, Optional responseId As String = Nothing, Optional callId As String = Nothing, Optional execution As ResponsesToolSearchExecutionType = Nothing, Optional arguments As BinaryData = Nothing, Optional status As ResponsesFunctionCallStatus = Nothing, Optional createdBy As String = Nothing) As OutputItemToolSearchCall
Parameters
- id
- String
- agentReference
- AgentReference
The agent that created the item.
- responseId
- String
The response on which the item is created.
- 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.
- createdBy
- String
The identifier of the actor that created the item.
Returns
A new OutputItemToolSearchCall instance for mocking.