# What JdbcChatMemoryRepository.saveAll keeps

saveAll() given 4 messages:
  USER      Weather in Mumbai?
  ASSISTANT (tool call weather)
  TOOL      (tool call weather)
  ASSISTANT 31C and humid.

findByConversationId() returns 2:
  USER      Weather in Mumbai?
  ASSISTANT 31C and humid.

Logged by the repository: WARN JdbcChatMemoryRepository does not support tool call messages. Some messages were filtered out for conversation: tool-conv
