From 120f071826fb87a083c378aefe05edafed176149 Mon Sep 17 00:00:00 2001 From: yuye-aws Date: Fri, 13 Sep 2024 22:08:26 +0800 Subject: [PATCH] Update _automating-configurations/workflow-steps.md Co-authored-by: Nathan Bower Signed-off-by: yuye-aws --- _automating-configurations/workflow-steps.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_automating-configurations/workflow-steps.md b/_automating-configurations/workflow-steps.md index 7981f044ec..0f61874be6 100644 --- a/_automating-configurations/workflow-steps.md +++ b/_automating-configurations/workflow-steps.md @@ -78,7 +78,7 @@ You can include the following additional fields in the `previous_node_inputs` fi | Field |Data type | Description | |-----------------|--- |------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| | `model_id` |String | The `model_id` is used as an input for several steps. As a special case for the `register_agent` step type, if an `llm.model_id` field is not present in the `user_inputs` and not present in `previous_node_inputs`, then the `model_id` field from the previous node may be used as a backup for the model ID. The `model_id` will also be included in the `parameters` input of the `create_tool` step for the `MLModelTool`. | -| `agent_id` |String | The `agent_id` is used as an input for several steps. The `agent_id` will also be included in the `parameters` input of the `create_tool` step for `AgentTool`. | +| `agent_id` |String | The `agent_id` is used as an input for several steps. The `agent_id` will also be included in the `parameters` input of the `create_tool` step for the `AgentTool`. | | `connector_id` |String | The `connector_id` is used as an input for several steps. The `connector_id` will also be included in the `parameters` input of the `create_tool` step for the `ConnectorTool`. | ## Example workflow steps