Spaces:
Running
Running
Update models.py
Browse files
models.py
CHANGED
@@ -17,7 +17,8 @@ class QueryRequest(BaseModel):
|
|
17 |
bot_id: str
|
18 |
chat_id: str
|
19 |
query: str
|
20 |
-
|
|
|
21 |
class QueryResponse(BaseModel):
|
22 |
response: str
|
23 |
web_sources: List[str]
|
|
|
17 |
bot_id: str
|
18 |
chat_id: str
|
19 |
query: str
|
20 |
+
prompt_type: str
|
21 |
+
|
22 |
class QueryResponse(BaseModel):
|
23 |
response: str
|
24 |
web_sources: List[str]
|