Table of Contents

Namespace Uralstech.UGemini.Models.Generation.Tools

Classes

GeminiFunctionCall

A predicted FunctionCall returned from the model that contains a string representing the FunctionDeclaration.name with the arguments and their values.

GeminiFunctionResponse

The result output from a GeminiFunctionCall that contains a string representing the 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.

GeminiFunctionResponseContent

The response of a Gemini function call. Based on the Protocol Buffer Struct type.