Show / Hide Table of Contents

Class GoogleCloudAiplatformV1beta1FunctionCallingConfig

Function calling config.

Inheritance
object
GoogleCloudAiplatformV1beta1FunctionCallingConfig
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.FirebaseML.v2beta.Data
Assembly: Google.Apis.FirebaseML.v2beta.dll
Syntax
public class GoogleCloudAiplatformV1beta1FunctionCallingConfig : IDirectResponseSchema

Properties

AllowedFunctionNames

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.

Declaration
[JsonProperty("allowedFunctionNames")]
public virtual IList<string> AllowedFunctionNames { get; set; }
Property Value
Type Description
IList<string>

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Mode

Optional. Function calling mode.

Declaration
[JsonProperty("mode")]
public virtual string Mode { get; set; }
Property Value
Type Description
string

StreamFunctionCallArguments

Optional. When set to true, arguments of a single function call will be streamed out in multiple parts/contents/responses. Partial parameter results will be returned in the [FunctionCall.partial_args] field.

Declaration
[JsonProperty("streamFunctionCallArguments")]
public virtual bool? StreamFunctionCallArguments { get; set; }
Property Value
Type Description
bool?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX