mirror of
https://github.com/microsoft/agent-framework.git
synced 2026-06-16 21:04:09 +08:00
Fix MangenticAgentExecutor producing repr str for tool call content (#2566)
This commit is contained in:
committed by
GitHub
Unverified
parent
cb343dd707
commit
c2d285e614
@@ -1274,7 +1274,7 @@ class MessageMapper:
|
||||
"trace_type": "magentic_orchestrator",
|
||||
"orchestrator_id": orchestrator_id,
|
||||
"kind": kind,
|
||||
"text": text or str(message),
|
||||
"text": text or "",
|
||||
"timestamp": datetime.now().isoformat(),
|
||||
},
|
||||
span_id=f"magentic_orch_{uuid4().hex[:8]}",
|
||||
|
||||
Reference in New Issue
Block a user