You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: fern/apis/api/openapi.json
+16Lines changed: 16 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -57809,6 +57809,10 @@
57809
57809
"model-output"
57810
57810
]
57811
57811
},
57812
+
"turnId": {
57813
+
"type": "string",
57814
+
"description": "This is the unique identifier for the current LLM turn. All tokens from the same\nLLM response share the same turnId. Use this to group tokens and discard on interruption."
57815
+
},
57812
57816
"timestamp": {
57813
57817
"type": "number",
57814
57818
"description": "This is the timestamp of the message."
@@ -58373,6 +58377,10 @@
58373
58377
"user-interrupted"
58374
58378
]
58375
58379
},
58380
+
"turnId": {
58381
+
"type": "string",
58382
+
"description": "This is the turnId of the LLM response that was interrupted. Matches the turnId\non model-output messages so clients can discard the interrupted turn's tokens."
58383
+
},
58376
58384
"timestamp": {
58377
58385
"type": "number",
58378
58386
"description": "This is the timestamp of the message."
@@ -60455,6 +60463,10 @@
60455
60463
"model-output"
60456
60464
]
60457
60465
},
60466
+
"turnId": {
60467
+
"type": "string",
60468
+
"description": "This is the unique identifier for the current LLM turn. All tokens from the same\nLLM response share the same turnId. Use this to group tokens and discard on interruption."
60469
+
},
60458
60470
"timestamp": {
60459
60471
"type": "number",
60460
60472
"description": "This is the timestamp of the message."
@@ -61958,6 +61970,10 @@
61958
61970
"user-interrupted"
61959
61971
]
61960
61972
},
61973
+
"turnId": {
61974
+
"type": "string",
61975
+
"description": "This is the turnId of the LLM response that was interrupted. Matches the turnId\non model-output messages so clients can discard the interrupted turn's tokens."
61976
+
},
61961
61977
"timestamp": {
61962
61978
"type": "number",
61963
61979
"description": "This is the timestamp of the message."
0 commit comments