Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions fern/apis/api/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -57809,6 +57809,10 @@
"model-output"
]
},
"turnId": {
"type": "string",
"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."
},
"timestamp": {
"type": "number",
"description": "This is the timestamp of the message."
Expand Down Expand Up @@ -58373,6 +58377,10 @@
"user-interrupted"
]
},
"turnId": {
"type": "string",
"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."
},
"timestamp": {
"type": "number",
"description": "This is the timestamp of the message."
Expand Down Expand Up @@ -60455,6 +60463,10 @@
"model-output"
]
},
"turnId": {
"type": "string",
"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."
},
"timestamp": {
"type": "number",
"description": "This is the timestamp of the message."
Expand Down Expand Up @@ -61958,6 +61970,10 @@
"user-interrupted"
]
},
"turnId": {
"type": "string",
"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."
},
"timestamp": {
"type": "number",
"description": "This is the timestamp of the message."
Expand Down