updated survey route
This commit is contained in:
+2
-1
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user