We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a92b6e3 commit f404c74Copy full SHA for f404c74
google-adk/tour-of-agents/app/sub_workflow_agent.py
@@ -57,7 +57,7 @@ async def human_approval(claim: InsuranceClaim) -> str:
57
app = App(name=APP_NAME, root_agent=agent, plugins=[RestatePlugin()])
58
session_service = InMemorySessionService()
59
60
-agent_service = restate.VirtualObject("SubWorkflowClaimApprovalAgent")
+agent_service = restate.Service("SubWorkflowClaimApprovalAgent")
61
62
63
# HANDLER
0 commit comments