Skip to content

Commit e2de7d2

Browse files
chore: auto-bake note keys and regenerate backend locales/en.json [skip ci]
1 parent a0c4509 commit e2de7d2

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

  • src/backend/base/langflow/locales

src/backend/base/langflow/locales/en.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -156,11 +156,11 @@
156156
"components.altkagent.inputs.format_instructions.display_name.d647baaf": "Output Format Instructions",
157157
"components.altkagent.inputs.format_instructions.info.ac4bd26f": "Generic Template for structured output formatting. Valid only with Structured response.",
158158
"components.altkagent.inputs.handle_parsing_errors.display_name.e69ed7dd": "Handle Parse Errors",
159-
"components.altkagent.inputs.handle_parsing_errors.info.00c131fe": "Adds tool-execution retry as a safety net. `create_agent` already feeds tool-call validation errors back to the LLM automatically; this flag layers `ToolRetryMiddleware` on top so transient tool runtime failures are retried (max 2 retries).",
159+
"components.altkagent.inputs.handle_parsing_errors.info.b9419c80": "Should the Agent fix errors when reading user input for better processing?",
160160
"components.altkagent.inputs.input_value.display_name.36ecb4f8": "Input",
161161
"components.altkagent.inputs.input_value.info.1db82848": "The input provided by the user for the agent to process.",
162162
"components.altkagent.inputs.max_iterations.display_name.7f9bd647": "Max Iterations",
163-
"components.altkagent.inputs.max_iterations.info.d9b75b7a": "Maximum number of model calls the agent can make before stopping (maps to `ModelCallLimitMiddleware.run_limit` on the create_agent path). Must be at least 1 — it is a safety cap, never 'unlimited'.",
163+
"components.altkagent.inputs.max_iterations.info.3539c521": "The maximum number of attempts the agent can make to complete its task before it stops.",
164164
"components.altkagent.inputs.max_tokens.display_name.c18e6c7f": "Max Tokens",
165165
"components.altkagent.inputs.max_tokens.info.b2e5e5a1": "Maximum number of tokens to generate. Field name varies by provider.",
166166
"components.altkagent.inputs.model.display_name.698eabeb": "Language Model",
@@ -180,6 +180,7 @@
180180
"components.altkagent.inputs.system_prompt.info.a1fa7781": "System Prompt: Initial instructions and context provided to guide the agent's behavior. Supports dynamic placeholders: {current_date}, {model_name}, {optional_user_context}.",
181181
"components.altkagent.inputs.tools.display_name.ea93d6a2": "Tools",
182182
"components.altkagent.inputs.tools.info.9b5405d0": "These are the tools that the agent can use to help with tasks.",
183+
"components.altkagent.inputs.verbose.display_name.2cd57109": "Verbose",
183184
"components.altkagent.outputs.response.display_name.9061383b": "Response",
184185
"components.amapcomponent.description.1e1678a1": "Augment the input dataframe adding new columns defined in the input schema. Rows are processed independently and in parallel using LLMs.",
185186
"components.amapcomponent.display_name.5904ab1c": "aMap",

0 commit comments

Comments
 (0)