mirror of
https://github.com/n8n-io/n8n.git
synced 2024-12-25 20:54: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',
|
||||
name: 'text',
|
||||
type: 'string',
|
||||
required: true,
|
||||
default: '',
|
||||
placeholder: 'e.g. Hello, how can you help me?',
|
||||
typeOptions: {
|
||||
|
|
Loading…
Reference in a new issue