Packages

An LLM interaction library that makes you feel like a star

Current section

Files

Jump to
starlet include starlet@tool_Function.hrl
Raw

include/starlet@tool_Function.hrl

-record(function, {
name :: binary(),
description :: binary(),
parameters :: gleam@json:json()
}).