Skip to content

Commit 51ac181

Browse files
oops
1 parent 44abe30 commit 51ac181

1 file changed

Lines changed: 0 additions & 21 deletions

File tree

docs/english/concepts/ai-apps.md

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -84,27 +84,6 @@ def handle_app_mentioned(
8484
)
8585
```
8686

87-
</TabItem>
88-
<TabItem value="assistant" label="Assistant class">
89-
90-
```python
91-
@assistant.user_message
92-
def respond_in_assistant_thread(
93-
set_status: SetStatus,
94-
...
95-
):
96-
set_status(
97-
status="thinking...",
98-
loading_messages=[
99-
"Teaching the hamsters to type faster…",
100-
"Untangling the internet cables…",
101-
"Consulting the office goldfish…",
102-
"Polishing up the response just for you…",
103-
"Convincing the AI to stop overthinking…",
104-
],
105-
)
106-
```
107-
10887
## Streaming messages {#text-streaming}
10988

11089
You can have your app's messages stream in to replicate conventional agent behavior. Bolt for Python provides a `say_stream` utility as a listener argument available for `app.event` and `app.message` listeners.

0 commit comments

Comments
 (0)