Skip to content

Commit

Permalink
feat(AI Agent Node): Change Prompt Text Copy (no-changelog) (#12442)
Browse files Browse the repository at this point in the history
  • Loading branch information
CharlieKolb authored Jan 3, 2025
1 parent 80ea381 commit 9674208
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/@n8n/nodes-langchain/utils/descriptions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ export const inputSchemaField: INodeProperties = {
};

export const promptTypeOptions: INodeProperties = {
displayName: 'Prompt Source (User Message)',
displayName: 'Source for Prompt (User Message)',
name: 'promptType',
type: 'options',
options: [
Expand Down Expand Up @@ -98,7 +98,7 @@ export const textInput: INodeProperties = {
};

export const textFromPreviousNode: INodeProperties = {
displayName: 'Text From Previous Node',
displayName: 'Prompt (User Message)',
name: 'text',
type: 'string',
required: true,
Expand Down

0 comments on commit 9674208

Please sign in to comment.