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
有两个问题:
1、SerializationUtils 中的静态裸 ObjectMapper 无法正确深拷贝 Spring AI 的消息对象
2、UserMessageHandler.Serializer 中 media 序列化被注释掉
导致了现在使用多模态的时候,在第一轮对话发送了图片,但是第二轮对话的时候就看不到图片内容了。graph_checkpoint里面也确实没有media信息。还是说是我的使用方式不对吗
Question
有两个问题:
1、SerializationUtils 中的静态裸 ObjectMapper 无法正确深拷贝 Spring AI 的消息对象
2、UserMessageHandler.Serializer 中 media 序列化被注释掉
导致了现在使用多模态的时候,在第一轮对话发送了图片,但是第二轮对话的时候就看不到图片内容了。graph_checkpoint里面也确实没有media信息。还是说是我的使用方式不对吗