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 aa42626 commit 34c13ddCopy full SHA for 34c13dd
api-reference/step-class.mdx
@@ -40,7 +40,7 @@ The `Step` class is a Python Context Manager that can be used to create steps in
40
import chainlit as cl
41
42
@cl.on_message
43
-async def main():e
+async def main():
44
async with cl.Step(name="Test") as step:
45
# Step is sent as soon as the context manager is entered
46
step.input = "hello"
0 commit comments