From 55a89398e1fe4fd0acec0f11434b9f231c07ae5c Mon Sep 17 00:00:00 2001 From: Shubham Naik Date: Fri, 23 Jan 2026 10:59:57 -0800 Subject: [PATCH] chore: rebuild api requests (#9069) --- fern/openapi.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/fern/openapi.json b/fern/openapi.json index d4b965de..bfef32f8 100644 --- a/fern/openapi.json +++ b/fern/openapi.json @@ -8798,7 +8798,7 @@ "post": { "tags": ["conversations"], "summary": "Send Conversation Message", - "description": "Send a message to a conversation and get a response.\n\nThis endpoint sends a message to an existing conversation.\nBy default (stream=true), returns a streaming response (Server-Sent Events).\nSet stream=false to get a complete JSON response.", + "description": "Send a message to a conversation and get a response.\n\nThis endpoint sends a message to an existing conversation.\nBy default (streaming=true), returns a streaming response (Server-Sent Events).\nSet streaming=false to get a complete JSON response.", "operationId": "send_conversation_message", "parameters": [ { @@ -8835,10 +8835,10 @@ "schema": { "$ref": "#/components/schemas/LettaStreamingResponse" }, - "description": "JSON response (when stream=false)" + "description": "JSON response (when streaming=false)" }, "text/event-stream": { - "description": "Server-Sent Events stream (default, when stream=true)" + "description": "Server-Sent Events stream (default, when streaming=true)" } } },