We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 950ee34 commit 5d3f029Copy full SHA for 5d3f029
core/src/main/kotlin/cc/unitmesh/devti/provider/context/ChatContextProvider.kt
@@ -20,7 +20,7 @@ interface ChatContextProvider {
20
chatCreationContext: ChatCreationContext,
21
): List<ChatContextItem> {
22
val elements = mutableListOf<ChatContextItem>()
23
-r
+
24
val chatContextProviders = EP_NAME.extensionList
25
for (provider in chatContextProviders) {
26
try {
0 commit comments