fix(OpenAI Node): Update OpenAI Text Moderate input placeholder text (#5823)
This commit is contained in:
@@ -247,7 +247,7 @@ const moderateOperations: INodeProperties[] = [
|
||||
displayName: 'Input',
|
||||
name: 'input',
|
||||
type: 'string',
|
||||
placeholder: 'e.g. I want to kill them',
|
||||
placeholder: 'e.g. My cat is adorable ❤️❤️',
|
||||
description: 'The input text to classify',
|
||||
displayOptions: {
|
||||
show: {
|
||||
|
||||
Reference in New Issue
Block a user