From 96b92fe487f1115b3a94b8616e292eea139ed0d5 Mon Sep 17 00:00:00 2001 From: ZhenYi <434836402@qq.com> Date: Fri, 1 May 2026 00:40:29 +0800 Subject: [PATCH] feat(workspace): initialize Rust workspace with core services and dependencies --- libs/agent/sync.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/libs/agent/sync.rs b/libs/agent/sync.rs index 49757af..08e20d0 100644 --- a/libs/agent/sync.rs +++ b/libs/agent/sync.rs @@ -13,7 +13,6 @@ pub struct ModelEntry { pub id: String, } -/// List accessible model IDs from the AI endpoint. pub async fn list_accessible_models( client: &reqwest::Client, base_url: &str,