``` "text-embedding-3-small": { "vector": [1.4564884488666646, 2, 3, 4, 5, .0516156161551515, 7], "info": "PROMPT \"representation\" MODEL \"text-embedding-3-small\"" } ``` results in ``` "text-embedding-3-small": { "vector": [1.4564884488666646, 2, 3, 4, 5] } ``` how can i get some error reported instead of swallowing syntax error and cutting the rest of valid tokens off within parent?