Skip to content

Commit

Permalink
all for multple tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
alnutile committed Sep 10, 2024
1 parent d0d88a2 commit e49a01f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Modules/LlmDriver/app/Functions/CreateTasksTool.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
]);
Expand Down

0 comments on commit e49a01f

Please sign in to comment.