IFunctionToolIsContainFunction Method

Determines whether the specified function exists within the current tool's context.

Definition

Namespace: GenerativeAI.Core
Assembly: GenerativeAI (in GenerativeAI.dll) Version: 2.0.2+aa51399cad6d90cc71158d589a6268608b3c1893
C#
bool IsContainFunction(
	string name
)

Parameters

name  String
The name of the function to check for existence.

Return Value

Boolean
A boolean value indicating whether the function is present.

See Also