|
156 | 156 | "components.altkagent.inputs.format_instructions.display_name.d647baaf": "Output Format Instructions", |
157 | 157 | "components.altkagent.inputs.format_instructions.info.ac4bd26f": "Generic Template for structured output formatting. Valid only with Structured response.", |
158 | 158 | "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?", |
160 | 160 | "components.altkagent.inputs.input_value.display_name.36ecb4f8": "Input", |
161 | 161 | "components.altkagent.inputs.input_value.info.1db82848": "The input provided by the user for the agent to process.", |
162 | 162 | "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.", |
164 | 164 | "components.altkagent.inputs.max_tokens.display_name.c18e6c7f": "Max Tokens", |
165 | 165 | "components.altkagent.inputs.max_tokens.info.b2e5e5a1": "Maximum number of tokens to generate. Field name varies by provider.", |
166 | 166 | "components.altkagent.inputs.model.display_name.698eabeb": "Language Model", |
|
180 | 180 | "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}.", |
181 | 181 | "components.altkagent.inputs.tools.display_name.ea93d6a2": "Tools", |
182 | 182 | "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", |
183 | 184 | "components.altkagent.outputs.response.display_name.9061383b": "Response", |
184 | 185 | "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.", |
185 | 186 | "components.amapcomponent.display_name.5904ab1c": "aMap", |
|
0 commit comments