From c415c1c2fc5560f4761250d8cd742e1de35cdcd1 Mon Sep 17 00:00:00 2001 From: Udayshankar Ravikumar <106602744+Uralstech@users.noreply.github.com> Date: Wed, 3 Jul 2024 23:24:02 +0530 Subject: [PATCH] Update README.md --- .../Packages/com.uralstech.ugemini/Documentation~/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/UGemini/Packages/com.uralstech.ugemini/Documentation~/README.md b/UGemini/Packages/com.uralstech.ugemini/Documentation~/README.md index f88327a6..96f67206 100644 --- a/UGemini/Packages/com.uralstech.ugemini/Documentation~/README.md +++ b/UGemini/Packages/com.uralstech.ugemini/Documentation~/README.md @@ -84,7 +84,7 @@ These are all the types of requests and endpoints that are supported: - Counts the number of tokens in the given request contents for the given model - Runs a `countTokens` request on the model -- *`GeminiFileUploadRequest` | `GeminiFileUploadResponse` (:construction:): +- *`GeminiFileUploadRequest` | `GeminiFileUploadResponse` 🚧: - Available in the `Uralstech.UGemini.FileAPI` namespace - Uploads a file to be available through the File API - Runs an `upload` request on the File/Media API @@ -104,7 +104,7 @@ These are all the types of requests and endpoints that are supported: - Deletes a file uploaded to the File API - Runs a `delete` request on the File API -:construction: - The feature is being worked on and is unstable +🚧 - The feature is being worked on and is unstable *Part of the File API. More about it further down in the documentation. @@ -432,7 +432,7 @@ The `GeminiSchema` object is the same type used for function calling. The Gemini File API can be used to store data on the cloud for future prompting with the Gemini models. The code for most of these requests is very simple. -#### Uploading Files (:construction:) +#### Uploading Files 🚧 The package's code for this API method is unstable.