mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 01:56:46 +00:00
feat(editor): Improve manual description in nodes as tools (#15373)
This commit is contained in:
@@ -325,7 +325,6 @@ describe('LoadNodesAndCredentials', () => {
|
||||
'Explain to the LLM what this tool does, a good, specific description would allow LLMs to produce expected results much more often',
|
||||
displayName: 'Description',
|
||||
name: 'toolDescription',
|
||||
placeholder: 'e.g. A test node',
|
||||
required: true,
|
||||
type: 'string',
|
||||
typeOptions: {
|
||||
@@ -380,7 +379,6 @@ describe('LoadNodesAndCredentials', () => {
|
||||
typeOptions: { rows: 2 },
|
||||
description:
|
||||
'Explain to the LLM what this tool does, a good, specific description would allow LLMs to produce expected results much more often',
|
||||
placeholder: 'e.g. A test node',
|
||||
},
|
||||
],
|
||||
codex: {
|
||||
|
||||
@@ -484,7 +484,6 @@ export class LoadNodesAndCredentials {
|
||||
typeOptions: { rows: 2 },
|
||||
description:
|
||||
'Explain to the LLM what this tool does, a good, specific description would allow LLMs to produce expected results much more often',
|
||||
placeholder: `e.g. ${item.description.description}`,
|
||||
};
|
||||
|
||||
item.description.properties.unshift(descProp);
|
||||
|
||||
Reference in New Issue
Block a user