This repository was archived by the owner on Apr 24, 2024. It is now read-only.
0.1.17
0.1.17
- Add
conversation_idas argument of Bard class
-
reusable-session-object
When using thereusable sessionas an argument in the Bard class, Bard can remember your previous prompts. -
fix-conversation-id-fix-context
When using thereusable sessionandconversation_idas 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.