PG1204 opened a new pull request, #7214: URL: https://github.com/apache/texera/pull/7214
### What changes were proposed in this PR? The `temperature` field has no `defaultValue` in its `@JsonProperty`. So a `defaultValue` property with a value of 0.7 was added to `temperature`. ### Any related issues, documentation, discussions? Closes #7201. ### How was this PR tested? `sbt "WorkflowOperator/testOnly org.apache.texera.amber.operator.huggingFace.*"`, the full Hugging Face operator suite passes (124 tests), including PythonCodeRawInvalidTextSpec, which py-compiles every operator's generated Python. scalafmt clean. This is an annotation-only change (adds the `defaultValue` the UI schema advertises), it doesn't affect the generated Python or any runtime behavior, so no new test was added. ### Was this PR authored or co-authored using generative AI tooling? No, this PR wasn't authored or co-authored using generative AI tooling. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
