Skip to content

Commit cab4bca

Browse files
committed
Uncomment completions code
1 parent 5a4f4f5 commit cab4bca

File tree

1 file changed

+1
-1
lines changed
  • samples/microsoft/javascript/mslearn-resources/quickstart/src

1 file changed

+1
-1
lines changed

samples/microsoft/javascript/mslearn-resources/quickstart/src/quickstart.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ async function chatCompletion() {
3535
// </chat_completion>
3636
}
3737

38-
// chatCompletion().catch(console.error);
38+
chatCompletion().catch(console.error);
3939

4040
async function runAgents() {
4141
// <create_and_run_agent>

0 commit comments

Comments
 (0)