Current section

Files

Jump to
liter_llm lib liter_llm rerank_document.ex
Raw

lib/liter_llm/rerank_document.ex

# This file is auto-generated by alef — DO NOT EDIT.
# alef:hash:b26cf196aed30a6ca28ca387b8860b2a5a32b13e6ad81d8f2ae77910e4ea93dc
# To regenerate: alef generate
# To verify freshness: alef verify --exit-code
# Issues & docs: https://github.com/kreuzberg-dev/alef
defmodule LiterLlm.RerankDocument do
@moduledoc "A document to be reranked — either a plain string or an object with a text field."
@type t :: term()
@type text :: %{type: :text, value_0: term()}
@type object :: %{type: :object, text: term()}
end