ragchat_test
Test a domain's chat by sending a message that triggers RAG search and LLM generation, mimicking production to verify the knowledge base is functioning correctly.
Instructions
Send a test message to a domain's chat. Uses RAG search + LLM to generate a response, same as production. Good for verifying the knowledge base works.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| domain | Yes | Domain to test | |
| message | Yes | Test message (e.g. 'What is your product?') |