Skip to content

Commit

Permalink
feat(editor): Add docs link in $fromAI hover info tooltip (#13097)
Browse files Browse the repository at this point in the history
  • Loading branch information
CharlieKolb authored Feb 6, 2025
1 parent 3ed827e commit ff8b1c1
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -284,6 +284,7 @@ export const ROOT_DOLLAR_COMPLETIONS: Completion[] = [
name: '$fromAI',
returnType: 'any',
description: 'Populate this with the parameter passed from the large language model',
docURL: 'https://docs.n8n.io/advanced-ai/examples/using-the-fromai-function/',
args: [
{
name: 'key',
Expand Down

0 comments on commit ff8b1c1

Please # to comment.