Update models.py

This commit is contained in:
Yuhong Sun
2023-05-21 14:10:23 -07:00
committed by GitHub
parent 6d7e7d5b71
commit 62e86efec3

View File

@@ -58,7 +58,7 @@ class UserByEmail(BaseModel):
class IndexAttemptRequest(BaseModel):
input_type: InputType = InputType.PULL
input_type: InputType = InputType.POLL
connector_specific_config: dict[str, Any]