feat: cleaned up skill implementation

This commit is contained in:
2026-06-01 15:13:50 -06:00
parent c63eb0a9f9
commit 6330d7dd95
11 changed files with 74 additions and 38 deletions
-1
View File
@@ -9,7 +9,6 @@ use serde_json::{Value, json};
pub const SKILL_FUNCTION_PREFIX: &str = "skill__";
#[allow(dead_code)]
pub fn skill_function_declarations() -> Vec<FunctionDeclaration> {
vec![
FunctionDeclaration {