We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca16887 commit f94ec71Copy full SHA for f94ec71
lib/instrumentation/@google/genai.js
@@ -79,7 +79,7 @@ function recordChatCompletionMessages({
79
response = {}
80
}
81
82
- // Explicitly end segment to consistent duration
+ // Explicitly end segment to provide consistent duration
83
// for both LLM events and the segment
84
segment.end()
85
const completionSummary = new LlmChatCompletionSummary({
0 commit comments