diff --git a/backend/danswer/server/models.py b/backend/danswer/server/models.py index 14abf4f19fdd..ecf98ab28c64 100644 --- a/backend/danswer/server/models.py +++ b/backend/danswer/server/models.py @@ -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]