Enum GeminiAnswerStyle
- Namespace
- Uralstech.UGemini.Models.Generation.QuestionAnswering
Style for grounded answers.
public enum GeminiAnswerStyle
- Extension Methods
Fields
[EnumMember(Value = "ABSTRACTIVE")] Abstractive = 1
Succint but abstract style.
[EnumMember(Value = "EXTRACTIVE")] Extractive = 2
Very brief and extractive style.
[EnumMember(Value = "ANSWER_STYLE_UNSPECIFIED")] Unspecified = 0
Unspecified answer style.
[EnumMember(Value = "VERBOSE")] Verbose = 3
Verbose style including extra details. The response may be formatted as a sentence, paragraph, multiple paragraphs, or bullet points, etc.