cleaned code
This commit is contained in:
parent
3119f76e26
commit
e8c80ce683
1 changed files with 2 additions and 2 deletions
|
|
@ -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…
Add table
Reference in a new issue