UGemini 2.0.1
A C# wrapper for the Google Gemini API.
Loading...
Searching...
No Matches
Uralstech.UGemini.Models.Generation.Tools.Declaration.GeminiFunctionDeclaration Class Reference

Structured representation of a function declaration as defined by the OpenAPI 3.03 specification.
Included in this declaration are the function name and parameters. This FunctionDeclaration is a
representation of a block of code that can be used as a Tool by the model and executed by the client. More...

Public Attributes

string Name
 The name of the function. Must be a-z, A-Z, 0-9, or contain underscores and dashes, with a maximum length of 63.
 
string Description
 A brief description of the function.
 
GeminiSchema Parameters = null
 Describes the parameters to this function. Reflects the Open API 3.03 Parameter Object string Key: the name of the parameter.
Parameter names are case sensitive.
Schema Value: the Schema defining the type used for the parameter.
 

Detailed Description

Structured representation of a function declaration as defined by the OpenAPI 3.03 specification.
Included in this declaration are the function name and parameters. This FunctionDeclaration is a
representation of a block of code that can be used as a Tool by the model and executed by the client.


The documentation for this class was generated from the following file: