Skip to content

Commit eea15b1

Browse files
committed
feat: help for additional properties in LlmGenerationClient config
1 parent b573961 commit eea15b1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

rust/cocoindex/src/llm/openai.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,7 @@ impl LlmGenerationClient for Client {
162162
supports_format: false,
163163
extract_descriptions: false,
164164
top_level_must_be_object: true,
165+
supports_additional_properties: true,
165166
}
166167
}
167168
}

0 commit comments

Comments
 (0)