public sealed class FunctionCallingConfig : IMessage<FunctionCallingConfig>, IEquatable<FunctionCallingConfig>, IDeepCloneable<FunctionCallingConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform v1beta1 API class FunctionCallingConfig.
public RepeatedField<string> AllowedFunctionNames { get; }
Optional. Function names to call. Only set when the Mode is ANY. Function
names should match [FunctionDeclaration.name]. With mode set to ANY, model
will predict a function call from the set of function names provided.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-09 UTC."],[[["This documentation is for the `FunctionCallingConfig` class within the Google Cloud AI Platform v1beta1 API, specifically version 1.0.0-beta02."],["The `FunctionCallingConfig` class is used to configure function calling within the AI Platform and inherits from `object` while implementing multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class offers two constructors, a default constructor `FunctionCallingConfig()` and a copy constructor `FunctionCallingConfig(FunctionCallingConfig other)`, for creating instances."],["The `FunctionCallingConfig` class includes properties such as `AllowedFunctionNames`, which specifies the names of functions allowed to be called, and `Mode`, which defines the function calling mode."],["The `FunctionCallingConfig` class is located within the namespace `Google.Cloud.AIPlatform.V1Beta1` and is part of the `Google.Cloud.AIPlatform.V1Beta1.dll` assembly."]]],[]]