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.
2 parents 14adc1e + b7fa129 commit c33877fCopy full SHA for c33877f
1 file changed
src/utils/gemini-client.ts
@@ -117,6 +117,7 @@ export class GeminiClient {
117
});
118
if (response.ok) {
119
const data = await response.json();
120
+ console.log('Session cleaned up successfully:', data);
121
} else {
122
console.error(`Failed to cleanup session ${sessionId.substring(0, 8)}...`);
123
}
0 commit comments