Packages

A library for building stateful chains of LLM interactions!

Current section

Files

Jump to
starflow include starflow@schema_Property.hrl
Raw

include/starflow@schema_Property.hrl

-record(property, {
name :: binary(),
schema :: starflow@schema:schema(),
required :: boolean()
}).