Spaces:
Sleeping
Sleeping
Update main.py
Browse files
main.py
CHANGED
@@ -128,7 +128,7 @@ async def digiyatra_query_table(query: FollowupQueryModel, db: Annotated[Any, De
|
|
128 |
)
|
129 |
return response.results['data'][0]['text']
|
130 |
|
131 |
-
@app.post("/
|
132 |
async def followup_agent(query: FollowupQueryModel, background_tasks: BackgroundTasks):
|
133 |
"""
|
134 |
Followup agent endpoint that provides helpful responses or generates clarifying questions based on user queries.
|
|
|
128 |
)
|
129 |
return response.results['data'][0]['text']
|
130 |
|
131 |
+
@app.post("/chat")
|
132 |
async def followup_agent(query: FollowupQueryModel, background_tasks: BackgroundTasks):
|
133 |
"""
|
134 |
Followup agent endpoint that provides helpful responses or generates clarifying questions based on user queries.
|