diff --git a/docs/how-to-guides/init-and-test-a-flow.md b/docs/how-to-guides/init-and-test-a-flow.md index 50fdf7c959b..db13833d5a7 100644 --- a/docs/how-to-guides/init-and-test-a-flow.md +++ b/docs/how-to-guides/init-and-test-a-flow.md @@ -66,7 +66,7 @@ Take [customer-intent-extraction](https://github.com/microsoft/promptflow/tree/m ![init_output](../media/how-to-guides/init-and-test-a-flow/flow_init_output.png) -In this case, promptflow CLI generates `flow.dag.json`, `.promptflow/flow.tools.json` and `extract_intent_tool.py`, it is a python tool in the flow. +In this case, promptflow CLI generates `flow.dag.yaml`, `.promptflow/flow.tools.json` and `extract_intent_tool.py`, it is a python tool in the flow. ![init_files](../media/how-to-guides/init-and-test-a-flow/flow_init_files.png) ## Test a flow