For AI agents: visit https://docs.formant.io/llms.txt for an index of all pages formatted in Markdown and endpoints in OpenAPI.
3D Scene: Only first field in marker array rendered
- I can see that only the first field in the message is rendered.
- The issue may be that the fields are sent as separate messages, one right after the other. So the first field is received but the second is lost already in the Formant agent. This may be fixed by creating a node that receives the messages and aggregated them into one.