pull/3/head
Travis Fischer 2022-12-03 04:02:07 -06:00
rodzic 41373fd6e3
commit cf7955f939
1 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -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)
}
```