diff --git a/__pycache__/config.cpython-311.pyc b/__pycache__/config.cpython-311.pyc index 3ae20cc..c9329e2 100644 Binary files a/__pycache__/config.cpython-311.pyc and b/__pycache__/config.cpython-311.pyc differ diff --git a/api/__pycache__/__init__.cpython-311.pyc b/api/__pycache__/__init__.cpython-311.pyc index 2106ddd..baad60f 100644 Binary files a/api/__pycache__/__init__.cpython-311.pyc and b/api/__pycache__/__init__.cpython-311.pyc differ diff --git a/api/__pycache__/config.cpython-311.pyc b/api/__pycache__/config.cpython-311.pyc index 6a65a0e..dd7d020 100644 Binary files a/api/__pycache__/config.cpython-311.pyc and b/api/__pycache__/config.cpython-311.pyc differ diff --git a/api/dependencies/__pycache__/auth.cpython-311.pyc b/api/dependencies/__pycache__/auth.cpython-311.pyc index dc374f6..d212879 100644 Binary files a/api/dependencies/__pycache__/auth.cpython-311.pyc and b/api/dependencies/__pycache__/auth.cpython-311.pyc differ diff --git a/api/models/__pycache__/requests.cpython-311.pyc b/api/models/__pycache__/requests.cpython-311.pyc index 15a8a7f..639cb5f 100644 Binary files a/api/models/__pycache__/requests.cpython-311.pyc and b/api/models/__pycache__/requests.cpython-311.pyc differ diff --git a/api/models/__pycache__/responses.cpython-311.pyc b/api/models/__pycache__/responses.cpython-311.pyc index 2302cb8..fedde28 100644 Binary files a/api/models/__pycache__/responses.cpython-311.pyc and b/api/models/__pycache__/responses.cpython-311.pyc differ diff --git a/api/models/requests.py b/api/models/requests.py index 9f0731f..94de7e4 100644 --- a/api/models/requests.py +++ b/api/models/requests.py @@ -1,6 +1,6 @@ # api/models/requests.py from pydantic import BaseModel -from typing import List +from typing import List,Dict class BaseRequest(BaseModel): pass @@ -17,5 +17,5 @@ class ChatRequest(BaseModel): class SurveyRequest(BaseModel): - job_id: str + booking_form_input: Dict diff --git a/api/routes/__pycache__/__init__.cpython-311.pyc b/api/routes/__pycache__/__init__.cpython-311.pyc index a4d1f13..c1a06eb 100644 Binary files a/api/routes/__pycache__/__init__.cpython-311.pyc and b/api/routes/__pycache__/__init__.cpython-311.pyc differ diff --git a/api/routes/__pycache__/chat.cpython-311.pyc b/api/routes/__pycache__/chat.cpython-311.pyc index 6c46077..2aa651f 100644 Binary files a/api/routes/__pycache__/chat.cpython-311.pyc and b/api/routes/__pycache__/chat.cpython-311.pyc differ diff --git a/api/routes/chat.py b/api/routes/chat.py index cb43181..718b365 100644 --- a/api/routes/chat.py +++ b/api/routes/chat.py @@ -46,7 +46,8 @@ async def run_survey_agent( ): """Chat with DroneBot using query and history.""" try: - from test2 import booking_form_input + booking_form_input = request.booking_form_input + #from test2 import booking_form_input agent = DroneAssessmentAgent() result = await agent.run(booking_form_input) return SurveyAgentResponse( diff --git a/src/__pycache__/__init__.cpython-311.pyc b/src/__pycache__/__init__.cpython-311.pyc index b2d3959..0cf334c 100644 Binary files a/src/__pycache__/__init__.cpython-311.pyc and b/src/__pycache__/__init__.cpython-311.pyc differ diff --git a/src/config/__pycache__/__init__.cpython-311.pyc b/src/config/__pycache__/__init__.cpython-311.pyc index 1ae274e..f8f8882 100644 Binary files a/src/config/__pycache__/__init__.cpython-311.pyc and b/src/config/__pycache__/__init__.cpython-311.pyc differ diff --git a/src/config/__pycache__/llm_config.cpython-311.pyc b/src/config/__pycache__/llm_config.cpython-311.pyc index 6e2271a..667360d 100644 Binary files a/src/config/__pycache__/llm_config.cpython-311.pyc and b/src/config/__pycache__/llm_config.cpython-311.pyc differ diff --git a/src/llm/__pycache__/__init__.cpython-311.pyc b/src/llm/__pycache__/__init__.cpython-311.pyc index cbec918..be7375e 100644 Binary files a/src/llm/__pycache__/__init__.cpython-311.pyc and b/src/llm/__pycache__/__init__.cpython-311.pyc differ diff --git a/src/llm/__pycache__/orchestrator.cpython-311.pyc b/src/llm/__pycache__/orchestrator.cpython-311.pyc index b746326..d4fcc8d 100644 Binary files a/src/llm/__pycache__/orchestrator.cpython-311.pyc and b/src/llm/__pycache__/orchestrator.cpython-311.pyc differ diff --git a/src/llm/tools/__pycache__/__init__.cpython-311.pyc b/src/llm/tools/__pycache__/__init__.cpython-311.pyc index 1ab085f..e9e9c5e 100644 Binary files a/src/llm/tools/__pycache__/__init__.cpython-311.pyc and b/src/llm/tools/__pycache__/__init__.cpython-311.pyc differ diff --git a/src/llm/tools/__pycache__/booking_calendar.cpython-311.pyc b/src/llm/tools/__pycache__/booking_calendar.cpython-311.pyc index 2ec0a06..6818504 100644 Binary files a/src/llm/tools/__pycache__/booking_calendar.cpython-311.pyc and b/src/llm/tools/__pycache__/booking_calendar.cpython-311.pyc differ diff --git a/src/prompts/__pycache__/__init__.cpython-311.pyc b/src/prompts/__pycache__/__init__.cpython-311.pyc index 74c1699..ddfcd7e 100644 Binary files a/src/prompts/__pycache__/__init__.cpython-311.pyc and b/src/prompts/__pycache__/__init__.cpython-311.pyc differ diff --git a/src/prompts/__pycache__/manager.cpython-311.pyc b/src/prompts/__pycache__/manager.cpython-311.pyc index 9787797..72fc8e4 100644 Binary files a/src/prompts/__pycache__/manager.cpython-311.pyc and b/src/prompts/__pycache__/manager.cpython-311.pyc differ diff --git a/src/prompts/__pycache__/setup_prompt.cpython-311.pyc b/src/prompts/__pycache__/setup_prompt.cpython-311.pyc index 95fe218..872407e 100644 Binary files a/src/prompts/__pycache__/setup_prompt.cpython-311.pyc and b/src/prompts/__pycache__/setup_prompt.cpython-311.pyc differ diff --git a/src/prompts/templates/__pycache__/__init__.cpython-311.pyc b/src/prompts/templates/__pycache__/__init__.cpython-311.pyc index 2a2c0a0..8dd6d34 100644 Binary files a/src/prompts/templates/__pycache__/__init__.cpython-311.pyc and b/src/prompts/templates/__pycache__/__init__.cpython-311.pyc differ diff --git a/src/prompts/templates/__pycache__/chat_templates.cpython-311.pyc b/src/prompts/templates/__pycache__/chat_templates.cpython-311.pyc index 1e5a14a..37117f7 100644 Binary files a/src/prompts/templates/__pycache__/chat_templates.cpython-311.pyc and b/src/prompts/templates/__pycache__/chat_templates.cpython-311.pyc differ