mirror of
https://github.com/n8n-io/n8n.git
synced 2024-12-24 20:24:05 -08:00
feat(editor): Improve placeholder for vector store tool (#11483)
This commit is contained in:
parent
73b0a80ac9
commit
629e092407
|
@ -63,7 +63,7 @@ export class ToolVectorStore implements INodeType {
|
|||
name: 'name',
|
||||
type: 'string',
|
||||
default: '',
|
||||
placeholder: 'e.g. state_of_union_address',
|
||||
placeholder: 'e.g. company_knowledge_base',
|
||||
validateType: 'string-alphanumeric',
|
||||
description: 'Name of the vector store',
|
||||
},
|
||||
|
@ -72,7 +72,7 @@ export class ToolVectorStore implements INodeType {
|
|||
name: 'description',
|
||||
type: 'string',
|
||||
default: '',
|
||||
placeholder: 'The most recent state of the Union address',
|
||||
placeholder: 'Retrieves data about [insert information about your data here]...',
|
||||
typeOptions: {
|
||||
rows: 3,
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue