Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
transitive-bullshit committed Dec 3, 2022
1 parent 41373fd commit cf7955f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@ async function example() {
const response = await api.sendMessage(
'Write a python version of bubble sort. Do not include example usage.'
)

// response is a markdown-formatted string
console.log(response)
}
```
Expand Down

0 comments on commit cf7955f

Please sign in to comment.