From a5edb2c47f9969ea444bbbbef41dd0aa3fc9a87c Mon Sep 17 00:00:00 2001 From: Milen Pivchev Date: Wed, 18 Feb 2026 10:36:04 +0100 Subject: [PATCH] Change path 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 9adcdb745..560997afa 100644 --- a/developer_manual/client_apis/ClientIntegration/index.rst +++ b/developer_manual/client_apis/ClientIntegration/index.rst @@ -177,10 +177,10 @@ Here is an example of using the Assistant app. The Assistant integration has a few endpoints for the client to show and execute. They appear like this on the client side: -.. image:: /images/client-integration-ios.png +.. image:: ../images/client-integration-ios.png alt: "Client integration on iOS" -.. image:: /images/client-integration-android.png +.. image:: ../images/client-integration-android.png alt: "Client integration on Android" 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`.