News Summary
POST/openapi/news/summary
• Function description: Invoke LLM to generate news summaries for watchlist.
• Frequency limit: 10 calls per minute per user.
Request
Responses
- 200
- 401
- 417
- 500
Server-Sent Events stream. Each message contains JSON data.
Example stream:event:message data:{"type":"meta","args":{"sessionId":"1","convId":451107711450219}}event:message data:{"type":"text","message":"Hi"}event:message data:{"type":"text","message":", I'm Wally an"}event:message data:{"type":"text","message":"d I'll help you with this question"}
Response Types:
• text: Markdown text
• table: { headers: {text: "<Title>"}[], rows: {text: "Row Text"}[][] }
Unauthorized: Authentication required
A business logic error triggered when the request cannot be processed due to domain-specific constraints.
Internal Server Error.