Skip to content

Use new builder pattern for MistralAiChatOptions#5551

Merged
sdeleuze merged 1 commit intospring-projects:mainfrom
sdeleuze:mistral-ai-new-builder
Mar 6, 2026
Merged

Use new builder pattern for MistralAiChatOptions#5551
sdeleuze merged 1 commit intospring-projects:mainfrom
sdeleuze:mistral-ai-new-builder

Conversation

@sdeleuze
Copy link
Contributor

@sdeleuze sdeleuze commented Mar 6, 2026

No description provided.

@sdeleuze sdeleuze added this to the 2.0.0-M3 milestone Mar 6, 2026
@sdeleuze sdeleuze requested a review from ericbottard March 6, 2026 11:48
Copy link
Member

@ericbottard ericbottard left a comment

Choose a reason for hiding this comment

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

LGTM with small polish. Feel free to merge yourself when done

Signed-off-by: Sébastien Deleuze <sdeleuze@users.noreply.github.com>
@sdeleuze sdeleuze force-pushed the mistral-ai-new-builder branch from a669a5e to cea1ffd Compare March 6, 2026 13:47
@sdeleuze sdeleuze merged commit 5ad4aa5 into spring-projects:main Mar 6, 2026
4 checks passed
public MistralAiChatOptions() {
}

protected MistralAiChatOptions(String model, @Nullable Double temperature, @Nullable Double topP,
Copy link
Contributor

Choose a reason for hiding this comment

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

I presume that those @nullable will allow creating a delta options at runtime with the builder?

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.

3 participants