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

Classes

class  GeminiGenerationConfiguration
 Configuration options for model generation and outputs. Not all parameters may be configurable for every model. More...
 

Enumerations

enum  GeminiResponseType { Unspecified , PlainText , Json }
 The response type for Gemini model responses. More...
 

Enumeration Type Documentation

◆ GeminiResponseType

The response type for Gemini model responses.

Enumerator
Unspecified 

Unspecified, don't use.

PlainText 

(default) Plain text response type.

Json 

JSON response type.