Azure.AI.AgentServer.Core.Tools.Runtime.Invocation Namespace
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.
Classes
| Name | Description |
|---|---|
| DefaultFoundryToolInvocationResolver |
Default implementation of IFoundryToolInvocationResolver that uses a tool catalog to resolve tools and creates invokers. |
| DefaultFoundryToolInvoker |
Default implementation of IFoundryToolInvoker that wraps a resolved tool and provides invocation capability through the tool client. |
Interfaces
| Name | Description |
|---|---|
| IFoundryToolInvocationResolver |
Resolves tool definitions to invokers that can execute the tools. |
| IFoundryToolInvoker |
Provides invocation capability for a resolved tool. |