add uid field to endpoints
This commit is contained in:
parent
485c70f8c7
commit
f55e635d77
1 changed files with 1 additions and 0 deletions
|
|
@ -85,6 +85,7 @@ class EstimationResponse(BaseModel):
|
|||
results: List[EstimationResult]
|
||||
|
||||
class InsuranceChatRequest(BaseModel):
|
||||
uid: int | None = None
|
||||
message: str = Field(..., description="User message")
|
||||
session_id: Optional[str] = Field(None, description="Chat session ID")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue