Rafael Reis

Results 2 issues of Rafael Reis

# Fix System Messages with Anthropic's Claude in Zep Memory ## Problem When using Zep Memory with Anthropic's Claude models, the integration fails because Claude only permits system messages as...

lgtm
hold
auto:bug
size:L

When using Zep Memory this creates a message with role="system". https://github.com/langchain-ai/langchainjs/blob/e376af892902751d36efc1db342866bec5a13588/libs/langchain-community/src/memory/zep.ts#L148 However Claude doesn't support this: ![Image](https://github.com/user-attachments/assets/3b41366d-cd20-450a-b1c0-2066de457c66) ``` System messages are only permitted as the first passed message. Error: System...

auto:bug