mirror of
https://github.com/n8n-io/n8n.git
synced 2024-12-25 12:44:07 -08:00
fix(OpenAI Node): Remove require from text in assistant message (no-changelog) (#8658)
This commit is contained in:
parent
c73aeeec3d
commit
1a81d0ad5f
|
@ -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: {
|
||||||
|
|
Loading…
Reference in a new issue