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.
Namespace: GenerativeAI.CoreAssembly: GenerativeAI (in GenerativeAI.dll) Version: 2.0.2+aa51399cad6d90cc71158d589a6268608b3c1893
public bool AutoCallFunction { get; set; }
Property Value
Boolean
Can be used to enhance workflow automation by allowing predefined functions to operate without manual invocation.