Skip to content

Commit

Permalink
Fix conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
homanp committed Feb 29, 2024
2 parents 02933ff + 9bcefb3 commit 958088f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions models/query.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,12 @@ class RequestPayload(BaseModel):
interpreter_mode: Optional[bool] = False


class ResponseData(BaseModel):
content: str
doc_url: str
page_number: Optional[int]


class ResponsePayload(BaseModel):
success: bool
data: List[BaseDocumentChunk]

0 comments on commit 958088f

Please sign in to comment.