PG1204 opened a new issue, #7201: URL: https://github.com/apache/texera/issues/7201
### Task Summary ### Task Summary `temperature` has no `defaultValue` in its `@JsonProperty`, unlike `maxNewTokens`, so the JSON schema / UI doesn't advertise the 0.7 default. ### Context `HuggingFaceInferenceOpDesc.temperature` - cosmetic inconsistency with the other numeric field. ### Proposed change Add `defaultValue = "0.7"` to the `@JsonProperty` for `temperature`. ### Required test Assert the generated schema exposes the default (or none needed, is trivial). ### Related — ### Task Type - [x] Refactor / Cleanup - [ ] DevOps / Deployment / CI - [ ] Testing / QA - [ ] Documentation - [ ] Performance - [ ] Other -- 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]
