Skip to content

v1.3.5

Choose a tag to compare

@Robbie1977 Robbie1977 released this 08 Feb 14:29
· 5 commits to main since this release

What's Changed

Bug Fix

  • Redirect misused tool names in run_query: When LLMs incorrectly pass tool names (e.g. get_term_info, search_terms) as query_type to run_query, the server now gracefully handles the mistake instead of returning errors that cause retry loops:
    • query_type: "get_term_info" → silently redirects to get_term_info handler, returns results with a corrective note
    • query_type: "search_terms" → returns a helpful message explaining it's a separate tool

Improvement

  • Enriched run_query tool description: The description now lists valid query types grouped by entity type (templates, neurons, classes), explicitly warns against using tool names as query types, and instructs LLMs to call get_term_info first to discover available queries for a given ID