ProjectsAgentTool.AsProjectTool<T>(T) 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.
Reinterprets a tool from the OpenAI ResponseTool hierarchy as a
ProjectsAgentTool by round-tripping through the wire format.
public static Azure.AI.Projects.Agents.ProjectsAgentTool AsProjectTool<T>(T tool);
static member AsProjectTool : 'T -> Azure.AI.Projects.Agents.ProjectsAgentTool
Public Shared Function AsProjectTool(Of T) (tool As T) As ProjectsAgentTool
Type Parameters
- T
The source tool type.
Parameters
- tool
- T
The source tool instance.