GeminiFunctionToolCall Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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
ToString() | Returns a string that represents the current object. |