fix(tauri): @reserved annotations for 16 unconnected commands
Complete Tauri command audit: 177 total (160 @connected + 16 @reserved + 1 unregistered identity_init) Corrected zclaw_doctor from @connected to @reserved
This commit is contained in:
@@ -362,9 +362,9 @@ pub async fn memory_db_path(
|
||||
Ok(db_path.to_string_lossy().to_string())
|
||||
}
|
||||
|
||||
/// @reserved — no frontend UI yet
|
||||
/// Configure embedding for PersistentMemoryStore (chat memory search)
|
||||
/// This is called alongside viking_configure_embedding to enable vector search in chat flow
|
||||
// @reserved: 暂无前端集成
|
||||
#[tauri::command]
|
||||
pub async fn memory_configure_embedding(
|
||||
provider: String,
|
||||
@@ -398,8 +398,8 @@ pub async fn memory_configure_embedding(
|
||||
Ok(true)
|
||||
}
|
||||
|
||||
/// @reserved — no frontend UI yet
|
||||
/// Check if embedding is configured for PersistentMemoryStore
|
||||
// @reserved: 暂无前端集成
|
||||
#[tauri::command]
|
||||
pub fn memory_is_embedding_configured() -> bool {
|
||||
is_embedding_configured()
|
||||
|
||||
Reference in New Issue
Block a user