Skip to content

Commit 75bbdd9

Browse files
srtaalejzimeg
andauthored
Update listeners/assistant/__init__.py
Co-authored-by: Eden Zimbelman <eden.zimbelman@salesforce.com>
1 parent 1ed3461 commit 75bbdd9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

listeners/assistant/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
def register(app: App):
99
assistant = Assistant()
1010

11-
assistant.thread_started(start_assistant_thread)
12-
assistant.user_message(respond_in_assistant_thread)
11+
assistant.thread_started(assistant_thread_started)
12+
assistant.user_message(message)
1313

1414
app.assistant(assistant)

0 commit comments

Comments
 (0)