updated bot chat api

This commit is contained in:
OwusuBlessing
2025-08-11 23:16:48 +01:00
parent a185815e24
commit 9952eeda71
8 changed files with 127 additions and 7 deletions
+1 -3
View File
@@ -3,10 +3,8 @@ from pydantic import BaseModel
from typing import Dict
class ChatResponse(BaseModel):
status: str
message: str
message: Dict
class SurveyAgentResponse(BaseModel):
status: str
result: Dict