Refa: image table context window (#12132)

### What problem does this PR solve?

Image table context window

### Type of change

- [x] Refactoring
This commit is contained in:
Yongteng Lei
2025-12-23 19:51:01 +08:00
committed by GitHub
parent 033029eaa1
commit 6c93157b14
17 changed files with 43 additions and 9 deletions

View File

@ -324,14 +324,14 @@ export function ImageContextWindow() {
return (
<FormField
control={form.control}
name="parser_config.image_context_window"
name="parser_config.image_table_context_window"
render={({ field }) => (
<FormItem>
<FormControl>
<SliderInputFormField
{...field}
label={t('imageContextWindow')}
tooltip={t('imageContextWindowTip')}
label={t('imageTableContextWindow')}
tooltip={t('imageTableContextWindowTip')}
defaultValue={0}
min={0}
max={256}