mirror of
https://github.com/microsoft/agent-framework.git
synced 2026-06-16 21:04:09 +08:00
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:
co-authored by
Dmytro Struk
parent
bb4fe48c9a
commit
de612c47f5
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user