fix(KB-662): resolve merge conflicts in types.ts and SettingsModal.tsx

This commit is contained in:
gsxdsm
2026-03-31 23:31:52 -07:00
parent 4c0cee8c6c
commit e478311c53
2 changed files with 0 additions and 6 deletions

View File

@@ -467,11 +467,8 @@ export interface TaskCreateInput {
validatorModelId?: string;
/** Thinking level for AI agent sessions — controls reasoning effort (off/minimal/low/medium/high) */
thinkingLevel?: ThinkingLevel;
<<<<<<< HEAD
/** When true, trigger AI title summarization if description is long and no title provided */
summarize?: boolean;
=======
>>>>>>> origin/main
}
// ── Settings Scope Types ────────────────────────────────────────────────