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 de12943 commit 21b8340Copy full SHA for 21b8340
webview-ui/src/components/chat/ChatRow.tsx
@@ -1044,7 +1044,7 @@ export const ChatRowContent = ({
1044
case "api_req_started":
1045
// Determine if the API request is in progress
1046
const isApiRequestInProgress =
1047
- apiReqCancelReason === undefined && apiRequestFailedMessage === undefined
+ apiReqCancelReason === undefined && apiRequestFailedMessage === undefined && cost === undefined
1048
1049
return (
1050
<>
0 commit comments