Packages

An LLM interaction library that makes you feel like a star

Current section

Files

Jump to
starlet include starlet_Turn.hrl
Raw

include/starlet_Turn.hrl

-record(turn, {
text :: binary(),
tool_calls :: list(starlet@tool:call()),
ext :: any()
}).