perf: 优化 AI 提示词
This commit is contained in:
@@ -1895,6 +1895,7 @@ class ProjectTask extends AbstractModel
|
||||
$contexts[] = "任务截止时间:" . $this->end_at;
|
||||
}
|
||||
}
|
||||
$contexts[] = "当前系统时间:" . Carbon::now()->toDateTimeString();
|
||||
if ($this->content) {
|
||||
$taskDesc = $this->content?->getContentInfo();
|
||||
if ($taskDesc) {
|
||||
|
||||
Reference in New Issue
Block a user