Hi,
I see that you are using a JSON validator with an exact match with the completion from the dataset. How would that make sense in case the completion is a string as in the following example.
{"reservationID": "AH-158394", "guestName": "Alexander Hamilton", "reservationTime": "2023-04-15T19:30:00Z", "specialRequests": ["Table by the window", "Surprise dessert for a special occasion"]}
This would match only if the output string is exactly "Table by the window" and "Surprise dessert for a special occasion", right?
Hi,
I see that you are using a JSON validator with an exact match with the
completionfrom the dataset. How would that make sense in case the completion is a string as in the following example.{"reservationID": "AH-158394", "guestName": "Alexander Hamilton", "reservationTime": "2023-04-15T19:30:00Z", "specialRequests": ["Table by the window", "Surprise dessert for a special occasion"]}This would match only if the output string is exactly "Table by the window" and "Surprise dessert for a special occasion", right?