ExLLM.Gemini.QA.InputFeedback (ex_llm v0.5.0)

View Source

Feedback related to the input data used to answer the question.

Summary

Types

t()

@type t() :: %ExLLM.Gemini.QA.InputFeedback{
  block_reason: atom() | nil,
  safety_ratings: [map()]
}