This commit is contained in:
Paul Gauthier 2024-08-11 10:29:47 -07:00
parent 64951d3d56
commit e8b911804e

View file

@ -74,6 +74,10 @@ coder.run("make a script that prints hello world")
# Send another instruction
coder.run("make it say goodbye")
# You can run in-chat "/" commands too
coder.run("/tokens")
```
See the