mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
fix(OpenAI Node): Remove require from text in assistant message (no-changelog) (#8658)
This commit is contained in:
@@ -36,7 +36,6 @@ const properties: INodeProperties[] = [
|
||||
displayName: 'Text',
|
||||
name: 'text',
|
||||
type: 'string',
|
||||
required: true,
|
||||
default: '',
|
||||
placeholder: 'e.g. Hello, how can you help me?',
|
||||
typeOptions: {
|
||||
|
||||
Reference in New Issue
Block a user