From d8b65a2c606b7a50754d925ed240ae77bd468c08 Mon Sep 17 00:00:00 2001 From: Milen Pivchev Date: Thu, 19 Feb 2026 11:31:03 +0100 Subject: [PATCH] Reduce scale Signed-off-by: Milen Pivchev --- developer_manual/client_apis/ClientIntegration/index.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/developer_manual/client_apis/ClientIntegration/index.rst b/developer_manual/client_apis/ClientIntegration/index.rst index e17b007c2..7411d0a97 100644 --- a/developer_manual/client_apis/ClientIntegration/index.rst +++ b/developer_manual/client_apis/ClientIntegration/index.rst @@ -182,11 +182,11 @@ The Assistant integration has a few endpoints for the client to show and execute .. image:: ../images/client-integration-ios.png :alt: Client integration on iOS - :scale: 50% + :scale: 10% .. image:: ../images/client-integration-android.png :alt: Client integration on Android - :scale: 50% + :scale: 10% Looking at the "Summarize using AI" action, it will only show for files with mimetypes starting with "text/" or the specified document and PDF mimetypes, as described in `mimetype_filters`. When clicking on the action, the client will send a POST request to the specified URL, replacing {fileId} with the actual file id. The app can then handle the request and for example send a tooltip response back to the client. The client will show the tooltip to the user: