From dcf10ecde5e13e01c347e5dfee2f384e4e0c4987 Mon Sep 17 00:00:00 2001 From: Zhengfei Wang Date: Thu, 25 Apr 2024 19:50:27 +0800 Subject: [PATCH] explain collection --- docs/how-to-guides/tracing/manage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/how-to-guides/tracing/manage.md b/docs/how-to-guides/tracing/manage.md index 1e21d149e54..a67cff7d144 100644 --- a/docs/how-to-guides/tracing/manage.md +++ b/docs/how-to-guides/tracing/manage.md @@ -10,7 +10,7 @@ Prompt flow provides several trace toolkits in `promptflow-devkit`. This page wi ### Delete -Prompt flow provides capability to delete traces in local storage, user can delete traces by collection, time range or prompt flow run with both CLI and SDK: +Prompt flow provides capability to delete traces in local storage, user can delete traces by collection (a bucket of traces, can be specified with `start_trace`), time range or prompt flow run with both CLI and SDK: ::::{tab-set} :::{tab-item} CLI