This repository has been archived by the owner on Apr 24, 2024. It is now read-only.
0.1.17
0.1.17
- Add
conversation_id
as argument of Bard class
-
reusable-session-object
When using thereusable session
as an argument in the Bard class, Bard can remember your previous prompts. -
fix-conversation-id-fix-context
When using thereusable session
andconversation_id
as arguments in the Bard class, Bard not only remembers your previous prompts but can also provide consistent responses.
By examining the contents in the response, you can identify several answer candidates with unique conversation_ids. If you find a conversation_id that you prefer, you can pass it as an argument to receive consistent responses from that specific Bard.