Skip to content

Commit 7c16dd2

Browse files
committed
Merge branch 'gary/llmobs-sdk-merge' into gary/use-ctx-api
2 parents ec3cf25 + 5ca9c84 commit 7c16dd2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

dd-trace-core/src/main/java/datadog/trace/llmobs/writer/ddintake/LLMObsSpanMapper.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,6 @@ public class LLMObsSpanMapper implements RemoteMapper {
7575
private static final byte[] LLM_TOOL_CALL_ARGUMENTS =
7676
"arguments".getBytes(StandardCharsets.UTF_8);
7777

78-
// TODO is there a better place for this?
7978
private static final String PARENT_ID_TAG_INTERNAL_FULL = LLMOBS_TAG_PREFIX + "parent_id";
8079

8180
private final LLMObsSpanMapper.MetaWriter metaWriter = new MetaWriter();

0 commit comments

Comments
 (0)