GenericFunctionToolIsContainFunction Method
Determines whether the specified function exists within the current tool's context.
Namespace: GenerativeAI.ToolsAssembly: GenerativeAI.Tools (in GenerativeAI.Tools.dll) Version: 2.0.2+aa51399cad6d90cc71158d589a6268608b3c1893
public bool IsContainFunction(
string name
)
- name String
- The name of the function to check for existence.
BooleanA boolean value indicating whether the function is present.
IFunctionToolIsContainFunction(String)