FunctionCallingBehaviourAutoCallFunction Property

Determines whether function-call capabilities are automatically invoked in the generative process. This property enables or disables the auto-execution of predefined functions as part of the model's response generation.

Definition

Namespace: GenerativeAI.Core
Assembly: GenerativeAI (in GenerativeAI.dll) Version: 2.0.2+aa51399cad6d90cc71158d589a6268608b3c1893
C#
public bool AutoCallFunction { get; set; }

Property Value

Boolean

Remarks

Can be used to enhance workflow automation by allowing predefined functions to operate without manual invocation.

See Also