We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6857ac2 commit 3f66575Copy full SHA for 3f66575
samples/template-project-for-vefaas/deploy.py
@@ -33,7 +33,7 @@ async def main():
33
"How is the weather like in Beijing?", SESSION_ID, USER_ID
34
)
35
36
- print(f"Message ID: {response_message.messageId}")
+ print(f"Message ID: {response_message.message_id}")
37
38
print(f"Response from {cloud_app.endpoint}: {response_message.parts[0].root.text}")
39
0 commit comments