Remove commented out history fetch operation

This commit is contained in:
Mousumi Pal
2024-10-21 16:49:01 +05:30
parent bd12eac145
commit 01268a37e3

View File

@@ -64,8 +64,6 @@ async def generate_answer(question: str, messages: list, conversation_id: str |
async def message_docs(message, say):
client = app.client
channel = message['channel']
# history = await client.conversations_history(channel=message['client_msg_id'])
# print(history)
thread_ts = message['thread_ts']
user_query = message['text']
await client.assistant_threads_setStatus(