Skip to content

Commit 92ec5e0

Browse files
authored
fix(deploy sample): correct message_id error (#4)
1 parent 93c5b08 commit 92ec5e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/template-project-for-vefaas/deploy.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ async def main():
3333
"How is the weather like in Beijing?", SESSION_ID, USER_ID
3434
)
3535

36-
print(f"Message ID: {response_message.messageId}")
36+
print(f"Message ID: {response_message.message_id}")
3737

3838
print(f"Response from {cloud_app.endpoint}: {response_message.parts[0].root.text}")
3939

0 commit comments

Comments
 (0)