Packages

A library for building stateful chains of LLM interactions!

Current section

Files

Jump to
starflow include starflow@state_ToolContent.hrl
Raw

include/starflow@state_ToolContent.hrl

-record(tool_content, {
id :: binary(),
name :: binary(),
input :: gleam@dynamic:dynamic_()
}).