feat(editor): Add docs link in $fromAI hover info tooltip (#13097)

This commit is contained in:
Charlie Kolb 2025-02-06 14:17:01 +01:00 committed by GitHub
parent 3ed827ed66
commit ff8b1c1108
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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',