One trick I learned for this was to use csv for LLM I/I and translate json <-> csv at the boundary layer
Oh neat. So have the llm output csv instead of JSON and then convert it? How would handle nested structures?
Oh neat. So have the llm output csv instead of JSON and then convert it? How would handle nested structures?