search_compliance_docs
Search governance and compliance documents using natural-language queries. Returns the most relevant chunks with source and relevance scores.
Instructions
Search the Proofpane governance / compliance document corpus via the cloud RAG service. Returns the top N matching chunks with source + relevance score. Default collection + retrieval method come from this agent's rag_config (configured in the Proofpane UI); override per-call with the collection arg when needed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Natural-language search query | |
| top_k | No | Number of results (1-20). Omit to use agent default. | |
| collection | No | Override the agent's default collection. Must start with 'ai_gov_'. Omit to use the agent's configured default. |