FunctionCallingBehaviourAutoReplyFunction Property
Enables or disables automatic function replies. When enabled, the model automatically generates responses
for functions that are invoked during an interaction without requiring explicit prompts.
Namespace: GenerativeAI.CoreAssembly: GenerativeAI (in GenerativeAI.dll) Version: 2.0.2+aa51399cad6d90cc71158d589a6268608b3c1893
public bool AutoReplyFunction { get; set; }
Property Value
Boolean
Useful for streamlining automated workflows involving generative AI functions.