Interface IAsyncInvokableTool
- Namespace
- OllamaSharp.Tools
- Assembly
- OllamaSharp.dll
Represents an asynchronous tool that can be invoked with a set of arguments.
public interface IAsyncInvokableTool
Methods
InvokeMethodAsync(IDictionary<string, object?>?)
Invokes the method asynchronously with the specified arguments.
Task<object?> InvokeMethodAsync(IDictionary<string, object?>? args)
Parameters
argsIDictionary<string, object>The arguments to pass to the method.