IFoundryToolInvoker Interface
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.
Provides invocation capability for a resolved tool.
public interface IFoundryToolInvoker
type IFoundryToolInvoker = interface
Public Interface IFoundryToolInvoker
- Derived
Properties
| Name | Description |
|---|---|
| ResolvedTool |
Gets the resolved tool definition associated with this invoker. |
Methods
| Name | Description |
|---|---|
| InvokeAsync(IDictionary<String,Object>, CancellationToken) |
Invokes the tool with the given arguments. |