跳至主要内容

新聞匯總

POST 

/openapi/news/summary

•功能描述:調用LLM為觀察清單生成新聞摘要。
•頻率限制:每位用戶每分鐘10次通話。

Request

Responses

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"}[][] }