You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Remove pinned Spring AI version, use BOM-managed version
- Add output schema to addMessages action
- Use CONVERSATION_ID constant instead of string literal in return map
- Validate username+password are provided together (fail fast)
- Move DEFAULT_KEY_PREFIX to shared constants class
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: server/libs/modules/components/ai/agent/chat-memory/chat-memory-redis/src/main/java/com/bytechef/component/ai/agent/chat/memory/redis/RedisChatMemoryComponentHandler.java
Copy file name to clipboardExpand all lines: server/libs/modules/components/ai/agent/chat-memory/chat-memory-redis/src/main/java/com/bytechef/component/ai/agent/chat/memory/redis/action/RedisChatMemoryAddMessagesAction.java
Copy file name to clipboardExpand all lines: server/libs/modules/components/ai/agent/chat-memory/chat-memory-redis/src/main/java/com/bytechef/component/ai/agent/chat/memory/redis/constant/RedisChatMemoryConstants.java
Copy file name to clipboardExpand all lines: server/libs/modules/components/ai/agent/chat-memory/chat-memory-redis/src/main/java/com/bytechef/component/ai/agent/chat/memory/redis/util/RedisChatMemoryUtils.java
0 commit comments