Commit cf7955f9 authored by Travis Fischer's avatar Travis Fischer

docs

parent 41373fd6
...@@ -57,6 +57,8 @@ async function example() { ...@@ -57,6 +57,8 @@ async function example() {
const response = await api.sendMessage( const response = await api.sendMessage(
'Write a python version of bubble sort. Do not include example usage.' 'Write a python version of bubble sort. Do not include example usage.'
) )
// response is a markdown-formatted string
console.log(response) console.log(response)
} }
``` ```
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment