Cloud AI Platform v1 API - Class ToolConfig (3.2.0)

public sealed class ToolConfig : IMessage<ToolConfig>, IEquatable<ToolConfig>, IDeepCloneable<ToolConfig>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud AI Platform v1 API class ToolConfig.

Tool config. This config is shared for all tools provided in the request.

Inheritance

object > ToolConfig

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

ToolConfig()

public ToolConfig()

ToolConfig(ToolConfig)

public ToolConfig(ToolConfig other)
Parameter
Name Description
other ToolConfig

Properties

FunctionCallingConfig

public FunctionCallingConfig FunctionCallingConfig { get; set; }

Optional. Function calling config.

Property Value
Type Description
FunctionCallingConfig