ExLLM.Gemini.Content.SafetySetting (ex_llm v0.5.0)

View Source

Safety settings for content generation.

Summary

Types

t()

@type t() :: %ExLLM.Gemini.Content.SafetySetting{
  category: String.t(),
  threshold: String.t()
}