Skip to content

Commit b19cbb9

Browse files
committed
remove leftover
1 parent 6e5cf86 commit b19cbb9

File tree

1 file changed

+0
-1
lines changed
  • dd-java-agent/instrumentation/openai-java/openai-java-3.0/src/main/java/datadog/trace/instrumentation/openai_java

1 file changed

+0
-1
lines changed

dd-java-agent/instrumentation/openai-java/openai-java-3.0/src/main/java/datadog/trace/instrumentation/openai_java/ResponseDecorator.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -444,7 +444,6 @@ private void withResponse(AgentSpan span, Response response, boolean stream) {
444444
Map<String, String> formatMap = new HashMap<>();
445445
if (format.isText()) {
446446
formatMap.put("type", "text");
447-
metadata.put("text.format.type", "text");
448447
} else if (format.isJsonSchema()) {
449448
formatMap.put("type", "json_schema");
450449
} else if (format.isJsonObject()) {

0 commit comments

Comments
 (0)