Skip to content
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

Update with new generator version #235

Merged
merged 2 commits into from
Dec 10, 2024
Merged

Conversation

MatKuhr
Copy link
Member

@MatKuhr MatKuhr commented Dec 9, 2024

Context

Applies these changes

@MatKuhr MatKuhr added the please-review Request to review a pull-request label Dec 9, 2024
@@ -20,8 +20,6 @@
public enum DataRepositoryType {
VECTOR("vector"),

HELP_SAP_COM("help.sap.com"),
Copy link
Member Author

Choose a reason for hiding this comment

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

Side effect from not having run the generator on the latest spec yet

@MatKuhr MatKuhr enabled auto-merge (squash) December 9, 2024 22:43
Copy link
Contributor

@CharlesDuboisSAP CharlesDuboisSAP left a comment

Choose a reason for hiding this comment

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

Other than my question LGTM

@@ -47,9 +44,6 @@ public class OrchestrationClient {
JACKSON.addMixIn(
ModuleResultsOutputUnmaskingInner.class,
JacksonMixins.ModuleResultsOutputUnmaskingInnerMixIn.class);
Copy link
Contributor

Choose a reason for hiding this comment

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

Why are the mix ins LLMModuleResult and ModuleResultsOutputUnmaskingInner still there?
It means we are forcing interfaces to deserialize as synchronous classes, it can never be streaming classes

Copy link
Member Author

Choose a reason for hiding this comment

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

@MatKuhr MatKuhr merged commit af0dd02 into main Dec 10, 2024
5 checks passed
@MatKuhr MatKuhr deleted the chore/remove-obsolete-jackson-mixins branch December 10, 2024 07:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
please-review Request to review a pull-request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants