GenericFunctionToolIsContainFunction Method

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

Definition

Namespace: GenerativeAI.Tools
Assembly: GenerativeAI.Tools (in GenerativeAI.Tools.dll) Version: 2.0.2+aa51399cad6d90cc71158d589a6268608b3c1893
C#
public 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.

Implements

IFunctionToolIsContainFunction(String)

See Also