Request to generate a response from the model.
Uralstech.UGemini.Chat.GeminiChatRequest.GeminiChatRequest | +( | +) | ++ |
The maximum number of tokens to consider when sampling.
-Models use nucleus sampling or combined Top-k and nucleus sampling. Top-k sampling considers the set of topK most
- probable tokens. Models running with nucleus sampling don't allow topK setting.
Models use nucleus sampling or combined Top-k and nucleus sampling. Top-k sampling considers the set of topK most
+ probable tokens. Models running with nucleus sampling don't allow topK setting.
+ UGemini 1.3.0
+
+ A C# wrapper for the Google Gemini API.
+ |
+
This is the complete list of members for Uralstech.UGemini.EnumExtensions, including all inherited members.
+ContentType(this string mimeType) | Uralstech.UGemini.EnumExtensions | static |
MimeType(this GeminiContentType enumValue) | Uralstech.UGemini.EnumExtensions | static |
+ UGemini 1.3.0
+
+ A C# wrapper for the Google Gemini API.
+ |
+
Extensions for Enum type objects. + More...
++Static Public Member Functions | |
static string | MimeType (this GeminiContentType enumValue) |
Converts a GeminiContentType to its MIME type. | |
static GeminiContentType | ContentType (this string mimeType) |
Converts a string MIME type to a GeminiContentType. | |
Extensions for Enum type objects.
+
+
|
+ +static | +
Converts a string MIME type to a GeminiContentType.
+mimeType | The MIME type string. |
NotImplementedException | Thrown if GeminiContentType does not have an equivalent MIME type to mimeType . |
+
|
+ +static | +
Converts a GeminiContentType to its MIME type.
+enumValue | The GeminiContentType value. |
NotImplementedException | Thrown if the MIME type of the enum value could not be found. |
Public Attributes | |
-GeminiManager.RequestEndPoint | RequestEndPoint |
The endpoint of the failed request. | |
GeminiManager.RequestEndPoint | RequestEndPoint |
The endpoint of the failed request. | |
Uri | RequestEndpoint | RequestErrorMessage |
The request's error message. | |
-string | ApiVersionString |
The request's API version as a string. | |
string | ApiVersionString |
The request's API version as a string. | |
bool | IsBetaApi |
Thrown when a Gemini API request fails.
-string Uralstech.UGemini.Exceptions.GeminiRequestException.ApiVersionString | +
The request's API version as a string.
+GeminiManager.RequestEndPoint Uralstech.UGemini.Exceptions.GeminiRequestException.RequestEndPoint | +
The endpoint of the failed request.
+The base structured datatype containing multi-part content of a message.
+
|
+ +static | +
Creates a new GeminiContent from a role, message and AudioClip.
+Requires Utilities.Encoding.Wav.
+role | The role of the content creator. |
message | The message. |
audio | The audio clip. |
This is the complete list of members for Uralstech.UGemini.GeminiContentBlob, including all inherited members.
Data | Uralstech.UGemini.GeminiContentBlob | |
GetContentBlob(Texture2D image, bool useJPEG=false) | Uralstech.UGemini.GeminiContentBlob | static |
MimeType | Uralstech.UGemini.GeminiContentBlob | |
GetContentBlob(AudioClip audio) | Uralstech.UGemini.GeminiContentBlob | static |
GetContentBlob(Texture2D image, bool useJPEG=false) | Uralstech.UGemini.GeminiContentBlob | static |
MimeType | Uralstech.UGemini.GeminiContentBlob |
Static Public Member Functions | |||||||
static GeminiContentBlob | GetContentBlob (AudioClip audio) | ||||||
Converts the given AudioClip to a GeminiContentBlob. | |||||||
static GeminiContentBlob | GetContentBlob (Texture2D image, bool useJPEG=false) | ||||||
Converts the given Texture2D to a GeminiContentBlob. | |||||||
+
|
+ +static | +
Converts the given AudioClip to a GeminiContentBlob.
+Requires Utilities.Encoding.Wav.
+audio | The AudioClip to use. |
Request to count tokens in given content.
Uralstech.UGemini.TokenCounting.GeminiTokenCountRequest.GeminiTokenCountRequest | +( | +) | ++ |
+ UGemini 1.3.0
+
+ A C# wrapper for the Google Gemini API.
+ |
+
This is the complete list of members for Uralstech.UGemini.UnityExtensions, including all inherited members.
+ToBase64JPEG(this Texture2D image) | Uralstech.UGemini.UnityExtensions | static |
ToBase64PNG(this Texture2D image) | Uralstech.UGemini.UnityExtensions | static |
ToBase64WAV(this AudioClip clip) | Uralstech.UGemini.UnityExtensions | static |
ToWAV(this AudioClip clip) | Uralstech.UGemini.UnityExtensions | static |
+ UGemini 1.3.0
+
+ A C# wrapper for the Google Gemini API.
+ |
+
Extensions for Unity types. + More...
++Static Public Member Functions | |
static byte[] | ToWAV (this AudioClip clip) |
Converts the given AudioClip to WAV bytes. | |
static string | ToBase64WAV (this AudioClip clip) |
Converts the given AudioClip to a WAV Base64 encoded string. | |
static string | ToBase64PNG (this Texture2D image) |
Converts the given Texture2D to a PNG Base64 encoded string. | |
static string | ToBase64JPEG (this Texture2D image) |
Converts the given Texture2D to a JPEG Base64 encoded string. | |
Extensions for Unity types.
+
+
|
+ +static | +
Converts the given Texture2D to a JPEG Base64 encoded string.
+image | The Texture2D. |
+
|
+ +static | +
Converts the given Texture2D to a PNG Base64 encoded string.
+image | The Texture2D. |
+
|
+ +static | +
Converts the given AudioClip to a WAV Base64 encoded string.
+clip | The AudioClip. |
+
|
+ +static | +
Converts the given AudioClip to WAV bytes.
+clip | The AudioClip. |
+ UGemini 1.3.0
+
+ A C# wrapper for the Google Gemini API.
+ |
+
This is the complete list of members for Uralstech.UGemini.Utils.Web.WebRequestHelper, including all inherited members.
+SendStreamingWebRequest(this UnityWebRequest webRequest, Func< List< JToken >, JToken, Task > serverSentEventHandler) | Uralstech.UGemini.Utils.Web.WebRequestHelper | static |
+ UGemini 1.3.0
+
+ A C# wrapper for the Google Gemini API.
+ |
+
Extensions for the UnityWebRequest type. + More...
++Static Public Member Functions | |
static async Task | SendStreamingWebRequest (this UnityWebRequest webRequest, Func< List< JToken >, JToken, Task > serverSentEventHandler) |
Sends a streaming web request. | |
Extensions for the UnityWebRequest type.
+
+
|
+ +static | +
Sends a streaming web request.
+webRequest | The request to send. |
serverSentEventHandler | The callback to handle Server Sent Events (SSEs). + Parameters: +
|
+ UGemini 1.3.0
+
+ A C# wrapper for the Google Gemini API.
+ |
+
+ UGemini 1.3.0
+
+ A C# wrapper for the Google Gemini API.
+ |
+
+ UGemini 1.3.0
+
+ A C# wrapper for the Google Gemini API.
+ |
+
+ UGemini 1.3.0
+
+ A C# wrapper for the Google Gemini API.
+ |
+
+Directories | |
ModelList | |
SingleRequests | |
+ UGemini 1.3.0
+
+ A C# wrapper for the Google Gemini API.
+ |
+
+ UGemini 1.3.0
+
+ A C# wrapper for the Google Gemini API.
+ |
+
+ UGemini 1.3.0
+
+ A C# wrapper for the Google Gemini API.
+ |
+
+ UGemini 1.3.0
+
+ A C# wrapper for the Google Gemini API.
+ |
+
+ UGemini 1.3.0
+
+ A C# wrapper for the Google Gemini API.
+ |
+
+ UGemini 1.3.0
+
+ A C# wrapper for the Google Gemini API.
+ |
+
+ UGemini 1.3.0
+
+ A C# wrapper for the Google Gemini API.
+ |
+
+ UGemini 1.3.0
+
+ A C# wrapper for the Google Gemini API.
+ |
+
+ UGemini 1.3.0
+
+ A C# wrapper for the Google Gemini API.
+ |
+
+ UGemini 1.3.0
+
+ A C# wrapper for the Google Gemini API.
+ |
+
+ UGemini 1.3.0
+
+ A C# wrapper for the Google Gemini API.
+ |
+
+ UGemini 1.3.0
+
+ A C# wrapper for the Google Gemini API.
+ |
+
+ UGemini 1.3.0
+
+ A C# wrapper for the Google Gemini API.
+ |
+
+ UGemini 1.3.0
+
+ A C# wrapper for the Google Gemini API.
+ |
+
+ UGemini 1.3.0
+
+ A C# wrapper for the Google Gemini API.
+ |
+
+ UGemini 1.3.0
+
+ A C# wrapper for the Google Gemini API.
+ |
+
+ UGemini 1.3.0
+
+ A C# wrapper for the Google Gemini API.
+ |
+
+ UGemini 1.3.0
+
+ A C# wrapper for the Google Gemini API.
+ |
+
▼CException | |
CUralstech.UGemini.Exceptions.GeminiRequestException | Thrown when a Gemini API request fails |
CUralstech.UGemini.Chat.GeminiAttributionSourceId | Identifier for the source contributing to this attribution |
CUralstech.UGemini.Chat.GeminiCitationMetadata | A collection of source attributions for a piece of content |
CUralstech.UGemini.Chat.GeminiCitationSource | A citation to a source for a portion of a specific response |
CUralstech.UGemini.GeminiContentBlob | Raw media bytes |
CUralstech.UGemini.FileAPI.GeminiFile | Metadata for a file uploaded to the File API |
CUralstech.UGemini.GeminiFileData | URI based data |
CUralstech.UGemini.FileAPI.GeminiFileListResponse | The response for a GeminiFileListRequest call |
CUralstech.UGemini.FileAPI.GeminiFileUploadMetaData | Metadata for a GeminiFile to be uploaded |
CUralstech.UGemini.FileAPI.GeminiFileUploadResponse | Response for a file upload request |
CUralstech.UGemini.FileAPI.GeminiFileVideoMetaData | Metadata for a video GeminiFile |
CUralstech.UGemini.Tools.GeminiFunctionCall | A predicted FunctionCall returned from the model that contains a string representing the FunctionDeclaration.name with the arguments and their values |
CUralstech.UGemini.Tools.Declaration.GeminiFunctionCallingConfiguration | Configuration for specifying function calling behavior |
CUralstech.UGemini.Tools.Declaration.GeminiFunctionDeclaration | Structured representation of a function declaration as defined by the OpenAPI 3.03 specification. + |
CUralstech.UGemini.EnumExtensions | Extensions for Enum type objects |
▼CException | |
CUralstech.UGemini.Exceptions.GeminiRequestException | Thrown when a Gemini API request fails |
CUralstech.UGemini.Chat.GeminiAttributionSourceId | Identifier for the source contributing to this attribution |
CUralstech.UGemini.Chat.GeminiCitationMetadata | A collection of source attributions for a piece of content |
CUralstech.UGemini.Chat.GeminiCitationSource | A citation to a source for a portion of a specific response |
CUralstech.UGemini.GeminiContentBlob | Raw media bytes |
CUralstech.UGemini.FileAPI.GeminiFile | Metadata for a file uploaded to the File API |
CUralstech.UGemini.GeminiFileData | URI based data |
CUralstech.UGemini.FileAPI.GeminiFileListResponse | The response for a GeminiFileListRequest call |
CUralstech.UGemini.FileAPI.GeminiFileUploadMetaData | Metadata for a GeminiFile to be uploaded |
CUralstech.UGemini.FileAPI.GeminiFileUploadResponse | Response for a file upload request |
CUralstech.UGemini.FileAPI.GeminiFileVideoMetaData | Metadata for a video GeminiFile |
CUralstech.UGemini.Tools.GeminiFunctionCall | A predicted FunctionCall returned from the model that contains a string representing the FunctionDeclaration.name with the arguments and their values |
CUralstech.UGemini.Tools.Declaration.GeminiFunctionCallingConfiguration | Configuration for specifying function calling behavior |
CUralstech.UGemini.Tools.Declaration.GeminiFunctionDeclaration | Structured representation of a function declaration as defined by the OpenAPI 3.03 specification. Included in this declaration are the function name and parameters. This FunctionDeclaration is a representation of a block of code that can be used as a Tool by the model and executed by the client |
CUralstech.UGemini.Tools.GeminiFunctionResponse | The result output from a GeminiFunctionCall that contains a string representing the Declaration.GeminiFunctionDeclaration.Name and a structured JSON object containing any output from the function is used as context to the model. This should contain the result of a GeminiFunctionCall made based on model prediction |
CUralstech.UGemini.Tools.GeminiFunctionResponseContent | The response of a Gemini function call. Based on the Protocol Buffer Struct type |
CUralstech.UGemini.Chat.GeminiGenerationConfiguration | Configuration options for model generation and outputs. Not all parameters may be configurable for every model |
CUralstech.UGemini.Chat.GeminiGroundingAttribution | Attribution for a source that contributed to an answer |
CUralstech.UGemini.Chat.GeminiGroundingPassageId | Identifier for a part within a GroundingPassage |
CUralstech.UGemini.GeminiRequestMetadata | Metadata about a computation request |
CUralstech.UGemini.Chat.GeminiSafetyRating | Safety rating for a piece of content |
CUralstech.UGemini.Chat.GeminiSafetySettings | Safety setting, affecting the safety-blocking behavior |
CUralstech.UGemini.Schema.GeminiSchema | The Schema object allows the definition of input and output data types. These types can be objects, but also primitives and arrays. Represents a select subset of an OpenAPI 3.0 schema object |
CUralstech.UGemini.Chat.GeminiSemanticRetrieverChunk | Identifier for a Chunk retrieved via Semantic Retriever specified in the GenerateAnswerRequest using SemanticRetrieverConfig |
CUralstech.UGemini.Status.GeminiStatus | The GeminiStatus type defines a logical error model that is suitable for different programming environments, including REST APIs and RPC APIs. It is used by gRPC |
CUralstech.UGemini.Status.GeminiStatusDetails | An object containing fields of an arbitrary type |
CUralstech.UGemini.TokenCounting.GeminiTokenCountResponse | A response from CountTokens |
CUralstech.UGemini.Tools.Declaration.GeminiTool | Tool details that the model may use to generate response |
CUralstech.UGemini.Tools.Declaration.GeminiToolConfiguration | The Tool configuration containing parameters for specifying Tool use in the request |
CUralstech.UGemini.IAppendableData< T > | An interface for data that is to be appended to at runtime |
▼CUralstech.UGemini.IAppendableData< GeminiCandidate > | |
CUralstech.UGemini.Chat.GeminiCandidate | A response candidate generated from the model |
▼CUralstech.UGemini.IAppendableData< GeminiChatResponse > | |
CUralstech.UGemini.Chat.GeminiChatResponse | Response from the model supporting multiple candidates |
▼CUralstech.UGemini.IAppendableData< GeminiContent > | |
CUralstech.UGemini.GeminiContent | The base structured datatype containing multi-part content of a message |
▼CUralstech.UGemini.IAppendableData< GeminiContentPart > | |
CUralstech.UGemini.GeminiContentPart | A datatype containing media that is part of a multi-part Content message. Must only contain one field at a time |
▼CUralstech.UGemini.IAppendableData< GeminiPromptFeedback > | |
CUralstech.UGemini.Chat.GeminiPromptFeedback | A set of the feedback metadata the prompt specified in GeminiChatResponse.Candidates |
▼CUralstech.UGemini.IAppendableData< GeminiUsageMetadata > | |
CUralstech.UGemini.Chat.GeminiUsageMetadata | Metadata on the generation request's token usage |
▼CUralstech.UGemini.IGeminiRequest | All Gemini API requests must inherit from this interface |
▼CUralstech.UGemini.IGeminiDeleteRequest | All Gemini API DELETE requests must inherit from this interface |
CUralstech.UGemini.FileAPI.GeminiFileDeleteRequest | Requests the deletion of a file |
▼CUralstech.UGemini.IGeminiGetRequest | All Gemini API GET requests must inherit from this interface |
CUralstech.UGemini.FileAPI.GeminiFileGetRequest | Requests metadata for an existing file. Return type is GeminiFile |
CUralstech.UGemini.FileAPI.GeminiFileListRequest | Requests metadata for all existing files. Return type is GeminiFileListResponse |
▼CUralstech.UGemini.IGeminiMultiPartPostRequest | All Gemini API POST requests with multi-part data must inherit from this interface |
CUralstech.UGemini.FileAPI.GeminiFileUploadRequest | Uploads a file to the Gemini File API. Response type is GeminiFileUploadResponse |
▼CUralstech.UGemini.IGeminiPostRequest | All Gemini API POST requests must inherit from this interface |
CUralstech.UGemini.IGeminiStreamablePostRequest< TResponse > | All streamed Gemini API POST requests must inherit from this interface |
CUralstech.UGemini.TokenCounting.GeminiTokenCountRequest | Request to count tokens in given content |
▼CUralstech.UGemini.IGeminiStreamablePostRequest< GeminiChatResponse > | |
CUralstech.UGemini.Chat.GeminiChatRequest | Request to generate a response from the model |
▼CJsonConverter | |
CUralstech.UGemini.FileAPI.GeminiTimeSpanJsonConverter | Custom JSON converter to convert a time string of a format like "10.334s" to a TimeSpan |
▼CMonoBehaviour | |
CUralstech.UGemini.Utils.Singleton.Singleton< T > | Utility class to make inheriting types singletons |
▼CUralstech.UGemini.Utils.Singleton.Singleton< GeminiManager > | |
CUralstech.UGemini.GeminiManager | The class for accessing the Gemini API! |
CUralstech.UGemini.Tools.GeminiFunctionResponse | The result output from a GeminiFunctionCall that contains a string representing the Declaration.GeminiFunctionDeclaration.Name and a structured JSON object containing any output from the function is used as context to the model. This should contain the result of a GeminiFunctionCall made based on model prediction |
CUralstech.UGemini.Tools.GeminiFunctionResponseContent | The response of a Gemini function call. Based on the Protocol Buffer Struct type |
CUralstech.UGemini.Chat.GeminiGenerationConfiguration | Configuration options for model generation and outputs. Not all parameters may be configurable for every model |
CUralstech.UGemini.Chat.GeminiGroundingAttribution | Attribution for a source that contributed to an answer |
CUralstech.UGemini.Chat.GeminiGroundingPassageId | Identifier for a part within a GroundingPassage |
▼CUralstech.UGemini.Models.GeminiModelId | Information about the unique ID of a Generative Language Model |
CUralstech.UGemini.Models.GeminiModel | Information about a Generative Language Model |
CUralstech.UGemini.Models.GeminiModelListResponse | The response for a GeminiModelListResponse call |
CUralstech.UGemini.GeminiRequestMetadata | Metadata about a computation request |
CUralstech.UGemini.Chat.GeminiSafetyRating | Safety rating for a piece of content |
CUralstech.UGemini.Chat.GeminiSafetySettings | Safety setting, affecting the safety-blocking behavior |
CUralstech.UGemini.Schema.GeminiSchema | The Schema object allows the definition of input and output data types. These types can be objects, but also primitives and arrays. Represents a select subset of an OpenAPI 3.0 schema object |
CUralstech.UGemini.Chat.GeminiSemanticRetrieverChunk | Identifier for a Chunk retrieved via Semantic Retriever specified in the GenerateAnswerRequest using SemanticRetrieverConfig |
CUralstech.UGemini.Status.GeminiStatus | The GeminiStatus type defines a logical error model that is suitable for different programming environments, including REST APIs and RPC APIs. It is used by gRPC |
CUralstech.UGemini.Status.GeminiStatusDetails | An object containing fields of an arbitrary type |
CUralstech.UGemini.TokenCounting.GeminiTokenCountResponse | A response from CountTokens |
CUralstech.UGemini.Tools.Declaration.GeminiTool | Tool details that the model may use to generate response |
CUralstech.UGemini.Tools.Declaration.GeminiToolConfiguration | The Tool configuration containing parameters for specifying Tool use in the request |
CUralstech.UGemini.IAppendableData< T > | An interface for data that is to be appended to at runtime |
▼CUralstech.UGemini.IAppendableData< GeminiCandidate > | |
CUralstech.UGemini.Chat.GeminiCandidate | A response candidate generated from the model |
▼CUralstech.UGemini.IAppendableData< GeminiChatResponse > | |
CUralstech.UGemini.Chat.GeminiChatResponse | Response from the model supporting multiple candidates |
▼CUralstech.UGemini.IAppendableData< GeminiContent > | |
CUralstech.UGemini.GeminiContent | The base structured datatype containing multi-part content of a message |
▼CUralstech.UGemini.IAppendableData< GeminiContentPart > | |
CUralstech.UGemini.GeminiContentPart | A datatype containing media that is part of a multi-part Content message. Must only contain one field at a time |
▼CUralstech.UGemini.IAppendableData< GeminiPromptFeedback > | |
CUralstech.UGemini.Chat.GeminiPromptFeedback | A set of the feedback metadata the prompt specified in GeminiChatResponse.Candidates |
▼CUralstech.UGemini.IAppendableData< GeminiUsageMetadata > | |
CUralstech.UGemini.Chat.GeminiUsageMetadata | Metadata on the generation request's token usage |
▼CUralstech.UGemini.IGeminiRequest | All Gemini API requests must inherit from this interface |
▼CUralstech.UGemini.IGeminiDeleteRequest | All Gemini API DELETE requests must inherit from this interface |
CUralstech.UGemini.FileAPI.GeminiFileDeleteRequest | Requests the deletion of a file |
▼CUralstech.UGemini.IGeminiGetRequest | All Gemini API GET requests must inherit from this interface |
CUralstech.UGemini.FileAPI.GeminiFileGetRequest | Requests metadata for an existing file. Return type is GeminiFile |
CUralstech.UGemini.FileAPI.GeminiFileListRequest | Requests metadata for all existing files. Return type is GeminiFileListResponse |
CUralstech.UGemini.Models.GeminiModelGetRequest | Gets information about a specific model. Return type is GeminiModel |
CUralstech.UGemini.Models.GeminiModelListRequest | Requests metadata for all existing models. Return type is GeminiModelListResponse |
▼CUralstech.UGemini.IGeminiMultiPartPostRequest | All Gemini API POST requests with multi-part data must inherit from this interface |
CUralstech.UGemini.FileAPI.GeminiFileUploadRequest | Uploads a file to the Gemini File API. Response type is GeminiFileUploadResponse |
▼CUralstech.UGemini.IGeminiPostRequest | All Gemini API POST requests must inherit from this interface |
CUralstech.UGemini.IGeminiStreamablePostRequest< TResponse > | All streamed Gemini API POST requests must inherit from this interface |
CUralstech.UGemini.TokenCounting.GeminiTokenCountRequest | Request to count tokens in given content |
▼CUralstech.UGemini.IGeminiStreamablePostRequest< GeminiChatResponse > | |
CUralstech.UGemini.Chat.GeminiChatRequest | Request to generate a response from the model |
▼CJsonConverter | |
CUralstech.UGemini.FileAPI.GeminiTimeSpanJsonConverter | Custom JSON converter to convert a time string of a format like "10.334s" to a TimeSpan |
▼CMonoBehaviour | |
CUralstech.UGemini.Utils.Singleton.Singleton< T > | Utility class to make inheriting types singletons |
▼CUralstech.UGemini.Utils.Singleton.Singleton< GeminiManager > | |
CUralstech.UGemini.GeminiManager | The class for accessing the Gemini API! |
CUralstech.UGemini.UnityExtensions | Extensions for Unity types |
CUralstech.UGemini.Utils.Web.WebRequestHelper | Extensions for the UnityWebRequest type |
- UGemini 1.2.3
+ UGemini 1.3.0
A C# wrapper for the Google Gemini API.
|
diff --git a/docs/interface_uralstech_1_1_u_gemini_1_1_i_gemini_multi_part_post_request.html b/docs/interface_uralstech_1_1_u_gemini_1_1_i_gemini_multi_part_post_request.html
index 13f4f1f4..fea69e94 100644
--- a/docs/interface_uralstech_1_1_u_gemini_1_1_i_gemini_multi_part_post_request.html
+++ b/docs/interface_uralstech_1_1_u_gemini_1_1_i_gemini_multi_part_post_request.html
@@ -27,7 +27,7 @@
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
- UGemini 1.2.3
+ UGemini 1.3.0
A C# wrapper for the Google Gemini API.
|
diff --git a/docs/interface_uralstech_1_1_u_gemini_1_1_i_gemini_post_request-members.html b/docs/interface_uralstech_1_1_u_gemini_1_1_i_gemini_post_request-members.html
index 366d07b7..1ca8e67a 100644
--- a/docs/interface_uralstech_1_1_u_gemini_1_1_i_gemini_post_request-members.html
+++ b/docs/interface_uralstech_1_1_u_gemini_1_1_i_gemini_post_request-members.html
@@ -27,7 +27,7 @@
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
- UGemini 1.2.3
+ UGemini 1.3.0
A C# wrapper for the Google Gemini API.
|
diff --git a/docs/interface_uralstech_1_1_u_gemini_1_1_i_gemini_post_request.html b/docs/interface_uralstech_1_1_u_gemini_1_1_i_gemini_post_request.html
index 1932260e..afd4855c 100644
--- a/docs/interface_uralstech_1_1_u_gemini_1_1_i_gemini_post_request.html
+++ b/docs/interface_uralstech_1_1_u_gemini_1_1_i_gemini_post_request.html
@@ -27,7 +27,7 @@
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
- UGemini 1.2.3
+ UGemini 1.3.0
A C# wrapper for the Google Gemini API.
|
diff --git a/docs/interface_uralstech_1_1_u_gemini_1_1_i_gemini_request-members.html b/docs/interface_uralstech_1_1_u_gemini_1_1_i_gemini_request-members.html
index 31770ed1..0780d1c5 100644
--- a/docs/interface_uralstech_1_1_u_gemini_1_1_i_gemini_request-members.html
+++ b/docs/interface_uralstech_1_1_u_gemini_1_1_i_gemini_request-members.html
@@ -27,7 +27,7 @@
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
- UGemini 1.2.3
+ UGemini 1.3.0
A C# wrapper for the Google Gemini API.
|
diff --git a/docs/interface_uralstech_1_1_u_gemini_1_1_i_gemini_request.html b/docs/interface_uralstech_1_1_u_gemini_1_1_i_gemini_request.html
index 784aae83..561be7b4 100644
--- a/docs/interface_uralstech_1_1_u_gemini_1_1_i_gemini_request.html
+++ b/docs/interface_uralstech_1_1_u_gemini_1_1_i_gemini_request.html
@@ -27,7 +27,7 @@
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
- UGemini 1.2.3
+ UGemini 1.3.0
A C# wrapper for the Google Gemini API.
|
@@ -113,15 +113,17 @@
- UGemini 1.2.3
+ UGemini 1.3.0
A C# wrapper for the Google Gemini API.
|
diff --git a/docs/interface_uralstech_1_1_u_gemini_1_1_i_gemini_streamable_post_request.html b/docs/interface_uralstech_1_1_u_gemini_1_1_i_gemini_streamable_post_request.html
index 6b0473e5..85f2d422 100644
--- a/docs/interface_uralstech_1_1_u_gemini_1_1_i_gemini_streamable_post_request.html
+++ b/docs/interface_uralstech_1_1_u_gemini_1_1_i_gemini_streamable_post_request.html
@@ -27,7 +27,7 @@
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
- UGemini 1.2.3
+ UGemini 1.3.0
A C# wrapper for the Google Gemini API.
|
diff --git a/docs/menudata.js b/docs/menudata.js
index bad5099b..2eae744b 100644
--- a/docs/menudata.js
+++ b/docs/menudata.js
@@ -24,6 +24,7 @@
*/
var menudata={children:[
{text:"Main Page",url:"index.html"},
+{text:"Related Pages",url:"pages.html"},
{text:"Packages",url:"namespaces.html",children:[
{text:"Package List",url:"namespaces.html"},
{text:"Package Members",url:"namespacemembers.html",children:[
@@ -36,32 +37,35 @@ var menudata={children:[
{text:"Class Members",url:"functions.html",children:[
{text:"All",url:"functions.html",children:[
{text:"a",url:"functions.html#index_a"},
-{text:"b",url:"functions.html#index_b"},
-{text:"c",url:"functions.html#index_c"},
-{text:"d",url:"functions.html#index_d"},
-{text:"e",url:"functions.html#index_e"},
-{text:"f",url:"functions.html#index_f"},
-{text:"g",url:"functions.html#index_g"},
-{text:"i",url:"functions.html#index_i"},
-{text:"l",url:"functions.html#index_l"},
-{text:"m",url:"functions.html#index_m"},
-{text:"n",url:"functions.html#index_n"},
-{text:"o",url:"functions.html#index_o"},
-{text:"p",url:"functions.html#index_p"},
-{text:"r",url:"functions.html#index_r"},
-{text:"s",url:"functions.html#index_s"},
-{text:"t",url:"functions.html#index_t"},
-{text:"u",url:"functions.html#index_u"},
-{text:"v",url:"functions.html#index_v"},
-{text:"w",url:"functions.html#index_w"}]},
+{text:"b",url:"functions_b.html#index_b"},
+{text:"c",url:"functions_c.html#index_c"},
+{text:"d",url:"functions_d.html#index_d"},
+{text:"e",url:"functions_e.html#index_e"},
+{text:"f",url:"functions_f.html#index_f"},
+{text:"g",url:"functions_g.html#index_g"},
+{text:"i",url:"functions_i.html#index_i"},
+{text:"l",url:"functions_l.html#index_l"},
+{text:"m",url:"functions_m.html#index_m"},
+{text:"n",url:"functions_n.html#index_n"},
+{text:"o",url:"functions_o.html#index_o"},
+{text:"p",url:"functions_p.html#index_p"},
+{text:"r",url:"functions_r.html#index_r"},
+{text:"s",url:"functions_s.html#index_s"},
+{text:"t",url:"functions_t.html#index_t"},
+{text:"u",url:"functions_u.html#index_u"},
+{text:"v",url:"functions_v.html#index_v"},
+{text:"w",url:"functions_w.html#index_w"}]},
{text:"Functions",url:"functions_func.html",children:[
{text:"a",url:"functions_func.html#index_a"},
{text:"c",url:"functions_func.html#index_c"},
{text:"g",url:"functions_func.html#index_g"},
{text:"i",url:"functions_func.html#index_i"},
+{text:"m",url:"functions_func.html#index_m"},
+{text:"o",url:"functions_func.html#index_o"},
{text:"p",url:"functions_func.html#index_p"},
{text:"r",url:"functions_func.html#index_r"},
{text:"s",url:"functions_func.html#index_s"},
+{text:"t",url:"functions_func.html#index_t"},
{text:"w",url:"functions_func.html#index_w"}]},
{text:"Variables",url:"functions_vars.html",children:[
{text:"a",url:"functions_vars.html#index_a"},
diff --git a/docs/namespace_uralstech.html b/docs/namespace_uralstech.html
index 75f42743..e87cd4d4 100644
--- a/docs/namespace_uralstech.html
+++ b/docs/namespace_uralstech.html
@@ -27,7 +27,7 @@
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
- UGemini 1.2.3
+ UGemini 1.3.0
A C# wrapper for the Google Gemini API.
|
diff --git a/docs/namespace_uralstech_1_1_u_gemini.html b/docs/namespace_uralstech_1_1_u_gemini.html
index 4b2c2cba..54cff763 100644
--- a/docs/namespace_uralstech_1_1_u_gemini.html
+++ b/docs/namespace_uralstech_1_1_u_gemini.html
@@ -27,7 +27,7 @@
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
- UGemini 1.2.3
+ UGemini 1.3.0
A C# wrapper for the Google Gemini API.
|
@@ -106,8 +106,8 @@
Classes | |
class | EnumExtensions |
Extensions for Enum type objects. | |
class | EnumExtensions |
Extensions for Enum type objects. More... | |
class | GeminiContent |
The base structured datatype containing multi-part content of a message. More... | |
interface | IGeminiStreamablePostRequest |
All streamed Gemini API POST requests must inherit from this interface. More... | |
class | UnityExtensions |
Extensions for Unity types. | |
class | UnityExtensions |
Extensions for Unity types. More... | |
diff --git a/docs/namespace_uralstech_1_1_u_gemini.js b/docs/namespace_uralstech_1_1_u_gemini.js
index 4af73965..b3aaf2c5 100644
--- a/docs/namespace_uralstech_1_1_u_gemini.js
+++ b/docs/namespace_uralstech_1_1_u_gemini.js
@@ -3,11 +3,13 @@ var namespace_uralstech_1_1_u_gemini =
[ "Chat", "namespace_uralstech_1_1_u_gemini_1_1_chat.html", "namespace_uralstech_1_1_u_gemini_1_1_chat" ],
[ "Exceptions", "namespace_uralstech_1_1_u_gemini_1_1_exceptions.html", "namespace_uralstech_1_1_u_gemini_1_1_exceptions" ],
[ "FileAPI", "namespace_uralstech_1_1_u_gemini_1_1_file_a_p_i.html", "namespace_uralstech_1_1_u_gemini_1_1_file_a_p_i" ],
+ [ "Models", "namespace_uralstech_1_1_u_gemini_1_1_models.html", "namespace_uralstech_1_1_u_gemini_1_1_models" ],
[ "Schema", "namespace_uralstech_1_1_u_gemini_1_1_schema.html", "namespace_uralstech_1_1_u_gemini_1_1_schema" ],
[ "Status", "namespace_uralstech_1_1_u_gemini_1_1_status.html", "namespace_uralstech_1_1_u_gemini_1_1_status" ],
[ "TokenCounting", "namespace_uralstech_1_1_u_gemini_1_1_token_counting.html", "namespace_uralstech_1_1_u_gemini_1_1_token_counting" ],
[ "Tools", "namespace_uralstech_1_1_u_gemini_1_1_tools.html", "namespace_uralstech_1_1_u_gemini_1_1_tools" ],
[ "Utils", "namespace_uralstech_1_1_u_gemini_1_1_utils.html", "namespace_uralstech_1_1_u_gemini_1_1_utils" ],
+ [ "EnumExtensions", "class_uralstech_1_1_u_gemini_1_1_enum_extensions.html", "class_uralstech_1_1_u_gemini_1_1_enum_extensions" ],
[ "GeminiContent", "class_uralstech_1_1_u_gemini_1_1_gemini_content.html", "class_uralstech_1_1_u_gemini_1_1_gemini_content" ],
[ "GeminiContentBlob", "class_uralstech_1_1_u_gemini_1_1_gemini_content_blob.html", "class_uralstech_1_1_u_gemini_1_1_gemini_content_blob" ],
[ "GeminiContentPart", "class_uralstech_1_1_u_gemini_1_1_gemini_content_part.html", "class_uralstech_1_1_u_gemini_1_1_gemini_content_part" ],
@@ -21,6 +23,7 @@ var namespace_uralstech_1_1_u_gemini =
[ "IGeminiPostRequest", "interface_uralstech_1_1_u_gemini_1_1_i_gemini_post_request.html", "interface_uralstech_1_1_u_gemini_1_1_i_gemini_post_request" ],
[ "IGeminiRequest", "interface_uralstech_1_1_u_gemini_1_1_i_gemini_request.html", "interface_uralstech_1_1_u_gemini_1_1_i_gemini_request" ],
[ "IGeminiStreamablePostRequest", "interface_uralstech_1_1_u_gemini_1_1_i_gemini_streamable_post_request.html", "interface_uralstech_1_1_u_gemini_1_1_i_gemini_streamable_post_request" ],
+ [ "UnityExtensions", "class_uralstech_1_1_u_gemini_1_1_unity_extensions.html", "class_uralstech_1_1_u_gemini_1_1_unity_extensions" ],
[ "GeminiContentType", "namespace_uralstech_1_1_u_gemini.html#a9a890005b5ee88d5fe8e33a592f1c73c", [
[ "ImagePNG", "namespace_uralstech_1_1_u_gemini.html#a9a890005b5ee88d5fe8e33a592f1c73cad7c57b5e17ed628c8de709ab1278065b", null ],
[ "ImageJPEG", "namespace_uralstech_1_1_u_gemini.html#a9a890005b5ee88d5fe8e33a592f1c73ca2671294ab6f72883a8cc5d767032878e", null ],
diff --git a/docs/namespace_uralstech_1_1_u_gemini_1_1_chat.html b/docs/namespace_uralstech_1_1_u_gemini_1_1_chat.html
index 5c94ea66..58dd1b8a 100644
--- a/docs/namespace_uralstech_1_1_u_gemini_1_1_chat.html
+++ b/docs/namespace_uralstech_1_1_u_gemini_1_1_chat.html
@@ -27,7 +27,7 @@
- |
diff --git a/docs/namespace_uralstech_1_1_u_gemini_1_1_exceptions.html b/docs/namespace_uralstech_1_1_u_gemini_1_1_exceptions.html
index 322bf080..a00f26f9 100644
--- a/docs/namespace_uralstech_1_1_u_gemini_1_1_exceptions.html
+++ b/docs/namespace_uralstech_1_1_u_gemini_1_1_exceptions.html
@@ -27,7 +27,7 @@
UGemini 1.2.3
+ UGemini 1.3.0
A C# wrapper for the Google Gemini API.
- |
diff --git a/docs/namespace_uralstech_1_1_u_gemini_1_1_file_a_p_i.html b/docs/namespace_uralstech_1_1_u_gemini_1_1_file_a_p_i.html
index 5ae4f8ac..4a4429e2 100644
--- a/docs/namespace_uralstech_1_1_u_gemini_1_1_file_a_p_i.html
+++ b/docs/namespace_uralstech_1_1_u_gemini_1_1_file_a_p_i.html
@@ -27,7 +27,7 @@
UGemini 1.2.3
+ UGemini 1.3.0
A C# wrapper for the Google Gemini API.
- |
diff --git a/docs/namespace_uralstech_1_1_u_gemini_1_1_models.html b/docs/namespace_uralstech_1_1_u_gemini_1_1_models.html
new file mode 100644
index 00000000..11074021
--- /dev/null
+++ b/docs/namespace_uralstech_1_1_u_gemini_1_1_models.html
@@ -0,0 +1,134 @@
+
+
+
+
+
+
+
+UGemini 1.2.3
+ UGemini 1.3.0
A C# wrapper for the Google Gemini API.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/namespace_uralstech_1_1_u_gemini_1_1_models.js b/docs/namespace_uralstech_1_1_u_gemini_1_1_models.js
new file mode 100644
index 00000000..818621f6
--- /dev/null
+++ b/docs/namespace_uralstech_1_1_u_gemini_1_1_models.js
@@ -0,0 +1,8 @@
+var namespace_uralstech_1_1_u_gemini_1_1_models =
+[
+ [ "GeminiModel", "class_uralstech_1_1_u_gemini_1_1_models_1_1_gemini_model.html", "class_uralstech_1_1_u_gemini_1_1_models_1_1_gemini_model" ],
+ [ "GeminiModelGetRequest", "class_uralstech_1_1_u_gemini_1_1_models_1_1_gemini_model_get_request.html", "class_uralstech_1_1_u_gemini_1_1_models_1_1_gemini_model_get_request" ],
+ [ "GeminiModelId", "class_uralstech_1_1_u_gemini_1_1_models_1_1_gemini_model_id.html", "class_uralstech_1_1_u_gemini_1_1_models_1_1_gemini_model_id" ],
+ [ "GeminiModelListRequest", "class_uralstech_1_1_u_gemini_1_1_models_1_1_gemini_model_list_request.html", "class_uralstech_1_1_u_gemini_1_1_models_1_1_gemini_model_list_request" ],
+ [ "GeminiModelListResponse", "class_uralstech_1_1_u_gemini_1_1_models_1_1_gemini_model_list_response.html", "class_uralstech_1_1_u_gemini_1_1_models_1_1_gemini_model_list_response" ]
+];
\ No newline at end of file
diff --git a/docs/namespace_uralstech_1_1_u_gemini_1_1_schema.html b/docs/namespace_uralstech_1_1_u_gemini_1_1_schema.html
index 101b2483..5edbf89e 100644
--- a/docs/namespace_uralstech_1_1_u_gemini_1_1_schema.html
+++ b/docs/namespace_uralstech_1_1_u_gemini_1_1_schema.html
@@ -27,7 +27,7 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+Loading...
+Searching...
+No Matches
+
+
+
+Uralstech.UGemini.Models Namespace Reference
+
+
- |
diff --git a/docs/namespace_uralstech_1_1_u_gemini_1_1_status.html b/docs/namespace_uralstech_1_1_u_gemini_1_1_status.html
index f79035e3..05dea952 100644
--- a/docs/namespace_uralstech_1_1_u_gemini_1_1_status.html
+++ b/docs/namespace_uralstech_1_1_u_gemini_1_1_status.html
@@ -27,7 +27,7 @@
UGemini 1.2.3
+ UGemini 1.3.0
A C# wrapper for the Google Gemini API.
- |
diff --git a/docs/namespace_uralstech_1_1_u_gemini_1_1_token_counting.html b/docs/namespace_uralstech_1_1_u_gemini_1_1_token_counting.html
index f8b24c50..c011ac02 100644
--- a/docs/namespace_uralstech_1_1_u_gemini_1_1_token_counting.html
+++ b/docs/namespace_uralstech_1_1_u_gemini_1_1_token_counting.html
@@ -27,7 +27,7 @@
UGemini 1.2.3
+ UGemini 1.3.0
A C# wrapper for the Google Gemini API.
- |
diff --git a/docs/namespace_uralstech_1_1_u_gemini_1_1_tools.html b/docs/namespace_uralstech_1_1_u_gemini_1_1_tools.html
index e58cf100..0f84ea7f 100644
--- a/docs/namespace_uralstech_1_1_u_gemini_1_1_tools.html
+++ b/docs/namespace_uralstech_1_1_u_gemini_1_1_tools.html
@@ -27,7 +27,7 @@
UGemini 1.2.3
+ UGemini 1.3.0
A C# wrapper for the Google Gemini API.
- |
diff --git a/docs/namespace_uralstech_1_1_u_gemini_1_1_tools_1_1_declaration.html b/docs/namespace_uralstech_1_1_u_gemini_1_1_tools_1_1_declaration.html
index e1d2e1cd..dd9f2503 100644
--- a/docs/namespace_uralstech_1_1_u_gemini_1_1_tools_1_1_declaration.html
+++ b/docs/namespace_uralstech_1_1_u_gemini_1_1_tools_1_1_declaration.html
@@ -27,7 +27,7 @@
UGemini 1.2.3
+ UGemini 1.3.0
A C# wrapper for the Google Gemini API.
- |
diff --git a/docs/namespace_uralstech_1_1_u_gemini_1_1_utils.html b/docs/namespace_uralstech_1_1_u_gemini_1_1_utils.html
index 0d303741..b15e96cd 100644
--- a/docs/namespace_uralstech_1_1_u_gemini_1_1_utils.html
+++ b/docs/namespace_uralstech_1_1_u_gemini_1_1_utils.html
@@ -27,7 +27,7 @@
UGemini 1.2.3
+ UGemini 1.3.0
A C# wrapper for the Google Gemini API.
- |
diff --git a/docs/namespace_uralstech_1_1_u_gemini_1_1_utils.js b/docs/namespace_uralstech_1_1_u_gemini_1_1_utils.js
index 371bc2ca..9786b853 100644
--- a/docs/namespace_uralstech_1_1_u_gemini_1_1_utils.js
+++ b/docs/namespace_uralstech_1_1_u_gemini_1_1_utils.js
@@ -1,5 +1,5 @@
var namespace_uralstech_1_1_u_gemini_1_1_utils =
[
[ "Singleton", "namespace_uralstech_1_1_u_gemini_1_1_utils_1_1_singleton.html", "namespace_uralstech_1_1_u_gemini_1_1_utils_1_1_singleton" ],
- [ "Web", "namespace_uralstech_1_1_u_gemini_1_1_utils_1_1_web.html", null ]
+ [ "Web", "namespace_uralstech_1_1_u_gemini_1_1_utils_1_1_web.html", "namespace_uralstech_1_1_u_gemini_1_1_utils_1_1_web" ]
];
\ No newline at end of file
diff --git a/docs/namespace_uralstech_1_1_u_gemini_1_1_utils_1_1_singleton.html b/docs/namespace_uralstech_1_1_u_gemini_1_1_utils_1_1_singleton.html
index 81b778f2..957365bc 100644
--- a/docs/namespace_uralstech_1_1_u_gemini_1_1_utils_1_1_singleton.html
+++ b/docs/namespace_uralstech_1_1_u_gemini_1_1_utils_1_1_singleton.html
@@ -27,7 +27,7 @@
UGemini 1.2.3
+ UGemini 1.3.0
A C# wrapper for the Google Gemini API.
- |
diff --git a/docs/namespace_uralstech_1_1_u_gemini_1_1_utils_1_1_singleton.js b/docs/namespace_uralstech_1_1_u_gemini_1_1_utils_1_1_singleton.js
index ec09cba2..86b7f78a 100644
--- a/docs/namespace_uralstech_1_1_u_gemini_1_1_utils_1_1_singleton.js
+++ b/docs/namespace_uralstech_1_1_u_gemini_1_1_utils_1_1_singleton.js
@@ -1,4 +1,4 @@
var namespace_uralstech_1_1_u_gemini_1_1_utils_1_1_singleton =
[
- [ "Singleton", "class_uralstech_1_1_u_gemini_1_1_utils_1_1_singleton_1_1_singleton.html", null ]
+ [ "Singleton", "class_uralstech_1_1_u_gemini_1_1_utils_1_1_singleton_1_1_singleton.html", "class_uralstech_1_1_u_gemini_1_1_utils_1_1_singleton_1_1_singleton" ]
];
\ No newline at end of file
diff --git a/docs/namespace_uralstech_1_1_u_gemini_1_1_utils_1_1_web.html b/docs/namespace_uralstech_1_1_u_gemini_1_1_utils_1_1_web.html
index bf3377a1..5412abec 100644
--- a/docs/namespace_uralstech_1_1_u_gemini_1_1_utils_1_1_web.html
+++ b/docs/namespace_uralstech_1_1_u_gemini_1_1_utils_1_1_web.html
@@ -27,7 +27,7 @@
UGemini 1.2.3
+ UGemini 1.3.0
A C# wrapper for the Google Gemini API.
- |
@@ -105,7 +105,8 @@
UGemini 1.2.3
+ UGemini 1.3.0
A C# wrapper for the Google Gemini API.
- |
diff --git a/docs/namespacemembers_enum.html b/docs/namespacemembers_enum.html
index c488e885..028d3476 100644
--- a/docs/namespacemembers_enum.html
+++ b/docs/namespacemembers_enum.html
@@ -27,7 +27,7 @@
UGemini 1.2.3
+ UGemini 1.3.0
A C# wrapper for the Google Gemini API.
- |
diff --git a/docs/namespaces.html b/docs/namespaces.html
index 78480750..918185e2 100644
--- a/docs/namespaces.html
+++ b/docs/namespaces.html
@@ -27,7 +27,7 @@
UGemini 1.2.3
+ UGemini 1.3.0
A C# wrapper for the Google Gemini API.
- |
@@ -132,42 +132,51 @@
UGemini 1.2.3
+ UGemini 1.3.0
A C# wrapper for the Google Gemini API.
CGeminiFileUploadResponse | Response for a file upload request | CGeminiFileVideoMetaData | Metadata for a video GeminiFile | CGeminiFunctionDeclaration | Structured representation of a function declaration as defined by the OpenAPI 3.03 specification. | + CUnityExtensions | Extensions for Unity types | |
+ UGemini 1.3.0
+
+ A C# wrapper for the Google Gemini API.
+ |
+
Deprecated List |