ExLLM.Providers.Gemini.QA.InputFeedback (ex_llm v0.8.1)

View Source

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

Summary

Types

t()

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