Skip to content

Conversation

@guanxuc
Copy link
Contributor

@guanxuc guanxuc commented Jan 14, 2026

AgentScope-Java Version

1.0.8

Description

Checklist

Please check the following items before code is ready to be reviewed.

  • Code has been formatted with mvn spotless:apply
  • All tests are passing (mvn test)
  • Javadoc comments are complete and follow project conventions
  • Related documentation has been updated (e.g. links, examples, etc.)
  • Code is ready for review

@codecov
Copy link

codecov bot commented Jan 14, 2026

Codecov Report

❌ Patch coverage is 97.05882% with 2 lines in your changes missing coverage. Please review.

Files with missing lines Patch % Lines
...e/formatter/dashscope/dto/DashScopeParameters.java 60.00% 2 Missing ⚠️

📢 Thoughts on this report? Let us know!

@guanxuc guanxuc force-pushed the dashscope-response_format branch from b1a00f9 to 5c7fdb7 Compare January 14, 2026 13:43
private final ToolChoice toolChoice;
private final Integer topK;
private final Long seed;
private final DashScopeResponseFormat responseFormat;
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
private final DashScopeResponseFormat responseFormat;
private final ResponseFormat responseFormat;

Not only DashScope support responseFormat. Please also implement in OpenAI model

@guanxuc guanxuc force-pushed the dashscope-response_format branch from 5c7fdb7 to 319e204 Compare January 16, 2026 13:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Feature]: 希望支持设置response_format

2 participants