Share via


IFoundryToolInvoker Interface

Definition

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.

Applies to