ProjectsAgentsModelFactory.ProjectsAgentTool(String) 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.
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.