From 99c5a4189cdf81ee4e589ab423477fb235e76eb2 Mon Sep 17 00:00:00 2001 From: Cheng Liu <51689021+liucheng-ms@users.noreply.github.com> Date: Fri, 14 Jun 2024 12:30:55 +0800 Subject: [PATCH] Fix doc link --- docs/reference/trace-span-spec-reference.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/trace-span-spec-reference.md b/docs/reference/trace-span-spec-reference.md index ffb1bff2940..cf756fd1360 100644 --- a/docs/reference/trace-span-spec-reference.md +++ b/docs/reference/trace-span-spec-reference.md @@ -95,7 +95,7 @@ The LLM (Large Language Model) span captures detailed execution information from |---|---|---|---| | promptflow.llm.generated_message | Captures the output message from an LLM call. | ```{"content":"ChatGPT is a conversational AI model developed by OpenAI.","role":"assistant","function_call":null,"tool_calls":null}``` | `Required` | ->Note: OpenTelemetry currently defines several LLM-related span attributes and events as semantic conventions. We plan to align with these conventions in the future. For more information, visit [LLM Semantic Conventions](https://github.com/open-telemetry/semantic-conventions/blob/main/docs/gen-ai/llm-spans.md). +>Note: OpenTelemetry currently defines several LLM-related span attributes and events as semantic conventions. We plan to align with these conventions in the future. For more information, visit [Semantic Conventions for GenAI operations](https://github.com/open-telemetry/semantic-conventions/blob/main/docs/gen-ai/gen-ai-spans.md). #### Function