add_faq
Add a new question and answer to the clinic FAQ so future callers receive consistent responses. Use when staff provide missing logistics details or when answer_faq finds no match.
Instructions
Add an entry to the clinic FAQ so future callers get a consistent answer.
Use this when staff tell you something the FAQ does not cover yet, or after
answer_faq returns match: "none" and a human supplies the answer.
Only for clinic logistics — timings, fees, policies, facilities. Never add medical guidance; clinical questions must keep routing to the doctor.
Args: question: The question as a caller would ask it. answer: The exact wording to read back. Write it as speech, not a document. keywords: Comma-separated search terms, including likely synonyms and misspellings, e.g. "parking,park,vehicle,two wheeler,car".
Example: add_faq(question="Do you have parking?", answer="Yes, free two-wheeler parking is available at the rear.", keywords="parking,park,vehicle,two wheeler,bike,car")
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| answer | Yes | ||
| keywords | No | ||
| question | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||