diff --git a/lightrag/api/routers/query_routes.py b/lightrag/api/routers/query_routes.py index 6ac8943d..b23dbd32 100644 --- a/lightrag/api/routers/query_routes.py +++ b/lightrag/api/routers/query_routes.py @@ -79,8 +79,7 @@ class QueryRequest(BaseModel): ) ids: list[str] | None = Field( - default=None, - description="List of ids to filter the results." + default=None, description="List of ids to filter the results." ) user_prompt: Optional[str] = Field(