From 22fb8636c318c63e2bccf01b249db4701a98cf0e Mon Sep 17 00:00:00 2001 From: Yahya Mouman <103438582+yahya-mouman@users.noreply.github.com> Date: Fri, 12 Sep 2025 14:01:58 +0200 Subject: [PATCH] Update sdk.md --- content/en/llm_observability/instrumentation/sdk.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/llm_observability/instrumentation/sdk.md b/content/en/llm_observability/instrumentation/sdk.md index 06363b320ba3f..42727761bf495 100644 --- a/content/en/llm_observability/instrumentation/sdk.md +++ b/content/en/llm_observability/instrumentation/sdk.md @@ -1683,7 +1683,7 @@ The `LLMObs.annotation_context()` method accepts the following arguments: `prompt` : optional - _dictionary_ -
A dictionary that represents the prompt used for an LLM call in the following format:
`{"template": "...", "id": "...", "version": "...", "variables": {"variable_1": "...", ...}}`.
You can also import the `Prompt` object from `ddtrace.utils` and pass it in as the `prompt` argument. **Note**: This argument only applies to LLM spans. +
A dictionary that represents the prompt used for an LLM call in the following format:
`{"template": "...", "id": "...", "version": "...", "variables": {"variable_1": "...", ...}}`.
You can also import the `Prompt` object from `ddtrace.llmobs.utils` and pass it in as the `prompt` argument. **Note**: This argument only applies to LLM spans. `tags` : optional - _dictionary_