Freigeben über


ProjectsAgentsModelFactory.ProjectsAgentTool(String) Method

Definition

A tool that can be used to generate a response. Please note this is the abstract base class. The derived classes available for instantiation are: BingGroundingTool, MicrosoftFabricPreviewTool, SharepointPreviewTool, AzureAISearchTool, OpenAPITool, BingCustomSearchPreviewTool, BrowserAutomationPreviewTool, AzureFunctionTool, CaptureStructuredOutputsTool, A2APreviewTool, and MemorySearchPreviewTool.

public static Azure.AI.Projects.Agents.ProjectsAgentTool ProjectsAgentTool(string type = default);
static member ProjectsAgentTool : string -> Azure.AI.Projects.Agents.ProjectsAgentTool
Public Shared Function ProjectsAgentTool (Optional type As String = Nothing) As ProjectsAgentTool

Parameters

type
String

Returns

A new ProjectsAgentTool instance for mocking.

Applies to