DefaultFoundryToolInvocationResolver 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 DefaultFoundryToolInvocationResolver class.
public DefaultFoundryToolInvocationResolver(Azure.AI.AgentServer.Core.Tools.Runtime.Catalog.IFoundryToolCatalog catalog, Azure.AI.AgentServer.Core.Tools.FoundryToolClient client);
new Azure.AI.AgentServer.Core.Tools.Runtime.Invocation.DefaultFoundryToolInvocationResolver : Azure.AI.AgentServer.Core.Tools.Runtime.Catalog.IFoundryToolCatalog * Azure.AI.AgentServer.Core.Tools.FoundryToolClient -> Azure.AI.AgentServer.Core.Tools.Runtime.Invocation.DefaultFoundryToolInvocationResolver
Public Sub New (catalog As IFoundryToolCatalog, client As FoundryToolClient)
Parameters
- catalog
- IFoundryToolCatalog
The tool catalog for resolving tool metadata.
- client
- FoundryToolClient
The Foundry tool client for executing tool invocations.