Skip to content

Commit 9963d6c

Browse files
authored
Merge pull request #115 from lm-aols/update-API-specs-with-missing-fields
Add missing validate_field_names to MultiSearchParameters
2 parents f7fb1c6 + 24facda commit 9963d6c

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

openapi.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3854,6 +3854,13 @@ components:
38543854
description: >
38553855
The Id of a previous conversation to continue, this tells Typesense to include prior context when communicating with the LLM.
38563856
type: string
3857+
validate_field_names:
3858+
description: >
3859+
Controls whether Typesense should validate if the fields exist in the schema.
3860+
When set to false, Typesense will not throw an error if a field is missing.
3861+
This is useful for programmatic grouping where not all fields may exist.
3862+
type: boolean
3863+
38573864
MultiSearchSearchesParameter:
38583865
type: object
38593866
required:

0 commit comments

Comments
 (0)