From f1444be9de30be2d476711559b73dba6935e0a93 Mon Sep 17 00:00:00 2001 From: Philip Gao Date: Mon, 11 Mar 2024 08:07:07 +0000 Subject: [PATCH] Fix --- src/promptflow/CHANGELOG.md | 1 - 1 file changed, 1 deletion(-) diff --git a/src/promptflow/CHANGELOG.md b/src/promptflow/CHANGELOG.md index 8aa946ad81f..a9774635f75 100644 --- a/src/promptflow/CHANGELOG.md +++ b/src/promptflow/CHANGELOG.md @@ -10,7 +10,6 @@ - [SDK/CLI][azure] Create a run with `resume_from`. - CLI: Support `pfazure run create --resume-from ` to create a run resume from another run. - SDK: Support `pf.run(resume_from=)` to create a run resume from another run. -- [SDK] Support flow exectue as async function: `load_flow(, is_async_call=True)` will return an async callable flow object. - [SDK/CLI] Support `AzureOpenAIConnection.from_env` and `OpenAIConnection.from_env`. Reach more details [here](https://microsoft.github.io/promptflow/how-to-guides/manage-connections.html#load-from-environment-variables).