added flight assesment agent withj third party free api

This commit is contained in:
OwusuBlessing
2025-08-01 19:33:30 +01:00
parent 41248b1d78
commit d391e966cb
22 changed files with 1323 additions and 169 deletions
+6 -2
View File
@@ -1,8 +1,12 @@
# api/models/responses.py
from pydantic import BaseModel
from typing import Dict
class ChatResponse(BaseModel):
status: str
message: str
class SurveyAgentResponse(BaseModel):
status: str
result: Dict