Skip to content

Bugfix/Array Input Variables#5196

Merged
HenryHengZJ merged 1 commit into
mainfrom
bugfix/Variables-Inside-Array-Items
Sep 12, 2025
Merged

Bugfix/Array Input Variables#5196
HenryHengZJ merged 1 commit into
mainfrom
bugfix/Variables-Inside-Array-Items

Conversation

@HenryHengZJ

Copy link
Copy Markdown
Contributor
  • Replace manual template variable processing in multiple components with a new utility function processTemplateVariables.
  • Update updateFlowState function to improve clarity by renaming parameter.
  • Refactor state processing in Agent, CustomFunction, ExecuteFlow, LLM, Retriever, and Tool components to utilize the new utility for handling template variables.
  • Enhance maintainability and reduce code duplication across components.

This PR allow Array Input to be able to use variables:
Screenshot 2025-09-12 114455

…with a new utility function `processTemplateVariables`.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment