fix(demo): agui demo access return error Failed to parse request: Type definition error: [simple type, class io.agentscope.core.agui.model.MessageContent] - #2704
Conversation
- 新增MVC消息转换器和WebFlux解码器 - 在自动配置类中注册自定义反序列化组件 - 兼容Spring Boot 4默认Jackson3,仅针对RunAgentInput使用Jackson2 - 新增对应单元测试验证功能正确性
|
yangyongtai3 seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account. You have signed the CLA already but the status is still pending? Let us recheck it. |
|
fix issue #2703 |
Codecov Report❌ Patch coverage is 📢 Thoughts on this report? Let us know! |
AgentScopeJavaBot
left a comment
There was a problem hiding this comment.
🤖 AI Review
Adds type-scoped Jackson 2 converters for RunAgentInput in both MVC and WebFlux paths, solving Spring Boot 4 / Jackson 3 compatibility. Clean architecture, precise scoping, good tests. Recommendation: APPROVE.
AgentScopeJavaBot
left a comment
There was a problem hiding this comment.
🤖 AI Review
Adds type-scoped Jackson 2 converters for RunAgentInput in both MVC and WebFlux paths, solving Spring Boot 4 / Jackson 3 compatibility. Clean architecture, precise scoping, good tests. Recommendation: APPROVE.
|
@AgentScopeJavaBot please merge |
AgentScope-Java Version
[The version of AgentScope-Java you are working on, e.g. 1.0.12, check your pom.xml dependency version or run
mvn dependency:tree | grep agentscope-parent:pom(only mac/linux)]Description
[Please describe the background, purpose, changes made, and how to test this PR]
Checklist
Please check the following items before code is ready to be reviewed.
mvn spotless:applymvn test)