Skip to content

Major release 2025#1235

Merged
apaparazzi0329 merged 4 commits into
masterfrom
major-release-2025
Jun 18, 2025
Merged

Major release 2025#1235
apaparazzi0329 merged 4 commits into
masterfrom
major-release-2025

Conversation

@apaparazzi0329

Copy link
Copy Markdown
Contributor

No description provided.

BREAKING CHANGE: conversationalSearch is now a required parameter when constructing SearchSettings

Add new llmMetadata property
Add new turn event TurnEventGenerativeAICalledCallout
@apaparazzi0329 apaparazzi0329 requested a review from mediumTaj June 18, 2025 18:58

@mediumTaj mediumTaj 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.

Some breaking changes but since its a major release looks good!

* @return the parameters
*/
public ClientActionParameters getParameters() {
public Map<String, Object> getParameters() {

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.

fyi, breaking

protected String type;
protected String skill;
protected ClientActionParameters parameters;
protected Map<String, Object> parameters;

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.

fyi, breaking

protected Boolean hasQuestion;

protected Boolean prompted;
protected TurnEventCalloutCallout callout;

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.

fyi, breaking?

public TurnEventCalloutCallout getCallout() {
return callout;
}

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.

fyi, breaking?

SearchSettingsDiscovery discovery,
SearchSettingsMessages messages,
SearchSettingsSchemaMapping schemaMapping) {
this.discovery = discovery;

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.

fyi, breaking

@apaparazzi0329 apaparazzi0329 merged commit 3ec3da0 into master Jun 18, 2025
4 checks passed
@apaparazzi0329 apaparazzi0329 deleted the major-release-2025 branch June 18, 2025 20:45
@watson-github-bot

Copy link
Copy Markdown
Contributor

🎉 This PR is included in version 15.0.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants