feat:优化timing门控逻辑,减少消耗,提高速度

This commit is contained in:
SengokuCola
2026-04-09 13:56:34 +08:00
parent daef71b7e9
commit b28481d205
17 changed files with 371 additions and 49 deletions

View File

@@ -0,0 +1,22 @@
Please summarize the following chat record segment based on the topic and extract the following information:
**Topic**: {topic}
**Requirements**:
1. Keywords: extract keywords related to the topic and return them as a list (3-10 keywords)
2. Summary: provide a plain-text summary of this segment (50-200 words). Requirements:
- Carefully retell the event and the chat content;
- Highlight the development process and the result of the event;
- Summarize around the central topic;
- Extract the key information points in the topic, and keep them concise and clear.
Please return in JSON format as follows:
{{
"keywords": ["keyword1", "keyword2", ...],
"summary": "summary content"
}}
Chat record:
{original_text}
Please return JSON directly and do not include any other content.