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 c12e126 commit 6b57e49Copy full SHA for 6b57e49
app/app.py
@@ -193,7 +193,7 @@ def handle_webhook():
193
194
# Fetch the conversation and generate an LLM answer for the user
195
logger.info(f"Detected a user reply in conversation {conversation_id}; fetching an answer from LLM...")
196
- answer_intercom_conversation(app.rag_system, conversation_id)
+ answer_intercom_conversation(app.rag_system, conversation_id, topic)
197
198
else:
199
logger.info(f"Received webhook for unsupported topic: {topic}; no action taken.")
0 commit comments