fix(OpenAI Node): Remove require from text in assistant message (no-changelog) (#8658)

This commit is contained in:
Michael Kret 2024-02-16 15:23:42 +02:00 committed by GitHub
parent c73aeeec3d
commit 1a81d0ad5f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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: {