The _json_schema_to_model function in autogen_core.utils._json_to_pydantic does not properly handle array items that have object schemas with properties. When an array's items schema defines an object ...
CSV means comma separated values. It's like a normal "txt" file with commas at regular places to separate some values. Typically the first line of CSV file is a "header", containing names of columns ...