Remix.run Logo
astrange 8 hours ago

IIRC yaml is easier for models than json because you don't need as much recursive syntax.

t1amat 8 hours ago | parent [-]

I doubt this is true anymore, if ever. Both require string escaping, which is the real hurdle. And they are heavily trained on JSON for tool calling.