Packages

An LLM interaction library that makes you feel like a star

Current section

Files

Jump to
starlet include starlet_ToolCall.hrl
Raw

include/starlet_ToolCall.hrl

-record(tool_call, {
chat :: starlet:chat(starlet:tools_on(), any(), starlet:ready(), any()),
turn :: starlet:turn(starlet:tools_on(), any(), any()),
calls :: list(starlet@tool:call())
}).