truncate
-
Web Search Agent: Summarization Overflow이코에코(Eco²)/Troubleshooting 2026. 1. 24. 11:45
1. 문제 발견에러 로그openai.BadRequestError: Error code: 400Input tokens exceed the configured limit of 272000 tokens.Your messages resulted in 915611 tokens.SummarizationNode가 압축을 시도할 때, summarize_messages()에 전달된 older_messages가모델 입력 한도(272K tokens)를 초과하여 크래시 발생.기존 구조User Message (Turn N) │ ▼ ┌─────────┐ │ intent │ └────┬─────┘ │ ▼ ┌─────────┐ │ router │ ← Send API (병렬 ..