feat: b6-pdf-extract-v2 — batch 6

This commit is contained in:
YeonGyu-Kim
2026-04-07 15:52:11 +09:00
parent 1f968b359f
commit 5c276c8e14
2 changed files with 36 additions and 0 deletions

View File

@@ -242,6 +242,10 @@ const PLUGINS_FIELDS: &[FieldSpec] = &[
name: "bundledRoot",
expected: FieldType::String,
},
FieldSpec {
name: "maxOutputTokens",
expected: FieldType::Number,
},
];
const SANDBOX_FIELDS: &[FieldSpec] = &[