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