Skip to content

Commit

Permalink
updating README
Browse files Browse the repository at this point in the history
  • Loading branch information
icebaker committed Nov 29, 2023
1 parent d6055ae commit da01dcb
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,4 +96,28 @@ well. How can I assist you?
🤖> |
```

Nano Bots can also be powered by _Tools_ (functions):

```yaml
---
tools:
- name: random-number
description: Generates a random number between 1 and 100.
fennel: |
(math.random 1 100)
```
```
🤖> please generate a random number

random-number {} [yN] y

random-number {}
59

The randomly generated number is 59.

🤖> |
```

Check out the full specification for Nano Bots: https://spec.nbots.io

0 comments on commit da01dcb

Please sign in to comment.