Skip to content

Commit

Permalink
update bard client
Browse files Browse the repository at this point in the history
  • Loading branch information
josStorer committed Jun 30, 2023
1 parent 19c0ecb commit 1944068
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/clients/bard/index.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ export default class Bard {
conversation.r = parsedResponse.r
conversation.rc = parsedResponse.rc
const conversationObj = { c: conversation.c, r: conversation.r, rc: conversation.rc }
return { answer: parsedResponse.responses[0], conversationObj: conversationObj }
return { answer: parsedResponse.responses[3], conversationObj: conversationObj }
} catch (e) {
throw e
}
Expand Down

0 comments on commit 1944068

Please sign in to comment.