Skip to content

Commit 683643b

Browse files
tests(openinference): add cached span for image-generation-basic tests
Signed-off-by: Hrushikesh Patil <[email protected]>
1 parent 38dcfaa commit 683643b

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"flags": 256,
3+
"name": "ImageGeneration",
4+
"kind": "SPAN_KIND_INTERNAL",
5+
"attributes": [
6+
{
7+
"key": "llm.system",
8+
"value": {
9+
"stringValue": "openai"
10+
}
11+
},
12+
{
13+
"key": "input.mime_type",
14+
"value": {
15+
"stringValue": "application/json"
16+
}
17+
}
18+
],
19+
"status": {
20+
"code": "STATUS_CODE_OK"
21+
}
22+
}
23+

0 commit comments

Comments
 (0)