What format should I use for AI conversation API responses?
JSON is the safest choice. Return the assistant message, conversation ID, status, and any structured data the client needs. Keep the schema stable so the frontend stays simple.
JSON is the safest choice. Return the assistant message, conversation ID, status, and any structured data the client needs. Keep the schema stable so the frontend stays simple.