google.ai.generativelanguage.GenerateAnswerRequest.AnswerStyle

Style for grounded answers.

ANSWER_STYLE_UNSPECIFIED 0

Unspecified answer style.

ABSTRACTIVE 1

Succint but abstract style.

EXTRACTIVE 2

Very brief and extractive style.

VERBOSE 3

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

ABSTRACTIVE <AnswerStyle.ABSTRACTIVE: 1>
ANSWER_STYLE_UNSPECIFIED <AnswerStyle.ANSWER_STYLE_UNSPECIFIED: 0>
EXTRACTIVE <AnswerStyle.EXTRACTIVE: 2>
VERBOSE <AnswerStyle.VERBOSE: 3>