mirror of
https://github.com/microsoft/agent-framework.git
synced 2026-06-16 21:04:09 +08:00
renamed all (#3207)
This commit is contained in:
committed by
GitHub
Unverified
parent
1ae0b09e42
commit
d8cf8361bd
+2
-2
@@ -61,8 +61,8 @@ class AggregateInsights(Executor):
|
||||
# Map responses to text by executor id for a simple, predictable demo.
|
||||
by_id: dict[str, str] = {}
|
||||
for r in results:
|
||||
# AgentExecutorResponse.agent_run_response.text contains concatenated assistant text
|
||||
by_id[r.executor_id] = r.agent_run_response.text
|
||||
# AgentExecutorResponse.agent_response.text contains concatenated assistant text
|
||||
by_id[r.executor_id] = r.agent_response.text
|
||||
|
||||
research_text = by_id.get("researcher", "")
|
||||
marketing_text = by_id.get("marketer", "")
|
||||
|
||||
Reference in New Issue
Block a user