Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions platform-api/api/workflows.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ specify the settings for the workflow, as follows:
destination_id="<destination-connector-id>",
workflow_type=WorkflowType.<TYPE>,
workflow_nodes=[
worfklow_node,
workflow_node,
another_workflow_node
# And so on for any additional nodes.
],
Expand Down Expand Up @@ -156,7 +156,7 @@ specify the settings for the workflow, as follows:
destination_id="<destination-connector-id>",
workflow_type=WorkflowType.<TYPE>,
workflow_nodes=[
worfklow_node,
workflow_node,
another_workflow_node
# And so on for any additional nodes.
],
Expand Down Expand Up @@ -275,7 +275,7 @@ Replace the preceding placeholders as follows:
the `GET` method to call the `/destinations` endpoint (for `curl` or Postman). [Learn more](/platform-api/api/overview#list-destination-connectors).
- `<TYPE>` (for the Python SDK) or `<type>` (for `curl` or Postman) (_required_) - The workflow type. Available values include `CUSTOM` (for the Python SDK) and `custom` (for `curl` or Postman).

If `<TYPE>` is set to `CUSTOM` (for the Python SDK), or if `<type>` is set to `custom` (for `curl` or Postman), you must add a `worfklow_nodes` array. For instructions, see [Custom workflow DAG nodes](#custom-workflow-dag-nodes).
If `<TYPE>` is set to `CUSTOM` (for the Python SDK), or if `<type>` is set to `custom` (for `curl` or Postman), you must add a `workflow_nodes` array. For instructions, see [Custom workflow DAG nodes](#custom-workflow-dag-nodes).

<Note>
The previously-available workflow optimization types `ADVANCED`, `BASIC`, and `PLATINUM` (for the Python SDK) and
Expand Down Expand Up @@ -1096,4 +1096,4 @@ Allowed values for `subtype` and `model_name` include:

- `"model_name": "togethercomputer/m2-bert-80M-2k-retrieval"`
- `"model_name": "togethercomputer/m2-bert-80M-8k-retrieval"`
- `"model_name": "togethercomputer/m2-bert-80M-32k-retrieval"`
- `"model_name": "togethercomputer/m2-bert-80M-32k-retrieval"`