prompt_get_calendar_event_from_clipboard fixed. see #680

This commit is contained in:
Mic 2026-04-16 22:37:51 +02:00
parent 3eba2865d7
commit e2b20e7ed6

View file

@ -667,9 +667,9 @@ export function getActiveSpecialPromptsIDs(args = {}) {
}
if (get_calendar_event) {
output.push('prompt_get_calendar_event');
}
if (get_calendar_event_from_clipboard) {
output.push('prompt_get_calendar_event_from_clipboard');
if (get_calendar_event_from_clipboard) {
output.push('prompt_get_calendar_event_from_clipboard');
}
}
if (get_task) {
output.push('prompt_get_task');