From d975e5c249e6a1909ed29fa598e3ead9ea3b619f Mon Sep 17 00:00:00 2001 From: mic Date: Wed, 4 Feb 2026 22:39:08 +0100 Subject: [PATCH] get_task has now the ability to specify a different API. see #498 --- options/mzta-options-default.js | 2 +- pages/get-task/mzta-get-task.html | 17 +++- pages/get-task/mzta-get-task.js | 150 ++++++++++++++++++++++-------- 3 files changed, 128 insertions(+), 41 deletions(-) diff --git a/options/mzta-options-default.js b/options/mzta-options-default.js index f0609ceb..eb8cda9c 100644 --- a/options/mzta-options-default.js +++ b/options/mzta-options-default.js @@ -16,7 +16,7 @@ * along with this program. If not, see . */ -const special_prompts_with_integration = ['add_tags', 'spamfilter', 'summarize', 'get_calendar_event']; //, 'get_task']; +const special_prompts_with_integration = ['add_tags', 'spamfilter', 'summarize', 'get_calendar_event', 'get_task']; export const integration_options_config = { chatgpt: { diff --git a/pages/get-task/mzta-get-task.html b/pages/get-task/mzta-get-task.html index 6e8e5f15..3a5d03f1 100644 --- a/pages/get-task/mzta-get-task.html +++ b/pages/get-task/mzta-get-task.html @@ -4,6 +4,7 @@ ThunderAI - __MSG_GetTask_PageTitle__ + @@ -11,10 +12,20 @@

__MSG_GetTask_PageTitle__

__MSG_GetTask_info_default__

-
__MSG_get_calendar_event_prompt_prefs_title__
+
__MSG_get_task_prompt_prefs_title__
- - + + + + + + + +
__MSG_prefs_OptionText_calendar_enforce_timezone__
__MSG_prefs_OptionText_use_specific_integration__ + +
__MSG_prefs_OptionText_calendar_enforce_timezone__