Merge pull request 'Api boilerplate' (#2) from React-Group/ai-virtual-assistant:main into main
Reviewed-on: https://interstellardevelopment.org/code/code/YasinOnm08/ai-virtual-assistant/pulls/2
This commit is contained in:
commit
bbe686d665
2 changed files with 4 additions and 0 deletions
4
py/api.py
Normal file
4
py/api.py
Normal file
|
@ -0,0 +1,4 @@
|
|||
class api:
|
||||
def sendMessage(message):
|
||||
answer = "Test"
|
||||
return answer
|
Loading…
Reference in a new issue