diff --git a/fern/apis/api/openapi.json b/fern/apis/api/openapi.json index 6dd509d73..5b84940d3 100644 --- a/fern/apis/api/openapi.json +++ b/fern/apis/api/openapi.json @@ -57809,10 +57809,6 @@ "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." @@ -58377,10 +58373,6 @@ "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." @@ -60463,10 +60455,6 @@ "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." @@ -61970,10 +61958,6 @@ "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."