Skip to content

fix(model): propagate executionConfig in OllamaOptions fromOptions/toBuilder#1958

Open
eye-gu wants to merge 1 commit into
agentscope-ai:mainfrom
eye-gu:fix-1957
Open

fix(model): propagate executionConfig in OllamaOptions fromOptions/toBuilder#1958
eye-gu wants to merge 1 commit into
agentscope-ai:mainfrom
eye-gu:fix-1957

Conversation

@eye-gu

@eye-gu eye-gu commented Jun 29, 2026

Copy link
Copy Markdown

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

fix: #1957

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

@eye-gu eye-gu requested a review from a team June 29, 2026 04:26
@CLAassistant

CLAassistant commented Jun 29, 2026

Copy link
Copy Markdown

CLA assistant check
All committers have signed the CLA.

@codecov

codecov Bot commented Jun 29, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@itxaiohanglover itxaiohanglover left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Clean fix. Both fromOptions and toBuilder now correctly propagate executionConfig, matching the pattern used for all other fields. The 3-line diff is minimal and directly addresses the issue.

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.

[Bug]:OllamaOptions fromOptions/toBuilder 漏传 executionConfig

3 participants