Improvements:
id
on Message: Addid
field on theMessage
class that is used internally for messages sent to LLMs, but also for the list of messages on theRunOutput
objects. This can be used for tracking messages in storage.- Extend support for
session_state
in Workflows: Provide access to the contextualsession_state
to theevaluator
andselector
functions of theCondition
andRouter
Workflow Step classes.
Bug Fixes:
- Metadata On Teams: Fixed issues with passing
metadata
onrun
andarun
for teams. - Reader on
async_add_contents
: Fixed missingreader
attribute not being passed to forknowledge loader functions
What's Changed
- Fix: formatting by @ashpreetbedi in #5109
- fix: Metadata on teams by @dirkbrnd in #5108
- fix: Async_add_contents reader by @willemcdejongh in #5043
- feat: Add
id
onMessage
by @dirkbrnd in #5110 - feat: propogate
session_state
to condition/router evaluator function by @kausmeows in #5107 - chore: v2.1.9 by @manuhortet in #5122
Full Changelog: v2.1.8...v2.1.9