Skip to content

Commit 87e5ccb

Browse files
committed
fix minor
1 parent 01661ae commit 87e5ccb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

orchestration/src/main/java/com/sap/ai/sdk/orchestration/OrchestrationHttpExecutor.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ Stream<OrchestrationChatCompletionDelta> stream(
8888

8989
val client = getHttpClient();
9090
MDC.put("endpoint", path);
91-
MDC.put("method", "streaming");
91+
MDC.put("mode", "streaming");
9292
logRequestStart();
9393
return new ClientStreamingHandler<>(
9494
OrchestrationChatCompletionDelta.class, OrchestrationError.Streaming.class, FACTORY)

0 commit comments

Comments
 (0)