update the promt

This commit is contained in:
CREDO23 2025-07-24 12:02:29 +02:00
parent 6bced733b2
commit 2bb013ef9d
3 changed files with 3 additions and 3 deletions

View file

@ -1 +0,0 @@
{"2d0ec64d93969318101ee479b664221b32241665":{"files":{"surfsense_web/lib/connectors/utils.ts":["RXwmTdu3JAyxa1ApFuYJiSRHfZo=",true],"surfsense_web/app/dashboard/[search_space_id]/connectors/add/page.tsx":["jZynb8hLm5uq1viyFK9UMcRClD8=",true],"surfsense_web/app/dashboard/[search_space_id]/researcher/[chat_id]/page.tsx":["LEFIcQIvBUtbTE9PuuJI0WqzdVw=",true]},"modified":1753351069225}}

View file

@ -5,7 +5,8 @@ A module for retrieving data from Jira.
Allows fetching issue lists and their comments, projects and more.
"""
from typing import Any, Dict, List, Optional
from typing import Any, Dict, List, Optional, Tuple
from datetime import datetime
import requests