ItemWebSearchToolCall(String, ItemWebSearchToolCallStatus, BinaryData) Constructor

Definition

Initializes a new instance of ItemWebSearchToolCall.

public ItemWebSearchToolCall(string id, Azure.AI.AgentServer.Responses.Models.ItemWebSearchToolCallStatus status, BinaryData action);
new Azure.AI.AgentServer.Responses.Models.ItemWebSearchToolCall : string * Azure.AI.AgentServer.Responses.Models.ItemWebSearchToolCallStatus * BinaryData -> Azure.AI.AgentServer.Responses.Models.ItemWebSearchToolCall
Public Sub New (id As String, status As ItemWebSearchToolCallStatus, action As BinaryData)

Parameters

id
String

The unique ID of the web search tool call.

status
ItemWebSearchToolCallStatus

The status of the web search tool call.

action
BinaryData

An object describing the specific action taken in this web search call. Includes details on how the model used the web (search, open_page, find_in_page).

Exceptions

id or action is null.

Applies to