Initial commit with two chat formats and main function.
This commit is contained in:
commit
a472b62e19
4 changed files with 23 additions and 0 deletions
11
conversation.json
Normal file
11
conversation.json
Normal file
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"error": "Stop, someone is spying on us",
|
||||
"conversation": [
|
||||
{
|
||||
"msg": "Salut Théo"
|
||||
},
|
||||
{
|
||||
"msg": "Salut Oriana"
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue