瀏覽代碼

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