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.

Definition

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

Property Value

Boolean

Remarks

Useful for streamlining automated workflows involving generative AI functions.

See Also