Merge branch 'dev' into feature/cog-3488-bug-i-have-to-revisit-custom-edges-in-ontologies

This commit is contained in:
hajdul88 2025-12-15 14:30:40 +01:00 committed by GitHub
commit 5442492960
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -42,7 +42,9 @@ class CognifyPayloadDTO(InDTO):
default="", description="Custom prompt for entity extraction and graph generation"
)
ontology_key: Optional[List[str]] = Field(
default=None, description="Reference to one or more previously uploaded ontologies"
default=None,
examples=[[]],
description="Reference to one or more previously uploaded ontologies",
)