Skip to content

v0.0.22

Latest

Choose a tag to compare

@markbackman markbackman released this 18 Nov 15:15
· 18 commits to main since this release
ccf025f

Added

  • Added support for global_functions parameter in FlowManager initialization. Global functions are available at every node in a flow without needing to be specified in each node's configuration. Supports both FlowsFunctionSchema and FlowsDirectFunction types.

Changed

  • Changed the fallback strategy to APPEND in the event that RESET_WITH_SUMMARY fails.

  • Updated food ordering examples (food_ordering.py and food_ordering_direct_functions.py) to demonstrate global function usage with a delivery estimate function.