add more tests
Some checks failed
SonarQube / Build and analyze (push) Failing after 2m56s
Unit Tests / Run Tests (push) Failing after 2m28s

This commit is contained in:
Leonid Pershin
2025-10-20 07:02:12 +03:00
parent af9773e7d6
commit 1647fe19d3
12 changed files with 3714 additions and 21 deletions

View File

@@ -78,7 +78,7 @@ namespace ChatBot.Services
await GetSystemPromptAsync();
}
private const string DefaultPrompt =
public const string DefaultPrompt =
"You are a helpful AI assistant. Provide clear, accurate, and helpful responses to user questions.";
}
}