Share via


DefaultFoundryToolInvoker(ResolvedFoundryTool, FoundryToolClient) Constructor

Definition

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.

Applies to