setup_answer
Validates your answer to the current setup question, tests Qdrant connectivity and API credentials, then proceeds to the next step or finishes the wizard.
Instructions
Records the user's answer to the current wizard question, validates it live (e.g. can Qdrant be reached, does an API key work), and returns either the next question or a null next step once all 8 questions are answered.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| answer | Yes | ||
| session_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| progress | Yes | ||
| validation | Yes | ||
| next_question | Yes |