feat: add agent_card to conditional branch fallback

This commit is contained in:
Greyson LaLonde
2026-01-06 19:54:08 -05:00
parent cbd394eff8
commit 0230cb67c4

View File

@@ -145,4 +145,5 @@ class StreamingHandler:
status=TaskState.completed,
result=" ".join(result_parts) if result_parts else "",
history=new_messages,
agent_card=agent_card,
)