DefaultFoundryToolInvocationResolver Class
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.
Default implementation of IFoundryToolInvocationResolver that uses a tool catalog to resolve tools and creates invokers.
public class DefaultFoundryToolInvocationResolver : Azure.AI.AgentServer.Core.Tools.Runtime.Invocation.IFoundryToolInvocationResolver
type DefaultFoundryToolInvocationResolver = class
interface IFoundryToolInvocationResolver
Public Class DefaultFoundryToolInvocationResolver
Implements IFoundryToolInvocationResolver
- Inheritance
-
DefaultFoundryToolInvocationResolver
- Implements
Constructors
| Name | Description |
|---|---|
| DefaultFoundryToolInvocationResolver(IFoundryToolCatalog, FoundryToolClient) |
Initializes a new instance of the DefaultFoundryToolInvocationResolver class. |
Methods
| Name | Description |
|---|---|
| ResolveAsync(Object, CancellationToken) |
Resolves a tool definition to an invoker capable of executing it. |