ProjectsAgentTool.Implicit(ProjectsAgentTool to ResponseTool) Operator

Definition

Implicitly converts a ProjectsAgentTool into the underlying OpenAI.Responses.ResponseTool representation by round-tripping through the wire format.

public static implicit operator OpenAI.Responses.ResponseTool(Azure.AI.Projects.Agents.ProjectsAgentTool agentTool);
static member op_Implicit : Azure.AI.Projects.Agents.ProjectsAgentTool -> OpenAI.Responses.ResponseTool
Public Shared Widening Operator CType (agentTool As ProjectsAgentTool) As ResponseTool

Parameters

agentTool
ProjectsAgentTool

The agent tool to convert.

Returns

OpenAI.Responses.ResponseTool

Applies to