Is your feature request related to a problem? Please describe.
No
Describe the solution you'd like
.chat for AwsBedrock calls the InvokeModel operation. Why not call Converse which is built for this and available in the AWS SDK?
Additional context
Having problems getting .chat to work for me, system prompts do not work as part of the messages flow. Was digging through the code and noticed that .chat doesn't call AWS purpose-built Bedrock operation for this use case.
Is your feature request related to a problem? Please describe.
No
Describe the solution you'd like
.chatfor AwsBedrock calls theInvokeModeloperation. Why not callConversewhich is built for this and available in the AWS SDK?Additional context
Having problems getting
.chatto work for me, system prompts do not work as part of the messages flow. Was digging through the code and noticed that.chatdoesn't call AWS purpose-built Bedrock operation for this use case.