Description
I encountered a serialization error when generating a dataset using a config that includes nested arrays in the tool _meta field.
Steps to Reproduce
Run generation with the homoglyph.yaml config (included in my recent PR #525):
deepfabric generate examples/mcp-adversarial-suite/configs/homoglyph.yaml --num-samples 3 --tui simple
Description
I encountered a serialization error when generating a dataset using a config that includes nested arrays in the tool
_metafield.Steps to Reproduce
Run generation with the
homoglyph.yamlconfig (included in my recent PR #525):