Current section

Files

Jump to
liter_llm lib liter_llm moderation_input.ex
Raw

lib/liter_llm/moderation_input.ex

# This file is auto-generated by alef — DO NOT EDIT.
# alef:hash:61e9ad8e99112d01dd528ec492d66d42e37c0db1ead8e80a4a90c96e50ca3a9b
# To regenerate: alef generate
# To verify freshness: alef verify --exit-code
# Issues & docs: https://github.com/kreuzberg-dev/alef
defmodule LiterLlm.ModerationInput do
@moduledoc "Input to the moderation endpoint — a single string or multiple strings."
@type t :: term()
@type single :: %{type: :single, value_0: term()}
@type multiple :: %{type: :multiple, value_0: term()}
end