mirror of
https://github.com/HKUDS/LightRAG.git
synced 2025-07-04 15:41:03 +00:00
cleaned code
This commit is contained in:
parent
3119f76e26
commit
e8c80ce683
@ -765,8 +765,8 @@ class InsertTextsRequest(BaseModel):
|
||||
|
||||
|
||||
class InsertResponse(BaseModel):
|
||||
status: str
|
||||
message: str
|
||||
status: str = Field(description="Status of the operation")
|
||||
message: str = Field(description="Message describing the operation result")
|
||||
|
||||
|
||||
def QueryRequestToQueryParams(request: QueryRequest, is_stream: bool):
|
||||
|
Loading…
x
Reference in New Issue
Block a user