Skip to content
This repository has been archived by the owner on Apr 24, 2024. It is now read-only.

0.1.17

Compare
Choose a tag to compare
@dsdanielpark dsdanielpark released this 10 Jun 14:42
· 498 commits to main since this release

0.1.17

  • Add conversation_id as argument of Bard class

  1. reusable-session-object
    When using the reusable session as an argument in the Bard class, Bard can remember your previous prompts.

  2. fix-conversation-id-fix-context
    When using the reusable session and conversation_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.