From ff8ed11a0668b4fa21a6bf3ef0d6fb7c6cd7c178 Mon Sep 17 00:00:00 2001 From: Han Wang Date: Thu, 7 Dec 2023 19:24:26 +0800 Subject: [PATCH] update --- docs/how-to-guides/init-and-test-a-flow.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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