Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Hints for tools and agent #13386

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

michael-radency
Copy link
Contributor

Summary

when a node-as-tool is called and there are no placeholders to be filled by AI:
No parameters are set up to be filled by AI. Add the expression {{ $fromAI('placeholder_name') }} in the relevant parameter to do so

similar one for the HTTP tool:
No parameters are set up to be filled by AI. Add {placeholder_name} to the relevant parameter to do so

on the agent: if it executes, tools are connected but no tools are called:
No tools were called. If you expected them to be, check their node names and descriptions

Related Linear tickets, Github issues, and Community forum posts

https://linear.app/n8n/issue/NODE-2088/add-warnings-for-tools

Review / Merge checklist

  • PR title and summary are descriptive. (conventions)
  • Docs updated or follow-up ticket created.
  • Tests included.
  • PR Labeled with release/backport (if the PR is an urgent fix that needs to be backported)

@michael-radency michael-radency added ui Enhancement in /editor-ui or /design-system n8n team Authored by the n8n team labels Feb 20, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
n8n team Authored by the n8n team ui Enhancement in /editor-ui or /design-system
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant