Skip to content

Commit f404c74

Browse files
committed
Fix service version
1 parent a92b6e3 commit f404c74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

google-adk/tour-of-agents/app/sub_workflow_agent.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ async def human_approval(claim: InsuranceClaim) -> str:
5757
app = App(name=APP_NAME, root_agent=agent, plugins=[RestatePlugin()])
5858
session_service = InMemorySessionService()
5959

60-
agent_service = restate.VirtualObject("SubWorkflowClaimApprovalAgent")
60+
agent_service = restate.Service("SubWorkflowClaimApprovalAgent")
6161

6262

6363
# HANDLER

0 commit comments

Comments
 (0)