search_docs
Find answers in FinPay architecture documentation: retrieve a synthesized response and top relevant document chunks for any question about payment flows, compliance, or system behavior.
Instructions
Full-text search over FinPay architecture documentation via the docu-rag API. Returns a synthesised answer plus the top matching document chunks. Requires the DOCU_RAG_URL environment variable to be set; returns a disabled error if it is not configured.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| topK | No | Number of document chunks to return. Between 1 and 10. | |
| query | Yes | Natural language question about the FinPay architecture, e.g. 'How does FX rate locking work?' or 'What happens when compliance rejects a transaction?' |