ELin2025 commented on code in PR #5568:
URL: https://github.com/apache/texera/pull/5568#discussion_r3445053443
##########
frontend/src/app/workspace/component/property-editor/operator-property-edit-frame/operator-property-edit-frame.component.ts:
##########
@@ -237,6 +507,19 @@ export class OperatorPropertyEditFrameComponent implements
OnInit, OnChanges, On
});
}
+ private isHuggingFaceOperator(): boolean {
+ if (!this.currentOperatorId) return false;
+ const operator =
this.workflowActionService.getTexeraGraph().getOperator(this.currentOperatorId);
+ return operator.operatorType === "HuggingFace";
+ }
Review Comment:
resolve in #5566
--
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]