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 8fb27bd commit f9a3e33Copy full SHA for f9a3e33
api-reference/lifecycle-hooks/on-chat-start.mdx
@@ -15,6 +15,6 @@ async def main():
15
res = await AskUserMessage(content="What is your name?", timeout=30).send()
16
if res:
17
await Message(
18
- content=f"Your name is: {res['content']}.\nChainlit installation is working!\nYou can now start building your own chainlit apps!",
+ content=f"Your name is: {res['output']}.\nChainlit installation is working!\nYou can now start building your own chainlit apps!",
19
).send()
20
```
0 commit comments