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
Binary file not shown.
Binary file not shown.
+2 -1
View File
@@ -16,5 +16,6 @@ class ChatRequest(BaseModel):
class SurveyRequest(BaseModel):
job_id: str
+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