소스 검색

fix(ai-tools): update maxLength in OpenAPI spec to 50000

Align with the agreed limit of ~100K tokens (50K chars for Japanese).

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
VANELLOPE\tomoyuki-t 2 달 전
부모
커밋
84b7ad06cb
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      apps/app/src/features/ai-tools/suggest-path/server/routes/apiv3/index.ts

+ 1 - 1
apps/app/src/features/ai-tools/suggest-path/server/routes/apiv3/index.ts

@@ -111,7 +111,7 @@ const validator = [
  *               body:
  *                 type: string
  *                 description: The page content to analyze for path suggestions
- *                 maxLength: 100000
+ *                 maxLength: 50000
  *     responses:
  *       200:
  *         description: Path suggestions generated successfully