chore(ai): disable default few-shot insight ids

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
Cameron
2026-04-24 19:12:25 -04:00
parent 0e55a6b125
commit fa21b0d73d

View File

@@ -18,7 +18,8 @@ use crate::utils::normalize_path;
/// into trajectory form and injected into the system prompt. Empty = no
/// change in behavior. Request-level `fewshot_insight_ids` overrides this
/// when non-empty.
const DEFAULT_FEWSHOT_INSIGHT_IDS: &[i32] = &[2918, 2908];
// const DEFAULT_FEWSHOT_INSIGHT_IDS: &[i32] = &[2918, 2908];
const DEFAULT_FEWSHOT_INSIGHT_IDS: &[i32] = &[];
#[derive(Debug, Deserialize)]
pub struct GeneratePhotoInsightRequest {