Python: Add CreateConversationExecutor, fix input routing, remove unused handler layer (#4159)

* Fixed declarative deep research sample

* Small fix

* Resolved comment

* Add CreateConversationExecutor, fix input routing, remove unused handler layer

* Address Copilot feedback

* Fix System.ConversationId

---------

Co-authored-by: Dmytro Struk <13853051+dmytrostruk@users.noreply.github.com>
This commit is contained in:
Evan Mattson
2026-02-24 01:59:39 +00:00
committed by GitHub
co-authored by Dmytro Struk
parent bb4fe48c9a
commit de612c47f5
24 changed files with 456 additions and 3597 deletions
+2
View File
@@ -16,6 +16,7 @@
# - Weather Agent: Provides weather information.
#
kind: Workflow
maxTurns: 500
trigger:
kind: OnConversationStart
@@ -141,6 +142,7 @@ trigger:
messages: =UserMessage(Local.AgentResponseText)
output:
responseObject: Local.ProgressLedger
autoSend: false
- kind: ConditionGroup
id: conditionGroup_mVIecC