Skip to content

Add missing builder to follow project patterns #3464

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 7 commits into
base: main
Choose a base branch
from

Conversation

jasonparallel
Copy link

Thank you for taking time to contribute this pull request!
You might have already read the [contributor guide][1], but as a reminder, please make sure to:

  • Sign the contributor license agreement
  • Rebase your changes on the latest main branch and squash your commits
  • Add/Update unit tests as needed
  • Run a build and make sure all tests pass prior to submission

@dev-jonghoonpark
Copy link
Contributor

🙌 Please fix the DCO check by signing your commit. git commit --amend --signoff @jasonparallel

@dev-jonghoonpark
Copy link
Contributor

dev-jonghoonpark commented Jun 7, 2025

Please update license header (20242025)
(see: https://github.com/spring-projects/spring-ai/blob/main/CONTRIBUTING.adoc#update-license-header-to-modified-files-as-necessary)

/*
 * Copyright 2023-2025 the original author or authors.
 *

@dev-jonghoonpark
Copy link
Contributor

dev-jonghoonpark commented Jun 7, 2025

Please update the existing codes(include test code) that uses constructor to use Builder.

Signed-off-by: Jason Smith <[email protected]>
@dev-jonghoonpark
Copy link
Contributor

Could you please avoid changing the import order unless necessary? It helps maintain consistency.
Also, kindly avoid modifying the license header unless there's a specific reason.
Thank you!

@dev-jonghoonpark
Copy link
Contributor

dev-jonghoonpark commented Jun 8, 2025

In my personal opinion, it would be better to handle the "Fix Formatter onn typos" task in a separate PR for files that are not related to the Mistral API.

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.

2 participants