Skip to content

Conversation

apaparazzi0329
Copy link
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
Copy link
Contributor

@mediumTaj mediumTaj left a comment

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
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
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
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
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
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
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
Development

Successfully merging this pull request may close these issues.

3 participants