Skip to content

Commit f36ab1e

Browse files
Merge pull request #3956 from lgayhardt/patch-43
Deprecation note how-to-trace-local-sdk.md
2 parents c97e133 + e745571 commit f36ab1e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

articles/machine-learning/prompt-flow/how-to-trace-local-sdk.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ ms.reviewer: chenlujiao
1414

1515
# How to trace your application with prompt flow SDK | Azure Machine Learning
1616

17+
> [!CAUTION]
18+
> **Deprecation notice:** The prompt flow tracing SDK has been has been deprecated in favor of [tracing with Azure AI Foundry project library](../../ai-foundry/how-to/develop/trace-local-sdk.md). The prompt flow config `set trace.destination` attribute is not supported to send traces to Azure Machine Learning workspaces, use the Azure AI Inference SDK with Azure AI Foundry project library to trace your application code.
19+
1720
[!INCLUDE [machine-learning-preview-generic-disclaimer](../includes/machine-learning-preview-generic-disclaimer.md)]
1821

1922
Tracing is a powerful tool that offers developers an in-depth understanding of the execution process of their generative AI applications such as agents, [AutoGen](https://microsoft.github.io/autogen/docs/Use-Cases/agent_chat), and retrieval augmented generation (RAG) use cases. It provides a detailed view of the execution flow, including the inputs and outputs of each node within the application. This essential information proves critical while debugging complex applications or optimizing performance.

0 commit comments

Comments
 (0)