Skip to content

Commit ff44ad8

Browse files
github-actions[bot]github-actions
andauthored
Update API specifications with fern api update (#981)
Co-authored-by: github-actions <github-actions@github.com>
1 parent ba4ed7c commit ff44ad8

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

fern/apis/api/openapi.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57809,6 +57809,10 @@
5780957809
"model-output"
5781057810
]
5781157811
},
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+
},
5781257816
"timestamp": {
5781357817
"type": "number",
5781457818
"description": "This is the timestamp of the message."
@@ -58373,6 +58377,10 @@
5837358377
"user-interrupted"
5837458378
]
5837558379
},
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+
},
5837658384
"timestamp": {
5837758385
"type": "number",
5837858386
"description": "This is the timestamp of the message."
@@ -60455,6 +60463,10 @@
6045560463
"model-output"
6045660464
]
6045760465
},
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+
},
6045860470
"timestamp": {
6045960471
"type": "number",
6046060472
"description": "This is the timestamp of the message."
@@ -61958,6 +61970,10 @@
6195861970
"user-interrupted"
6195961971
]
6196061972
},
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+
},
6196161977
"timestamp": {
6196261978
"type": "number",
6196361979
"description": "This is the timestamp of the message."

0 commit comments

Comments
 (0)