From fa21b0d73d71fd1de977f684f8bee4423f72dd2b Mon Sep 17 00:00:00 2001 From: Cameron Date: Fri, 24 Apr 2026 19:12:25 -0400 Subject: [PATCH] chore(ai): disable default few-shot insight ids Co-Authored-By: Claude Opus 4.7 (1M context) --- src/ai/handlers.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/ai/handlers.rs b/src/ai/handlers.rs index 2121a81..7ec6ab7 100644 --- a/src/ai/handlers.rs +++ b/src/ai/handlers.rs @@ -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 {