added flight assesment agent withj third party free api
This commit is contained in:
Binary file not shown.
Binary file not shown.
@@ -16,5 +16,6 @@ class ChatRequest(BaseModel):
|
||||
|
||||
|
||||
|
||||
|
||||
class SurveyRequest(BaseModel):
|
||||
job_id: str
|
||||
|
||||
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user