Packages

An LLM interaction library that makes you feel like a star

Current section

Files

Jump to
starlet include starlet@tool_ToolResult.hrl
Raw

include/starlet@tool_ToolResult.hrl

-record(tool_result, {
id :: binary(),
name :: binary(),
output :: gleam@json:json()
}).