Skip to content

Commit 680dfee

Browse files
committed
fix
1 parent 6ec1277 commit 680dfee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/ai-foundry/model-inference/includes/code-create-chat-reasoning.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ var response = await client.path("/chat/completions").post({
3636
}
3737
});
3838

39-
console.log(response.choices[0].message.content)
39+
console.log(response.body.choices[0].message.content)
4040
```
4141

4242
# [C#](#tab/csharp)

0 commit comments

Comments
 (0)