Skip to content

Commit 612c45a

Browse files
authored
Merge branch 'main' into dependabot/pip/azure-monitor-opentelemetry-1.6.13
2 parents bacea4c + 58ca0de commit 612c45a

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

.devcontainer/devcontainer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@
1717
"ms-azuretools.azure-dev",
1818
"ms-azuretools.vscode-bicep",
1919
"ms-python.python",
20-
"esbenp.prettier-vscode"
20+
"esbenp.prettier-vscode",
21+
"DavidAnson.vscode-markdownlint"
2122
]
2223
}
2324
},

.vscode/extensions.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"ms-azuretools.azure-dev",
44
"ms-azuretools.vscode-bicep",
55
"ms-python.python",
6-
"esbenp.prettier-vscode"
6+
"esbenp.prettier-vscode",
7+
"DavidAnson.vscode-markdownlint"
78
]
89
}

docs/http_protocol.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ Example of the overrides object:
8686

8787
## HTTP responses from RAG chat app endpoints
8888

89-
The HTTP response is JSON for a non-streaming response, or [newline-delimited JSON](https://ndjson.org/home/) ("NDJSON"/"jsonlines") for a streaming response.
89+
The HTTP response is JSON for a non-streaming response, or [newline-delimited JSON](https://jsonlines.org/) ("NDJSON"/"jsonlines") for a streaming response.
9090

9191
### Non-streaming response
9292

0 commit comments

Comments
 (0)