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 596783d commit b399895Copy full SHA for b399895
webview-ui/src/components/chat/ChatRow.tsx
@@ -1081,6 +1081,7 @@ export const ChatRowContent = ({
1081
? "https://github.com/cline/cline/wiki/TroubleShooting-%E2%80%90-%22PowerShell-is-not-recognized-as-an-internal-or-external-command%22"
1082
: undefined
1083
}
1084
+ errorDetails={apiReqStreamingFailedMessage}
1085
/>
1086
)}
1087
</>
0 commit comments