Currently, if the depth of a data model path is more than 5, an error is thrown:
I assume this is to make sure the LLM isn't producing deeply nested JSONs. However, there are cases where nested data model is necessary. In my case, my data model depth is 6 because my component is referencing data located in paths like "/ai_insights_1/items/0/sources/0/title". It would be great if we allow a way to bypass this check or define our own max depth.
Currently, if the depth of a data model path is more than 5, an error is thrown:
I assume this is to make sure the LLM isn't producing deeply nested JSONs. However, there are cases where nested data model is necessary. In my case, my data model depth is 6 because my component is referencing data located in paths like "/ai_insights_1/items/0/sources/0/title". It would be great if we allow a way to bypass this check or define our own max depth.