public class FunctionCallingBehaviour
FunctionCallingBehaviour | Initializes a new instance of the FunctionCallingBehaviour class |
AutoCallFunction | 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. |
AutoHandleBadFunctionCalls | 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. |
AutoReplyFunction | 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. |
FunctionEnabled | Determines whether function-based tools and capabilities are enabled within the generative model. These tools can include processing mechanisms that enhance content generation or facilitate specific operations. |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
GetHashCode | Serves as the default hash function. (Inherited from Object) |
GetType | Gets the Type of the current instance. (Inherited from Object) |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
ToString | Returns a string that represents the current object. (Inherited from Object) |