GenerateAnswerResponseInputFeedback Property

Output only. Feedback related to the input data used to answer the question, as opposed to the model-generated response to the question. The input data can be one or more of the following: - Question specified by the last entry in Contents - Conversation history specified by the other entries in Contents - Grounding sources (SemanticRetriever or InlinePassages)

Definition

Namespace: GenerativeAI.Types
Assembly: GenerativeAI (in GenerativeAI.dll) Version: 2.0.2+aa51399cad6d90cc71158d589a6268608b3c1893
C#
public InputFeedback? InputFeedback { get; set; }

Property Value

InputFeedback

See Also