From e49a01f2a56b1ce7bc0a4adfdc19dcca2e1ab1c2 Mon Sep 17 00:00:00 2001 From: Alfred Nutile Date: Tue, 10 Sep 2024 15:40:48 -0400 Subject: [PATCH] all for multple tasks --- Modules/LlmDriver/app/Functions/CreateTasksTool.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Modules/LlmDriver/app/Functions/CreateTasksTool.php b/Modules/LlmDriver/app/Functions/CreateTasksTool.php index b4aba9aa..6e551776 100644 --- a/Modules/LlmDriver/app/Functions/CreateTasksTool.php +++ b/Modules/LlmDriver/app/Functions/CreateTasksTool.php @@ -40,10 +40,10 @@ public function handle( Task::updateOrCreate([ 'name' => $name, 'project_id' => $project->id, + 'due_date' => $due_date, ], [ 'details' => $details, - 'due_date' => $due_date, 'assistant' => $assistant, 'user_id' => null, //@TODO coming back to this ]);