public enum FunctionCallingConfig.Types.Mode
Reference documentation and code samples for the Vertex AI v1beta1 API enum FunctionCallingConfig.Types.Mode.
Function calling mode.
Namespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Fields |
|
---|---|
Name | Description |
Any |
Model is constrained to always predicting function calls only.
If [allowed_function_names][FunctionCallingConfig.allowed_function_names]
are set, the predicted function calls will be limited to any one of
|
Auto |
Default model behavior, model decides to predict either function calls or natural language response. |
None |
Model will not predict any function calls. Model behavior is same as when not passing any function declarations. |
Unspecified |
Unspecified function calling mode. This value should not be used. |
Validated |
Model is constrained to predict either function calls or natural language
response.
If [allowed_function_names][FunctionCallingConfig.allowed_function_names]
are set, the predicted function calls will be limited to any one of
|