xipper / agents /unknown_agent.py
kanhaiya-ML's picture
structure files
4dba778
Raw
History Blame Contribute Delete
181 Bytes
async def unknown_handler(state):
response = "Sorry but i can't help with you this query because i am here to help with your hotel management"
return {"response": response}