Skip to content

Commit fbc218f

Browse files
committed
fix: typo on query and text when deep researching
1 parent ac5a0d5 commit fbc218f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

app.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -547,9 +547,9 @@ def ai_msg(event, say, body, client, ack, respond):
547547
status_msg = client.chat_postMessage(
548548
channel=channel_id,
549549
thread_ts=thread_ts,
550-
text=f"I'm currenly deep researching on the top you requested. This might take a few minutes."
550+
text=f"I'm currenly deep researching on the topic you requested. This might take a few minutes."
551551
)
552-
query = arguments.get("query")
552+
query = arguments.get("prompt")
553553
the_result = do_deep_research(query)
554554
client.chat_delete(channel=channel_id, ts=status_msg["ts"])
555555

0 commit comments

Comments
 (0)