Skip to content

Commit

Permalink
add suggestion comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jpfcabral committed Apr 3, 2024
1 parent 1b3ca3c commit 1358e57
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ adapter = WebAdapter()
bot = Bot(adapter=adapter)

async def hello(bot_worker: BotWorker, message: BotMessage):
# Put your "intelligence" here, like LLMs, Decision Trees, etc
await bot_worker.say("hello from bot")


Expand All @@ -59,3 +60,5 @@ curl -L -X POST 'http://localhost:8080/api/messages' -H 'Content-Type: applicati
```

### How to contribute

Feel free to suggest features, help or report bugs by creating issues.

0 comments on commit 1358e57

Please sign in to comment.