mirror of
https://github.com/n8n-io/n8n.git
synced 2025-03-05 20:50:17 -08:00
feat: update description
This commit is contained in:
parent
c2efb7cab0
commit
cdbfcc246d
|
@ -66,16 +66,16 @@ export class ToolVectorStore implements INodeType {
|
||||||
placeholder: 'e.g. users_info',
|
placeholder: 'e.g. users_info',
|
||||||
validateType: 'string-alphanumeric',
|
validateType: 'string-alphanumeric',
|
||||||
description:
|
description:
|
||||||
'Name of the data type in vector store. This will be used to fill this tool description: Useful for when you need to answer questions about [name]. Whenever you need information about [data description], you should ALWAYS use this. Input should be a fully formed question.',
|
'Name of the data in vector store. This will be used to fill this tool description: Useful for when you need to answer questions about [name]. Whenever you need information about [data description], you should ALWAYS use this. Input should be a fully formed question.',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
displayName: "Data's Description",
|
displayName: 'Description of Data',
|
||||||
name: 'description',
|
name: 'description',
|
||||||
type: 'string',
|
type: 'string',
|
||||||
default: '',
|
default: '',
|
||||||
placeholder: "[Describe your data here, e.g. a user's name, email, etc.]",
|
placeholder: "[Describe your data here, e.g. a user's name, email, etc.]",
|
||||||
description:
|
description:
|
||||||
'Describe data in vector store here. This will be used to fill this tool description: Useful for when you need to answer questions about [name]. Whenever you need information about [data description], you should ALWAYS use this. Input should be a fully formed question.',
|
'Describe the data in vector store. This will be used to fill this tool description: Useful for when you need to answer questions about [name]. Whenever you need information about [data description], you should ALWAYS use this. Input should be a fully formed question.',
|
||||||
typeOptions: {
|
typeOptions: {
|
||||||
rows: 3,
|
rows: 3,
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue