From d3a3ef69263e6fe19dd8561ba62a93844de8725f Mon Sep 17 00:00:00 2001 From: github-actions Date: Wed, 18 Mar 2026 00:38:49 +0000 Subject: [PATCH] Update API specifications with fern api update --- fern/apis/api/openapi.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/fern/apis/api/openapi.json b/fern/apis/api/openapi.json index 5b84940d3..6dd509d73 100644 --- a/fern/apis/api/openapi.json +++ b/fern/apis/api/openapi.json @@ -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." @@ -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." @@ -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." @@ -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."