-
Notifications
You must be signed in to change notification settings - Fork 251
Handle error stages in Chat #5571
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
…Flare' into manodnyb/setupChatComponentsWithFlare
…Flare' into manodnyb/setupChatComponentsWithFlare
Qodana Community for JVM4 new problems were found
💡 Qodana analysis was run in the pull request mode: only the changed files were checked Contact Qodana teamContact us at qodana-support@jetbrains.com
|
@@ -3,16 +3,24 @@ | |||
|
|||
package software.aws.toolkits.jetbrains.services.amazonq.lsp.flareChat | |||
|
|||
import com.fasterxml.jackson.module.kotlin.jacksonObjectMapper |
Check warning
Code scanning / QDJVMC
Unused import directive Warning
import com.google.gson.Gson | ||
import com.google.gson.JsonElement | ||
import com.google.gson.JsonParser | ||
import com.intellij.docker.agent.util.toJson |
Check warning
Code scanning / QDJVMC
Unused import directive Warning
val partialChatResult = AmazonQLspService.getInstance(project).encryptionManager.decrypt(encryptedPartialChatResult) | ||
} | ||
|
||
private fun sendMessageToChatUi(command: String, tabId: String, partialChatResult: String, isPartialResult: Boolean) { |
Check warning
Code scanning / QDJVMC
Unused symbol Warning
Closing in favor of #5680 |
Checklist
License
I confirm that my contribution is made under the terms of the Apache 2.0 license.