pvanand commited on
Commit
fd86aa0
·
verified ·
1 Parent(s): b3310f3

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
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("/digiyatra-followup")
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.