Packages

An LLM interaction library that makes you feel like a star

Current section

Files

Jump to
starlet include starlet_Done.hrl
Raw

include/starlet_Done.hrl

-record(done, {
chat :: starlet:chat(starlet:tools_on(), any(), starlet:ready(), any()),
turn :: starlet:turn(starlet:tools_on(), any(), any())
}).