From 65b30c537ebf4731654d6a4cba0a85380ee722d6 Mon Sep 17 00:00:00 2001 From: a2a-cloud Date: Mon, 13 Jul 2026 00:27:39 +0000 Subject: [PATCH] a2a-source-edit: write agent.py --- agent.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/agent.py b/agent.py index 95a4c83..6746127 100644 --- a/agent.py +++ b/agent.py @@ -31,7 +31,6 @@ from a2a_pack import ( WorkspaceAccess, WorkspaceMode, ) -from a2a_pack.mail import InboundEmailPayload LEDGER_PATH = "outputs/support-refund-audit-ledger.json" @@ -281,7 +280,7 @@ class ReceivesSupportEmailChecks1919313(A2AAgent[ReceivesSupportEmailChecks19193 async def receive_support_email( self, ctx: RunContext[NoAuth], - email: InboundEmailPayload, + email: dict[str, Any], ) -> dict[str, str] | None: parsed = _extract_refund_request(email) if not parsed.get("stripe_payment_intent_id"):