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