Add task-level memory LLM preset selection

This commit is contained in:
Youzini-afk
2026-04-07 11:45:18 +08:00
parent f93b26a52c
commit 3fba8fe031
6 changed files with 310 additions and 22 deletions

View File

@@ -871,6 +871,7 @@ function createFallbackDefaultTaskProfile(taskType) {
updatedAt: nowIso(),
blocks: buildDefaultTaskProfileBlocks(taskType),
generation: {
llm_preset: "",
max_context_tokens: null,
max_completion_tokens: null,
reply_count: null,