Fix linting

This commit is contained in:
yangdx
2025-05-22 09:59:53 +08:00
parent 690f701781
commit bb27bb4309

View File

@@ -79,8 +79,7 @@ class QueryRequest(BaseModel):
) )
ids: list[str] | None = Field( ids: list[str] | None = Field(
default=None, default=None, description="List of ids to filter the results."
description="List of ids to filter the results."
) )
user_prompt: Optional[str] = Field( user_prompt: Optional[str] = Field(