tools.query_golden_goddess_v2 module
Query the ‘Golden Goddess’ NCM RAG store for Doctrine and Definitions.
Uses ChromaDB with a local NCM embedder to search the RAG store.
- async tools.query_golden_goddess_v2.run(query, n_results=5, ctx=None)[source]
Execute this tool and return the result.
- Parameters:
query (
str) – Search query or input string.n_results (
int) – The n results value.ctx (
ToolContext|None) – Tool execution context providing access to bot internals.
- Returns:
Result string.
- Return type: