DefaultFoundryToolInvoker(ResolvedFoundryTool, FoundryToolClient) Constructor
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.
Initializes a new instance of the DefaultFoundryToolInvoker class.
public DefaultFoundryToolInvoker(Azure.AI.AgentServer.Core.Tools.Models.ResolvedFoundryTool resolvedTool, Azure.AI.AgentServer.Core.Tools.FoundryToolClient client);
new Azure.AI.AgentServer.Core.Tools.Runtime.Invocation.DefaultFoundryToolInvoker : Azure.AI.AgentServer.Core.Tools.Models.ResolvedFoundryTool * Azure.AI.AgentServer.Core.Tools.FoundryToolClient -> Azure.AI.AgentServer.Core.Tools.Runtime.Invocation.DefaultFoundryToolInvoker
Public Sub New (resolvedTool As ResolvedFoundryTool, client As FoundryToolClient)
Parameters
- resolvedTool
- ResolvedFoundryTool
The resolved tool to invoke.
- client
- FoundryToolClient
The Foundry tool client for executing tool invocations.