feat: add Query method to ILLMService interface

- Add Query method to ILLMService interface for unified AI service access
- Update combinedLLMService to include querier functionality
- Add comprehensive tests for ILLMService Query method
- Support both basic query and custom schema query through unified interface
- Add environment variable checks for test reliability

This allows users to access all AI capabilities (planning, assertion, and query) 
through a single ILLMService interface, providing better API consistency and ease of use.
This commit is contained in:
lilong.129
2025-06-10 20:45:49 +08:00
parent 7c45acd061
commit c513e56d30
3 changed files with 159 additions and 5 deletions

View File

@@ -1 +1 @@
v5.0.0-beta-2506102041
v5.0.0-beta-2506102045