Skip to content

feat(nodes): add basic dictionary manipulation nodes #8808

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

bigcat88
Copy link
Contributor

@bigcat88 bigcat88 commented Jul 6, 2025

Since using LLMs inside workflows is becoming increasingly popular, I propose adding basic nodes for working with dictionaries to make it easier to parse JSON responses from LLMs.

For basic usage, introducing a new type DICT and four small nodes is sufficient. Future functionality can be extended as needed. This will allow users to:

  • create a dictionary
  • convert a string to a dictionary
  • merge two dictionaries
  • get a value from a dictionary

Each node that may encounter an execution error includes an optional fallback parameter.

Screenshot from 2025-07-06 12-28-17

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant