search_compliance_docs
Find compliance and governance documents by natural-language search, returning top chunks with source and relevance scores. Override collection per call for targeted results.
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. |