mirror of
https://github.com/HKUDS/LightRAG.git
synced 2026-01-08 20:59:50 +00:00
Fix linting
This commit is contained in:
parent
690f701781
commit
bb27bb4309
@ -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(
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user