Skip to content

Commit 27498fa

Browse files
committed
Add token-usage-session-update-multiple.txt to git
1 parent 758869c commit 27498fa

1 file changed

Lines changed: 39 additions & 0 deletions

File tree

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
{
2+
"method": "sessionUpdate",
3+
"args": [
4+
{
5+
"sessionId": "test-session-id",
6+
"update": {
7+
"sessionUpdate": "usage_update",
8+
"used": 1000,
9+
"size": 128000
10+
}
11+
}
12+
]
13+
}
14+
{
15+
"method": "sessionUpdate",
16+
"args": [
17+
{
18+
"sessionId": "test-session-id",
19+
"update": {
20+
"sessionUpdate": "usage_update",
21+
"used": 2000,
22+
"size": 128000
23+
}
24+
}
25+
]
26+
}
27+
{
28+
"method": "sessionUpdate",
29+
"args": [
30+
{
31+
"sessionId": "test-session-id",
32+
"update": {
33+
"sessionUpdate": "usage_update",
34+
"used": 3500,
35+
"size": 128000
36+
}
37+
}
38+
]
39+
}

0 commit comments

Comments
 (0)