Version 1.4.2
What's Changed
Improvements
- Enhanced Error Handling: Added better feedback when LLMs attempt to run invalid query types
- Improved User Guidance: When invalid query types are used, the system now provides clear instructions to use
get_term_infofirst to discover available query types - Updated Tool Descriptions: Enhanced documentation to emphasize the importance of checking available queries before running them
Technical Details
- Modified
handleRunQueryfunction to detect API error responses and provide helpful guidance - Updated tool descriptions to prevent hallucinated query types
- Version bump to 1.4.2
This release improves the reliability and user experience when working with VirtualFlyBrain queries by ensuring LLMs follow the correct workflow of checking available query types before attempting to run them.