Skip to content
Open
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
4 changes: 2 additions & 2 deletions agent-framework/get-started/workflows.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,10 @@ Define workflow steps (executors) and connect them with edges:

Build and run the workflow:

:::code language="python" source="~/../agent-framework-code/python/samples/01-get-started/05_first_workflow.py" id="run_workflow" highlight="3":::
:::code language="python" source="~/../agent-framework-code/python/samples/01-get-started/06_functional_workflow_basics.py" id="run_workflow" highlight="3":::

> [!TIP]
> See the [full sample](https://github.com/microsoft/agent-framework/blob/main/python/samples/01-get-started/05_first_workflow.py) for the complete runnable file.
> See the [full sample](https://github.com/microsoft/agent-framework/blob/main/python/samples/01-get-started/06_functional_workflow_basics.py) for the complete runnable file.

:::zone-end

Expand Down