[Question]: Aws Claude - When message window size > 1 - Can't invoke 'anthropic.claude-v2:1'. Reason: An error occurred (ValidationException)
Self Checks
- [x] I have searched for existing issues search for existing issues, including closed ones.
- [x] I confirm that I am using English to submit this report (Language Policy).
- [x] Non-english title submitions will be closed directly ( 非英文标题的提交将会被直接关闭 ) (Language Policy).
- [x] Please do not modify this template :) and fill in all the required fields.
Describe your problem
Can't invoke 'anthropic.claude-v2:1'. Reason: An error occurred (ValidationException) when calling the Converse operation: A conversation must start with a user message. Try again with a conversation that starts with a user message.
Anyone faced this issue on AWS?
When/where does that happen?
Hello, in Agent section, we have an Agent who uses Generate steps. When we set message window size > 1 in the Generate step editing widget, we get this error on AWS Bedrock. But if we set message window size = 1 then it works, just the agent can respond only short responses. Version of RAGflow is 0.16.0 slim.
Solved using window size -1/switch to Claude 3.5. Thanks.