diff --git a/developer_manual/client_apis/ClientIntegration/index.rst b/developer_manual/client_apis/ClientIntegration/index.rst index d5876c0b1..9adcdb745 100644 --- a/developer_manual/client_apis/ClientIntegration/index.rst +++ b/developer_manual/client_apis/ClientIntegration/index.rst @@ -183,9 +183,6 @@ The Assistant integration has a few endpoints for the client to show and execute .. image:: /images/client-integration-android.png alt: "Client integration on Android" -.. image:: /images/client-integration-desktop.png - alt: "Client integration on Desktop" - 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: diff --git a/developer_manual/images/client-integration-android.png b/developer_manual/images/client-integration-android.png new file mode 100644 index 000000000..c615ec1ff Binary files /dev/null and b/developer_manual/images/client-integration-android.png differ