[Missing <summary> documentation for "T:GenerativeAI.Core.IFunctionTool"]
public interface IFunctionTool
AsTool | Converts the current instance to a Tool object. |
CallAsync | Executes the specified FunctionCall asynchronously and retrieves the resulting FunctionResponse containing any output from the function execution. |
IsContainFunction | Determines whether the specified function exists within the current tool's context. |