Should I send full chat history with every REST API request?
Only if the conversation is short or you need stateless behavior. For longer chats, store history server-side and send only the recent window or a conversation id.
Only if the conversation is short or you need stateless behavior. For longer chats, store history server-side and send only the recent window or a conversation id.