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 3a84bdf commit 3d52f96Copy full SHA for 3d52f96
src/app.py
@@ -848,7 +848,6 @@ async def get_conversation():
848
"message_count": len(messages),
849
"status": "success"
850
})
851
-
852
await cosmos_conversation_client.cosmosdb_client.close()
853
return jsonify({"conversation_id": conversation_id, "messages": messages}), 200
854
src/event_utils.py
@@ -2,7 +2,6 @@
2
import os
3
from azure.monitor.events.extension import track_event
4
from dotenv import load_dotenv
5
6
load_dotenv()
7
8
def track_event_if_configured(event_name: str, event_data: dict):
0 commit comments