Current section

Files

Jump to
liter_llm lib liter_llm stream_function_call.ex
Raw

lib/liter_llm/stream_function_call.ex

# This file is auto-generated by alef — DO NOT EDIT.
# alef:hash:40d9042109667a2068f98ff73814c4db7c1adc5742d0d22483bff5d00fb82110
# To regenerate: alef generate
# To verify freshness: alef verify --exit-code
# Issues & docs: https://github.com/kreuzberg-dev/alef
defmodule LiterLlm.StreamFunctionCall do
@moduledoc false
defstruct name: "",
arguments: ""
end