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

Classes

class  GeminiFunctionCall
 A predicted FunctionCall returned from the model that contains a string representing the FunctionDeclaration.name with the arguments and their values. More...
 
class  GeminiFunctionResponse
 The result output from a GeminiFunctionCall that contains a string representing the Declaration.GeminiFunctionDeclaration.Name and a structured JSON object containing any output from the function is used as context to the model. This should contain the result of a GeminiFunctionCall made based on model prediction. More...
 
class  GeminiFunctionResponseContent
 The response of a Gemini function call. Based on the Protocol Buffer Struct type. More...