Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
wangchao1230 committed Apr 16, 2024
1 parent 04e43b0 commit 261675c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 1 addition & 3 deletions docs/concepts/concept-flows.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@ While how LLMs work may be elusive to many developers, how LLM apps work is not

# Flows

## Flex flows

{bdg-success-line}`New in version 1.9.0`
## Flex flow

You can create LLM apps using a Python function or class as the entry point, which encapsulating your app logic. You can directly test or run these with pure code experience. Or you can define a `flow.flex.yaml` that points to these entries, which enables testing, running, or viewing traces via the [Promptflow VS Code Extension](https://marketplace.visualstudio.com/items?itemName=prompt-flow.prompt-flow).

Expand Down
2 changes: 0 additions & 2 deletions docs/how-to-guides/tracing/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
This is an experimental feature, and may change at any time. Learn [more](../faq.md#stable-vs-experimental).
:::

{bdg-success-line}`New in version 1.9.0`

Prompt flow provides the trace feature to capture and visualize the internal execution details for all flows.

For `DAG flow`, user can track and visualize node level inputs/outputs of flow execution, it provides critical insights for developer to understand the internal details of execution.
Expand Down

0 comments on commit 261675c

Please sign in to comment.