File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased] ( https://github.com/microsoft/conductor/compare/v0.1.10...HEAD )
99
10+ ### Added
11+ - ` metadata ` dict on workflow definitions, settable statically in YAML or
12+ dynamically via ` --metadata ` / ` -m ` CLI flags. Merged metadata is
13+ included in the ` workflow_started ` event for downstream consumers
14+ ([ #107 ] ( https://github.com/microsoft/conductor/pull/107 ) ).
15+ - ` input_mapping ` field on ` type: workflow ` agents, enabling Jinja2-templated
16+ per-call inputs to sub-workflows evaluated against the parent context.
17+ When omitted, the parent's ` workflow.input.* ` is forwarded as before
18+ ([ #109 ] ( https://github.com/microsoft/conductor/pull/109 ) ).
19+
1020### Fixed
1121- Pass ` streaming=True ` to the Copilot SDK's ` create_session ` to prevent
1222 silent truncation of large tool-call arguments. In non-streaming mode
You can’t perform that action at this time.
0 commit comments