SeedVault / rhizome

conversational bot engine created by Botanic/SEED team
https://seedtoken.io
Other
7 stars 2 forks source link

Add .Flow v2 instructions $textMD and $textHTML. Update console, web, and telegram channels #15

Open nicolasbotanic opened 5 years ago

nicolasbotanic commented 5 years ago

They are esentialy the same as instruction $text just changing the json object key of the output for instance on console: You: :df2 text('hello') Testbot: {"text":"hello"}

textMD should return: Testbot: {"textMD":"hello"}

and textHTML should return: Testbot: {"textHTML":"hello"}

Update channels:

Also update Testbot demo included in the database seed. Currently it's using $text instruction with markdown syntaxis on it. Change all to $textMD