MCPcopy Create free account
hub / github.com/enowdev/enowX-Coder / needs_visual_guide

Function needs_visual_guide

src-tauri/src/services/chat_service.rs:31–34  ·  view source on GitHub ↗
(content: &str)

Source from the content-addressed store, hash-verified

29];
30
31fn needs_visual_guide(content: &str) -> bool {
32 let lower = content.to_lowercase();
33 VISUAL_KEYWORDS.iter().any(|kw| lower.contains(kw))
34}
35
36#[derive(Debug, Clone, serde::Serialize)]
37#[serde(rename_all = "camelCase")]

Callers 2

send_openai_compatibleFunction · 0.85
send_anthropicFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected