-
Notifications
You must be signed in to change notification settings - Fork 530
Major release 2025 #1235
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
Major release 2025 #1235
Conversation
BREAKING CHANGE: conversationalSearch is now a required parameter when constructing SearchSettings Add new llmMetadata property Add new turn event TurnEventGenerativeAICalledCallout
There was a problem hiding this 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() { |
There was a problem hiding this comment.
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; |
There was a problem hiding this comment.
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; |
There was a problem hiding this comment.
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; | ||
} | ||
|
There was a problem hiding this comment.
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; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fyi, breaking
🎉 This PR is included in version 15.0.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
No description provided.