Somewhat frequently when running tests I get a failure with the following error:
BamlValidationError: Failed to parse LLM response: Failed to coerce valu
e: <root>: Failed while parsing required fields: missing=1, unparsed=0
- <root>: Missing required field: data
The error happens during check steps. Sometimes, rerunning the same test with no changes causes the error not to happen, so I'm not sure what the cause is.
This is with magnitude-core 0.2.22 and magnitude-test 0.3.1.