1 2 3 4 5 6 7 8 9
// Source: /data/home/swei/claudecode/openclaudecode/src/services/PromptSuggestion/speculation.ts pub fn get_speculation() -> Option<Speculation> { None } #[derive(Debug, Clone)] pub struct Speculation { pub prompt: String, }