mirror of
https://github.com/n8n-io/n8n.git
synced 2025-03-05 20:50:17 -08:00
feat(editor): Add docs link in $fromAI hover info tooltip (#13097)
This commit is contained in:
parent
3ed827ed66
commit
ff8b1c1108
|
@ -284,6 +284,7 @@ export const ROOT_DOLLAR_COMPLETIONS: Completion[] = [
|
||||||
name: '$fromAI',
|
name: '$fromAI',
|
||||||
returnType: 'any',
|
returnType: 'any',
|
||||||
description: 'Populate this with the parameter passed from the large language model',
|
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: [
|
args: [
|
||||||
{
|
{
|
||||||
name: 'key',
|
name: 'key',
|
||||||
|
|
Loading…
Reference in a new issue