FunctionCallingBehaviourAutoHandleBadFunctionCalls Property

Determines whether the system automatically resolves issues caused by improper or unrecognized function calls. When enabled, it helps ensure smoother operation by handling invalid or malformed function requests.

Definition

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

Property Value

Boolean

Remarks

Useful in scenarios where user-defined functions or external integrations might encounter unexpected failures.

See Also