Skip to content

Commit 889f992

Browse files
committed
Reduce scale
Signed-off-by: Milen Pivchev <milen.pivchev@gmail.com>
1 parent 245a18a commit 889f992

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • developer_manual/client_apis/ClientIntegration

developer_manual/client_apis/ClientIntegration/index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -182,11 +182,11 @@ The Assistant integration has a few endpoints for the client to show and execute
182182

183183
.. image:: ../images/client-integration-ios.png
184184
:alt: Client integration on iOS
185-
:scale: 50%
185+
:scale: 10%
186186

187187
.. image:: ../images/client-integration-android.png
188188
:alt: Client integration on Android
189-
:scale: 50%
189+
:scale: 10%
190190

191191
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`.
192192
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:

0 commit comments

Comments
 (0)