This commit is contained in:
2025-07-16 10:08:43 +09:00
parent 69182a1bf8
commit 16d724ec25
56 changed files with 6 additions and 7121 deletions

View File

@@ -608,7 +608,7 @@ async fn get_ai_profile(_client: &reqwest::Client, config: &AuthConfig) -> Resul
async fn check_for_duplicates(
client: &reqwest::Client,
config: &AuthConfig,
conversation: &[ConversationPair],
_conversation: &[ConversationPair],
_url: &str,
) -> Result<()> {
// Simple check - just get recent records to warn about potential duplicates