Current section

Files

Jump to
liter_llm lib liter_llm stop_sequence.ex
Raw

lib/liter_llm/stop_sequence.ex

# This file is auto-generated by alef — DO NOT EDIT.
# alef:hash:0aeba47f97dc25318cb7b48ba7b916115f1f6074dfc78610f59a9a2379622484
# To regenerate: alef generate
# To verify freshness: alef verify --exit-code
# Issues & docs: https://github.com/kreuzberg-dev/alef
defmodule LiterLlm.StopSequence do
@moduledoc false
@type t :: term()
@type single :: %{type: :single, value_0: term()}
@type multiple :: %{type: :multiple, value_0: term()}
end