diff --git a/fern/openapi.json b/fern/openapi.json index 98f1b815..344fef9a 100644 --- a/fern/openapi.json +++ b/fern/openapi.json @@ -21696,6 +21696,13 @@ }, "billing_tier": { "type": "string" + }, + "recent_chunks": { + "type": "array", + "items": { + "type": "object", + "additionalProperties": {} + } } }, "required": ["message"]