Improve rendering task scheduled settings view and message

- Render crontime string in natural language in message & settings UI
- Show more fields in tasks web config UI
- Add link to the tasks settings page in task scheduled chat response
- Improve task variables names
  Rename executing_query to query_to_run. scheduling_query to
  scheduling_request
This commit is contained in:
Debanjum Singh Solanky
2024-04-29 18:54:54 +05:30
parent d341b1efe8
commit 230d160602
5 changed files with 50 additions and 28 deletions

View File

@@ -82,6 +82,7 @@ dependencies = [
"huggingface-hub >= 0.22.2",
"apscheduler ~= 3.10.0",
"pytz ~= 2024.1",
"cron-descriptor == 1.4.3",
]
dynamic = ["version"]