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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user