Hi, just tested a tool that returns JSON and bumped into this exception: Can you please look at it? Maybe I should handle JSON returns in a specific way? Thanks! LlamaIndex 0.10.28
Hi, I think I found the bug! Here: In my case, the documents were JSON, this is why the Documents were created from string (created from JSON). But instead "docs" it created a "doc" therefore the "docs" variable remains untouched and goes further as JSON.