Skip to content

Commit

Permalink
docs(README): add link to #5 for status on prompt() options
Browse files Browse the repository at this point in the history
  • Loading branch information
gr2m committed Sep 2, 2024
1 parent 6cd9abf commit 40b2869
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ const { message } = await prompt("What is the capital of France?", {
console.log(message.content);
```
⚠️ Not all of the arguments below are implemented yet.
⚠️ Not all of the arguments below are implemented yet. See [#5](https://github.com/copilot-extensions/preview-sdk.js/issues/5) sub issues for progress.
```js
await prompt({
Expand Down

0 comments on commit 40b2869

Please sign in to comment.