Skip to content

Commit b573961

Browse files
committed
feat: enable support for additional properties
1 parent 821c969 commit b573961

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

rust/cocoindex/src/llm/ollama.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@ impl LlmGenerationClient for Client {
120120
supports_format: true,
121121
extract_descriptions: true,
122122
top_level_must_be_object: false,
123+
supports_additional_properties: true,
123124
}
124125
}
125126
}

0 commit comments

Comments
 (0)