Multi turn conversation with chat history for AWS Bedrock converse API #7221
Unanswered
dushmanta05
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to implement AWS Bedrock in my project. I've implemented the Converse API, but now I want to move forward with multi-turn conversations. I searched the docs but couldn't find anything related to the Converse API.
The only thing I found is this Stack Overflow discussion
The answer is almost two years old and mentions using a prompt with chat history like the following:
"Human: Hello, tell me about AWS.
Assistant:
Human: Next question
... and so on."
I want to know if this is still the correct way to do multi-turn conversations or if there's another method I should use.
Thank you all. I really appreciate your time and effort.
Beta Was this translation helpful? Give feedback.
All reactions