Submit a prompt-authoring chat turn for asynchronous streaming.
Prompts
Submit a prompt-authoring chat turn for asynchronous streaming.
Mirrors Python POST /api/prompts/ai-chat-stream: queues the work on the
shared AiStreamService, returns {task_id} immediately, and the
frontend polls /api/ai-stream/{task_id} for incremental chunks.
POST
Submit a prompt-authoring chat turn for asynchronous streaming.
Authorizations
Session token issued by POST /api/users/login, transported as Authorization: Bearer <token>.
Body
application/json