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:f5f46122f11e24b2359fefcb44c603f7a91abecce61e8063b3896af9ffdd2daf
# 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