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

Classes

class  GeminiAnswerRequest
 Generates a grounded answer from the model. More...
 
class  GeminiAnswerResponse
 Response from the model for a grounded answer. More...
 

Enumerations

enum  GeminiAnswerStyle { Unspecified , Abstractive , Extractive , Verbose }
 Style for grounded answers. More...
 

Enumeration Type Documentation

◆ GeminiAnswerStyle

Style for grounded answers.

Enumerator
Unspecified 

Unspecified answer style.

Abstractive 

Succint but abstract style.

Extractive 

Very brief and extractive style.

Verbose 

Verbose style including extra details. The response may be formatted as a sentence, paragraph, multiple paragraphs, or bullet points, etc.