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.
Namespace: GenerativeAI.CoreAssembly: GenerativeAI (in GenerativeAI.dll) Version: 2.0.2+aa51399cad6d90cc71158d589a6268608b3c1893
public bool AutoHandleBadFunctionCalls { get; set; }
Property Value
Boolean
Useful in scenarios where user-defined functions or external integrations might encounter unexpected failures.