Commit 8b536dd
authored
fix: Rename JSON property 'options' to 'convert_options' in chunk document requests (#154)
Updated `@JsonProperty` annotation in `HierarchicalChunkDocumentRequest` and `HybridChunkDocumentRequest` to rename `options` to `convert_options`.
Signed-off-by: Eric Deandrea <[email protected]>1 parent b695ba7 commit 8b536dd
File tree
2 files changed
+2
-2
lines changed- docling-serve/docling-serve-api/src/main/java/ai/docling/serve/api/chunk/request
2 files changed
+2
-2
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
| 34 | + | |
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
| 34 | + | |
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| |||
0 commit comments