mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-19 11:01:15 +00:00
feat(editor): Improve placeholder for vector store tool (#11483)
This commit is contained in:
@@ -63,7 +63,7 @@ export class ToolVectorStore implements INodeType {
|
|||||||
name: 'name',
|
name: 'name',
|
||||||
type: 'string',
|
type: 'string',
|
||||||
default: '',
|
default: '',
|
||||||
placeholder: 'e.g. state_of_union_address',
|
placeholder: 'e.g. company_knowledge_base',
|
||||||
validateType: 'string-alphanumeric',
|
validateType: 'string-alphanumeric',
|
||||||
description: 'Name of the vector store',
|
description: 'Name of the vector store',
|
||||||
},
|
},
|
||||||
@@ -72,7 +72,7 @@ export class ToolVectorStore implements INodeType {
|
|||||||
name: 'description',
|
name: 'description',
|
||||||
type: 'string',
|
type: 'string',
|
||||||
default: '',
|
default: '',
|
||||||
placeholder: 'The most recent state of the Union address',
|
placeholder: 'Retrieves data about [insert information about your data here]...',
|
||||||
typeOptions: {
|
typeOptions: {
|
||||||
rows: 3,
|
rows: 3,
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user