Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
ishandutta2007 committed Nov 22, 2023
1 parent 93670d1 commit 08e5cb4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/background/providers/bard.ts
Original file line number Diff line number Diff line change
Expand Up @@ -118,9 +118,9 @@ export class BARDProvider implements Provider {
async generateAnswer(params: GenerateAnswerParams) {
let conversationId: string | undefined
const cleanup = () => {
if (conversationId) {
setConversationProperty(this.token, conversationId, { is_visible: false })
}
// if (conversationId) {
// setConversationProperty(this.token, conversationId, { is_visible: false })
// }
}
// this.conversationContext = params.conversationContext
this.contextIds = params.contextIds
Expand Down

0 comments on commit 08e5cb4

Please sign in to comment.