Skip to content

Commit 18972b9

Browse files
authored
Merge pull request #29 from peachisai/dev
fix
2 parents 47a24bc + 61ea51a commit 18972b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/plugin/scenarios/spring-ai-1.x-scenario/config/expectedData.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ segmentItems:
116116
- { key: gen_ai.request.temperature, value: '0.7' }
117117
- { key: gen_ai.request.top_k, value: null }
118118
- { key: gen_ai.request.top_p, value: '0.9' }
119-
- { key: gen_ai.stream.ttfr, value: not null }
119+
- { key: gen_ai.server.time_to_first_token, value: not null }
120120
- { key: gen_ai.response.id, value: 'chatcmpl-fc1b64d3' }
121121
- { key: gen_ai.response.model, value: gpt-4.1-2025-04-14 }
122122
- { key: gen_ai.response.finish_reasons, value: STOP }

0 commit comments

Comments
 (0)