AnswerStyle Enumeration

Style for grounded answers.

Definition

Namespace: GenerativeAI.Types
Assembly: GenerativeAI (in GenerativeAI.dll) Version: 2.0.2+aa51399cad6d90cc71158d589a6268608b3c1893
C#
public enum AnswerStyle

Members

ANSWER_STYLE_UNSPECIFIED0 Unspecified answer style.
ABSTRACTIVE1 Succinct but abstract style.
EXTRACTIVE2 Very brief and extractive style.
VERBOSE3 Verbose style including extra details. The response may be formatted as a sentence, paragraph, multiple paragraphs, or bullet points, etc.

See Also