OpenRouter Support, Insight Chat and User injection #56

Merged
cameron merged 24 commits from 005-llm-client-trait into master 2026-04-26 23:01:35 +00:00
Showing only changes of commit fa21b0d73d - Show all commits

View File

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