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',
|
displayName: 'Text',
|
||||||
name: 'text',
|
name: 'text',
|
||||||
type: 'string',
|
type: 'string',
|
||||||
required: true,
|
|
||||||
default: '',
|
default: '',
|
||||||
placeholder: 'e.g. Hello, how can you help me?',
|
placeholder: 'e.g. Hello, how can you help me?',
|
||||||
typeOptions: {
|
typeOptions: {
|
||||||
|
|||||||
Reference in New Issue
Block a user