GeminiFunctionToolCall Class

Definition

Represents an Gemini function tool call with deserialized function name and arguments.

public sealed class GeminiFunctionToolCall
type GeminiFunctionToolCall = class
Public NotInheritable Class GeminiFunctionToolCall
Inheritance
GeminiFunctionToolCall

Properties

Name Description
Arguments

Gets a name/value collection of the arguments to the function, if any.

FullyQualifiedName

Gets the fully-qualified name of the function.

FunctionName

Gets the name of the function.

PluginName

Gets the name of the plugin with which this function is associated, if any.

Methods

Name Description
ToString()

Returns a string that represents the current object.

Applies to