From 40b2869f65d374ebc084b86ceae9e51fa646bce5 Mon Sep 17 00:00:00 2001 From: Gregor Martynus <39992+gr2m@users.noreply.github.com> Date: Mon, 2 Sep 2024 16:04:15 -0700 Subject: [PATCH] docs(README): add link to #5 for status on `prompt()` options --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e9a6863..710a3ae 100644 --- a/README.md +++ b/README.md @@ -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({