fix: Synology 응답 길이 1500→4000자 (모닝 브리핑 대비)

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Hyungi Ahn
2026-04-06 12:45:21 +09:00
parent 21f6869898
commit 53d3e8e056

View File

@@ -21,7 +21,7 @@ logger = logging.getLogger(__name__)
HEARTBEAT_INTERVAL = 4.0
CLASSIFY_HEARTBEAT = 2.0
MAX_PROMPT_LENGTH = 1000
SYNOLOGY_MAX_LEN = 1500
SYNOLOGY_MAX_LEN = 4000
async def _complete_with_heartbeat(adapter, message: str, job_id: str, *, messages=None, beat_msg="처리 중...") -> str: