format_validate
Validates a raw answer against the expected format (multiple_choice, number, date, boolean) and converts it to that format, ensuring consistency before further reasoning.
Instructions
Validate answer format and convert to expected format
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| answer | Yes | Raw answer to validate | |
| options | No | Multiple choice options if applicable | |
| expected_format | Yes | Expected format (multiple_choice, number, date, boolean) |