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

A set of the feedback metadata for the prompt specified in a generation request. More...

Inheritance diagram for Uralstech.UGemini.Models.Generation.Candidate.GeminiPromptFeedback:
Uralstech.UGemini.IAppendableData< GeminiPromptFeedback >

Public Member Functions

void Append (GeminiPromptFeedback data)
 
- Public Member Functions inherited from Uralstech.UGemini.IAppendableData< GeminiPromptFeedback >
void Append (T data)
 Appends the data to the current IAppendableData<T>.
 

Public Attributes

GeminiBlockReason BlockReason
 If set, the prompt was blocked and no candidates are returned. Rephrase your prompt.
 
GeminiSafetyRating[] SafetyRatings
 Ratings for safety of the prompt. There is at most one rating per category.
 

Detailed Description

A set of the feedback metadata for the prompt specified in a generation request.


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