fix: Make custom_prompt be None by default
This commit is contained in:
parent
2915698d60
commit
7fd5e1e010
1 changed files with 1 additions and 1 deletions
|
|
@ -38,7 +38,7 @@ class CognifyPayloadDTO(InDTO):
|
|||
dataset_ids: Optional[List[UUID]] = Field(default=None, examples=[[]])
|
||||
run_in_background: Optional[bool] = Field(default=False)
|
||||
custom_prompt: Optional[str] = Field(
|
||||
default=None, description="Custom prompt for entity extraction and graph generation"
|
||||
default="", description="Custom prompt for entity extraction and graph generation"
|
||||
)
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue