Current section

Files

Jump to
liter_llm lib liter_llm response_format.ex
Raw

lib/liter_llm/response_format.ex

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