Skip to content

Commit

Permalink
Update _automating-configurations/workflow-steps.md
Browse files Browse the repository at this point in the history
Co-authored-by: Nathan Bower <[email protected]>
Signed-off-by: yuye-aws <[email protected]>
  • Loading branch information
yuye-aws and natebower authored Sep 13, 2024
1 parent 5d077bc commit 120f071
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _automating-configurations/workflow-steps.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 120f071

Please sign in to comment.