query_knowledge_base
Query the multi-agent system's knowledge base to find similar solutions via fuzzy keyword matching, returning top matches with confidence and reuse counts.
Instructions
Consulta o Knowledge Base acumulado do sistema Multi-Agent. Busca soluções similares usando matching fuzzy por keywords. Retorna as top-3 soluções com confidence e reuse count.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | O que você quer buscar no KB (ex: 'webhook handler payment idempotência') | |
| top_n | No | Número de resultados a retornar |