-
Notifications
You must be signed in to change notification settings - Fork 4k
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
Rewrite Support specified language or language according to initial question #4990
Rewrite Support specified language or language according to initial question #4990
Conversation
Support specified language or language according to initial question
@@ -179,6 +180,7 @@ const FormDrawer = ({ | |||
<span className={styles.operatorDescription}> | |||
{t(`${lowerFirst(operatorName)}Description`)} | |||
</span> | |||
<code>Id: {node?.id}</code> |
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.
The operator ID does not need to be displayed. The ID is only the unique identifier of the operator.
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.
Can you read through this issue #4850
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.
It's already updated for prompt editting. Component ID should not be shown.
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.
I got it
Support specified language or language according to initial question