diff --git a/Doxyfile b/Doxyfile index 1c8e11a8..9921c4e7 100644 --- a/Doxyfile +++ b/Doxyfile @@ -48,7 +48,7 @@ PROJECT_NAME = UGemini # could be handy for archiving the generated documentation or if some version # control system is used. -PROJECT_NUMBER = 2.0.0-preview.5 +PROJECT_NUMBER = 2.0.0-preview.6 # Using the PROJECT_BRIEF tag one can provide an optional one line description # for a project that appears at the top of each page and should give viewer a diff --git a/UGemini/Packages/com.uralstech.ugemini/Documentation~/refman.pdf b/UGemini/Packages/com.uralstech.ugemini/Documentation~/refman.pdf index 9187b7fd..a9769163 100644 Binary files a/UGemini/Packages/com.uralstech.ugemini/Documentation~/refman.pdf and b/UGemini/Packages/com.uralstech.ugemini/Documentation~/refman.pdf differ diff --git a/UGemini/Packages/com.uralstech.ugemini/package.json b/UGemini/Packages/com.uralstech.ugemini/package.json index 90314093..f633661f 100644 --- a/UGemini/Packages/com.uralstech.ugemini/package.json +++ b/UGemini/Packages/com.uralstech.ugemini/package.json @@ -1,7 +1,7 @@ { "name": "com.uralstech.ugemini", "displayName": "UGemini", - "description": "UGemini: A Unity C# wrapper for the Google Gemini API.", + "description": "UGemini: A Unity C# wrapper for the Google Gemini API.\n\nUGemini v2.0.0 contains many breaking changes. Please check the online documentation or the reference manual included with the package (located in the [package-location]/Documentation~/ folder) for the change list.", "keywords": [ "API", "Google", diff --git a/docs/annotated.html b/docs/annotated.html index 5bfec564..c89611cd 100644 --- a/docs/annotated.html +++ b/docs/annotated.html @@ -27,7 +27,7 @@ -
UGemini 2.0.0-preview.5 +
UGemini 2.0.0-preview.6
A C# wrapper for the Google Gemini API.
@@ -125,96 +125,97 @@  CGeminiCachedContentGetRequestRequests metadata cached content. Return type is GeminiCachedContent  CGeminiCachedContentListRequestRequests metadata for all existing cached content. Return type is GeminiCachedContentListResponse  CGeminiCachedContentListResponseThe response for a GeminiCachedContentListRequest call - CGeminiCachedContentPatchRequestPatches a GeminiCachedContent resource - CGeminiCachedContentUsageMetadataMetadata on the usage of the cached content - NContent - NAttribution - CGeminiAttributionSourceIdIdentifier for the source contributing to this attribution - CGeminiGroundingAttributionAttribution for a source that contributed to an answer - CGeminiGroundingPassageIdIdentifier for a part within a GroundingPassage - CGeminiSemanticRetrieverChunkIdentifier for a Chunk retrieved via Semantic Retriever specified in the GenerateAnswerRequest using SemanticRetrieverConfig - NCitation - CGeminiCitationMetadataA collection of source attributions for a piece of content - CGeminiCitationSourceA citation to a source for a portion of a specific response - CGeminiContentThe base structured datatype containing multi-part content of a message - CGeminiContentBlobRaw media bytes - CGeminiContentPartA datatype containing media that is part of a multi-part Content message. Must only contain one field at a time - CGeminiFileDataURI based data - CUnityExtensionsExtensions for Unity types - NCountTokens - CGeminiTokenCountRequestRequest to count tokens in given content - CGeminiTokenCountResponseA response from CountTokens - NEmbedding - CGeminiBatchEmbedContentRequestGenerates multiple embeddings from the model given input text in a synchronous call - CGeminiBatchEmbedContentResponseThe response to a GeminiBatchEmbedContentRequest - CGeminiContentEmbeddingA list of floats representing an embedding - CGeminiEmbedContentRequestGenerates an embedding from the model - CGeminiEmbedContentResponseThe response to a GeminiEmbedContentRequest - NGeneration - NCandidate - CGeminiCandidateA response candidate generated from the model - CGeminiPromptFeedbackA set of the feedback metadata for the prompt specified in a generation request - CGeminiUsageMetadataMetadata on the generation request's token usage - NChat - CGeminiChatRequestRequest to generate a response from the model - CGeminiChatResponseResponse from the model supporting multiple candidates - NQuestionAnswering - NGrounding - CGeminiGroundingPassagePassage included inline with a grounding configuration - CGeminiGroundingPassagesA repeated list of passages - NSemanticRetriever - CGeminiMetadataConditionFilter condition applicable to a single key - CGeminiMetadataFilterUser provided filter to limit retrieval based on Chunk or Document level metadata values - CGeminiSemanticRetrieverConfigConfiguration for retrieving grounding content from a Corpus or Document created using the Semantic Retriever API - CGeminiAnswerRequestGenerates a grounded answer from the model - CGeminiAnswerResponseResponse from the model for a grounded answer - NSafety - CGeminiSafetyRatingSafety rating for a piece of content - CGeminiSafetySettingsSafety setting, affecting the safety-blocking behavior - NSchema - CGeminiSchemaThe 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 - NTools - NCodeExecution - CGeminiCodeExecutionResultResult of executing the GeminiExecutableCode - CGeminiExecutableCodeCode generated by the model that is meant to be executed, and the result returned to the model - NDeclaration - CGeminiCodeExecutionTool that executes code generated by the model, and automatically returns the result to the model - CGeminiFunctionCallingConfigurationConfiguration for specifying function calling behavior - CGeminiFunctionDeclarationStructured representation of a function declaration as defined by the OpenAPI 3.03 specification.
+ CGeminiCachedContentPatchDataData to patch an existing cached content resource with new data + CGeminiCachedContentPatchRequestPatches a GeminiCachedContent resource. Response type is GeminiCachedContent + CGeminiCachedContentUsageMetadataMetadata on the usage of the cached content + NContent + NAttribution + CGeminiAttributionSourceIdIdentifier for the source contributing to this attribution + CGeminiGroundingAttributionAttribution for a source that contributed to an answer + CGeminiGroundingPassageIdIdentifier for a part within a GroundingPassage + CGeminiSemanticRetrieverChunkIdentifier for a Chunk retrieved via Semantic Retriever specified in the GenerateAnswerRequest using SemanticRetrieverConfig + NCitation + CGeminiCitationMetadataA collection of source attributions for a piece of content + CGeminiCitationSourceA citation to a source for a portion of a specific response + CGeminiContentThe base structured datatype containing multi-part content of a message + CGeminiContentBlobRaw media bytes + CGeminiContentPartA datatype containing media that is part of a multi-part Content message. Must only contain one field at a time + CGeminiFileDataURI based data + CUnityExtensionsExtensions for Unity types + NCountTokens + CGeminiTokenCountRequestRequest to count tokens in given content + CGeminiTokenCountResponseA response from CountTokens + NEmbedding + CGeminiBatchEmbedContentRequestGenerates multiple embeddings from the model given input text in a synchronous call + CGeminiBatchEmbedContentResponseThe response to a GeminiBatchEmbedContentRequest + CGeminiContentEmbeddingA list of floats representing an embedding + CGeminiEmbedContentRequestGenerates an embedding from the model + CGeminiEmbedContentResponseThe response to a GeminiEmbedContentRequest + NGeneration + NCandidate + CGeminiCandidateA response candidate generated from the model + CGeminiPromptFeedbackA set of the feedback metadata for the prompt specified in a generation request + CGeminiUsageMetadataMetadata on the generation request's token usage + NChat + CGeminiChatRequestRequest to generate a response from the model + CGeminiChatResponseResponse from the model supporting multiple candidates + NQuestionAnswering + NGrounding + CGeminiGroundingPassagePassage included inline with a grounding configuration + CGeminiGroundingPassagesA repeated list of passages + NSemanticRetriever + CGeminiMetadataConditionFilter condition applicable to a single key + CGeminiMetadataFilterUser provided filter to limit retrieval based on Chunk or Document level metadata values + CGeminiSemanticRetrieverConfigConfiguration for retrieving grounding content from a Corpus or Document created using the Semantic Retriever API + CGeminiAnswerRequestGenerates a grounded answer from the model + CGeminiAnswerResponseResponse from the model for a grounded answer + NSafety + CGeminiSafetyRatingSafety rating for a piece of content + CGeminiSafetySettingsSafety setting, affecting the safety-blocking behavior + NSchema + CGeminiSchemaThe 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 + NTools + NCodeExecution + CGeminiCodeExecutionResultResult of executing the GeminiExecutableCode + CGeminiExecutableCodeCode generated by the model that is meant to be executed, and the result returned to the model + NDeclaration + CGeminiCodeExecutionTool that executes code generated by the model, and automatically returns the result to the model + CGeminiFunctionCallingConfigurationConfiguration for specifying function calling behavior + CGeminiFunctionDeclarationStructured 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 - CGeminiToolTool details that the model may use to generate response - CGeminiToolConfigurationThe Tool configuration containing parameters for specifying Tool use in the request - CGeminiFunctionCallA predicted FunctionCall returned from the model that contains a string representing the FunctionDeclaration.name with the arguments and their values - CGeminiFunctionResponseThe 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 - CGeminiFunctionResponseContentThe response of a Gemini function call. Based on the Protocol Buffer Struct type - CGeminiGenerationConfigurationConfiguration options for model generation and outputs. Not all parameters may be configurable for every model - CGeminiModelInformation about a Generative Language Model - CGeminiModelGetRequestGets information about a specific model. Return type is GeminiModel - CGeminiModelIdInformation about the unique ID of a Generative Language Model - CGeminiModelIdStringConverterCustom JSON converter to handle conversion of GeminiModelId to a single string value and vice-versa - CGeminiModelListRequestRequests metadata for all existing models. Return type is GeminiModelListResponse - CGeminiModelListResponseThe response for a GeminiModelListRequest call - NStatus - CGeminiStatusThe 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 - CGeminiStatusDetailsAn object containing fields of an arbitrary type - NUtils - NSingleton - CSingletonUtility class to make inheriting types singletons - NWeb - CWebRequestHelperExtensions for the UnityWebRequest type - CGeminiContentTypeExtensionsExtensions for Enum type objects - CGeminiManagerThe class for accessing the Gemini API! - CGeminiRequestMetadataMetadata about a computation request - CGeminiSecondsToTimeSpanJsonConverterCustom JSON converter to convert a time string of a format like "10.334s" to a TimeSpan - CIAppendableDataAn interface for data that is to be appended to at runtime - CIGeminiDeleteRequestAll Gemini API DELETE requests must inherit from this interface - CIGeminiGetRequestAll Gemini API GET requests must inherit from this interface - CIGeminiMultiPartPostRequestAll Gemini API POST requests with multi-part data must inherit from this interface - CIGeminiPatchRequestAll Gemini API PATCH requests must inherit from this interface - CIGeminiPostRequestAll Gemini API POST requests must inherit from this interface - CIGeminiRequestAll Gemini API requests must inherit from this interface - CIGeminiStreamablePostRequestAll streamed Gemini API POST requests must inherit from this interface + CGeminiToolTool details that the model may use to generate response + CGeminiToolConfigurationThe Tool configuration containing parameters for specifying Tool use in the request + CGeminiFunctionCallA predicted FunctionCall returned from the model that contains a string representing the FunctionDeclaration.name with the arguments and their values + CGeminiFunctionResponseThe 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 + CGeminiFunctionResponseContentThe response of a Gemini function call. Based on the Protocol Buffer Struct type + CGeminiGenerationConfigurationConfiguration options for model generation and outputs. Not all parameters may be configurable for every model + CGeminiModelInformation about a Generative Language Model + CGeminiModelGetRequestGets information about a specific model. Return type is GeminiModel + CGeminiModelIdInformation about the unique ID of a Generative Language Model + CGeminiModelIdStringConverterCustom JSON converter to handle conversion of GeminiModelId to a single string value and vice-versa + CGeminiModelListRequestRequests metadata for all existing models. Return type is GeminiModelListResponse + CGeminiModelListResponseThe response for a GeminiModelListRequest call + NStatus + CGeminiStatusThe 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 + CGeminiStatusDetailsAn object containing fields of an arbitrary type + NUtils + NSingleton + CSingletonUtility class to make inheriting types singletons + NWeb + CWebRequestHelperExtensions for the UnityWebRequest type + CGeminiContentTypeExtensionsExtensions for Enum type objects + CGeminiManagerThe class for accessing the Gemini API! + CGeminiRequestMetadataMetadata about a computation request + CGeminiSecondsToTimeSpanJsonConverterCustom JSON converter to convert a time string of a format like "10.334s" to a TimeSpan + CIAppendableDataAn interface for data that is to be appended to at runtime + CIGeminiDeleteRequestAll Gemini API DELETE requests must inherit from this interface + CIGeminiGetRequestAll Gemini API GET requests must inherit from this interface + CIGeminiMultiPartPostRequestAll Gemini API POST requests with multi-part data must inherit from this interface + CIGeminiPatchRequestAll Gemini API PATCH requests must inherit from this interface + CIGeminiPostRequestAll Gemini API POST requests must inherit from this interface + CIGeminiRequestAll Gemini API requests must inherit from this interface + CIGeminiStreamablePostRequestAll streamed Gemini API POST requests must inherit from this interface
diff --git a/docs/annotated_dup.js b/docs/annotated_dup.js index dc993dc3..c615ec3d 100644 --- a/docs/annotated_dup.js +++ b/docs/annotated_dup.js @@ -25,6 +25,7 @@ var annotated_dup = [ "GeminiCachedContentGetRequest", "class_uralstech_1_1_u_gemini_1_1_models_1_1_caching_1_1_gemini_cached_content_get_request.html", "class_uralstech_1_1_u_gemini_1_1_models_1_1_caching_1_1_gemini_cached_content_get_request" ], [ "GeminiCachedContentListRequest", "class_uralstech_1_1_u_gemini_1_1_models_1_1_caching_1_1_gemini_cached_content_list_request.html", "class_uralstech_1_1_u_gemini_1_1_models_1_1_caching_1_1_gemini_cached_content_list_request" ], [ "GeminiCachedContentListResponse", "class_uralstech_1_1_u_gemini_1_1_models_1_1_caching_1_1_gemini_cached_content_list_response.html", "class_uralstech_1_1_u_gemini_1_1_models_1_1_caching_1_1_gemini_cached_content_list_response" ], + [ "GeminiCachedContentPatchData", "class_uralstech_1_1_u_gemini_1_1_models_1_1_caching_1_1_gemini_cached_content_patch_data.html", "class_uralstech_1_1_u_gemini_1_1_models_1_1_caching_1_1_gemini_cached_content_patch_data" ], [ "GeminiCachedContentPatchRequest", "class_uralstech_1_1_u_gemini_1_1_models_1_1_caching_1_1_gemini_cached_content_patch_request.html", "class_uralstech_1_1_u_gemini_1_1_models_1_1_caching_1_1_gemini_cached_content_patch_request" ], [ "GeminiCachedContentUsageMetadata", "class_uralstech_1_1_u_gemini_1_1_models_1_1_caching_1_1_gemini_cached_content_usage_metadata.html", "class_uralstech_1_1_u_gemini_1_1_models_1_1_caching_1_1_gemini_cached_content_usage_metadata" ] ] ], diff --git a/docs/class_uralstech_1_1_u_gemini_1_1_exceptions_1_1_gemini_request_exception-members.html b/docs/class_uralstech_1_1_u_gemini_1_1_exceptions_1_1_gemini_request_exception-members.html index d243a48f..4bd94e91 100644 --- a/docs/class_uralstech_1_1_u_gemini_1_1_exceptions_1_1_gemini_request_exception-members.html +++ b/docs/class_uralstech_1_1_u_gemini_1_1_exceptions_1_1_gemini_request_exception-members.html @@ -27,7 +27,7 @@ -
UGemini 2.0.0-preview.5 +
UGemini 2.0.0-preview.6
A C# wrapper for the Google Gemini API.
diff --git a/docs/class_uralstech_1_1_u_gemini_1_1_exceptions_1_1_gemini_request_exception.html b/docs/class_uralstech_1_1_u_gemini_1_1_exceptions_1_1_gemini_request_exception.html index 2cbe1e06..7ea69471 100644 --- a/docs/class_uralstech_1_1_u_gemini_1_1_exceptions_1_1_gemini_request_exception.html +++ b/docs/class_uralstech_1_1_u_gemini_1_1_exceptions_1_1_gemini_request_exception.html @@ -27,7 +27,7 @@ -
UGemini 2.0.0-preview.5 +
UGemini 2.0.0-preview.6
A C# wrapper for the Google Gemini API.
diff --git a/docs/class_uralstech_1_1_u_gemini_1_1_file_a_p_i_1_1_gemini_file-members.html b/docs/class_uralstech_1_1_u_gemini_1_1_file_a_p_i_1_1_gemini_file-members.html index 32b0f24c..9b2d16c2 100644 --- a/docs/class_uralstech_1_1_u_gemini_1_1_file_a_p_i_1_1_gemini_file-members.html +++ b/docs/class_uralstech_1_1_u_gemini_1_1_file_a_p_i_1_1_gemini_file-members.html @@ -27,7 +27,7 @@ -
UGemini 2.0.0-preview.5 +
UGemini 2.0.0-preview.6
A C# wrapper for the Google Gemini API.
diff --git a/docs/class_uralstech_1_1_u_gemini_1_1_file_a_p_i_1_1_gemini_file.html b/docs/class_uralstech_1_1_u_gemini_1_1_file_a_p_i_1_1_gemini_file.html index bde04c8a..707976d5 100644 --- a/docs/class_uralstech_1_1_u_gemini_1_1_file_a_p_i_1_1_gemini_file.html +++ b/docs/class_uralstech_1_1_u_gemini_1_1_file_a_p_i_1_1_gemini_file.html @@ -27,7 +27,7 @@ -
UGemini 2.0.0-preview.5 +
UGemini 2.0.0-preview.6
A C# wrapper for the Google Gemini API.
diff --git a/docs/class_uralstech_1_1_u_gemini_1_1_file_a_p_i_1_1_gemini_file_delete_request-members.html b/docs/class_uralstech_1_1_u_gemini_1_1_file_a_p_i_1_1_gemini_file_delete_request-members.html index 9a1208fa..a8383262 100644 --- a/docs/class_uralstech_1_1_u_gemini_1_1_file_a_p_i_1_1_gemini_file_delete_request-members.html +++ b/docs/class_uralstech_1_1_u_gemini_1_1_file_a_p_i_1_1_gemini_file_delete_request-members.html @@ -27,7 +27,7 @@ -
UGemini 2.0.0-preview.5 +
UGemini 2.0.0-preview.6
A C# wrapper for the Google Gemini API.
diff --git a/docs/class_uralstech_1_1_u_gemini_1_1_file_a_p_i_1_1_gemini_file_delete_request.html b/docs/class_uralstech_1_1_u_gemini_1_1_file_a_p_i_1_1_gemini_file_delete_request.html index d7a090bf..50021620 100644 --- a/docs/class_uralstech_1_1_u_gemini_1_1_file_a_p_i_1_1_gemini_file_delete_request.html +++ b/docs/class_uralstech_1_1_u_gemini_1_1_file_a_p_i_1_1_gemini_file_delete_request.html @@ -27,7 +27,7 @@ -
UGemini 2.0.0-preview.5 +
UGemini 2.0.0-preview.6
A C# wrapper for the Google Gemini API.
diff --git a/docs/class_uralstech_1_1_u_gemini_1_1_file_a_p_i_1_1_gemini_file_get_request-members.html b/docs/class_uralstech_1_1_u_gemini_1_1_file_a_p_i_1_1_gemini_file_get_request-members.html index e4340d7a..886a1171 100644 --- a/docs/class_uralstech_1_1_u_gemini_1_1_file_a_p_i_1_1_gemini_file_get_request-members.html +++ b/docs/class_uralstech_1_1_u_gemini_1_1_file_a_p_i_1_1_gemini_file_get_request-members.html @@ -27,7 +27,7 @@ -
UGemini 2.0.0-preview.5 +
UGemini 2.0.0-preview.6
A C# wrapper for the Google Gemini API.
diff --git a/docs/class_uralstech_1_1_u_gemini_1_1_file_a_p_i_1_1_gemini_file_get_request.html b/docs/class_uralstech_1_1_u_gemini_1_1_file_a_p_i_1_1_gemini_file_get_request.html index 0dc9f39d..6bbb5064 100644 --- a/docs/class_uralstech_1_1_u_gemini_1_1_file_a_p_i_1_1_gemini_file_get_request.html +++ b/docs/class_uralstech_1_1_u_gemini_1_1_file_a_p_i_1_1_gemini_file_get_request.html @@ -27,7 +27,7 @@ -
UGemini 2.0.0-preview.5 +
UGemini 2.0.0-preview.6
A C# wrapper for the Google Gemini API.
diff --git a/docs/class_uralstech_1_1_u_gemini_1_1_file_a_p_i_1_1_gemini_file_list_request-members.html b/docs/class_uralstech_1_1_u_gemini_1_1_file_a_p_i_1_1_gemini_file_list_request-members.html index 5d034d40..1177d8b4 100644 --- a/docs/class_uralstech_1_1_u_gemini_1_1_file_a_p_i_1_1_gemini_file_list_request-members.html +++ b/docs/class_uralstech_1_1_u_gemini_1_1_file_a_p_i_1_1_gemini_file_list_request-members.html @@ -27,7 +27,7 @@ -
UGemini 2.0.0-preview.5 +
UGemini 2.0.0-preview.6
A C# wrapper for the Google Gemini API.
diff --git a/docs/class_uralstech_1_1_u_gemini_1_1_file_a_p_i_1_1_gemini_file_list_request.html b/docs/class_uralstech_1_1_u_gemini_1_1_file_a_p_i_1_1_gemini_file_list_request.html index b2a58b42..7e64bae1 100644 --- a/docs/class_uralstech_1_1_u_gemini_1_1_file_a_p_i_1_1_gemini_file_list_request.html +++ b/docs/class_uralstech_1_1_u_gemini_1_1_file_a_p_i_1_1_gemini_file_list_request.html @@ -27,7 +27,7 @@ -
UGemini 2.0.0-preview.5 +
UGemini 2.0.0-preview.6
A C# wrapper for the Google Gemini API.
diff --git a/docs/class_uralstech_1_1_u_gemini_1_1_file_a_p_i_1_1_gemini_file_list_response-members.html b/docs/class_uralstech_1_1_u_gemini_1_1_file_a_p_i_1_1_gemini_file_list_response-members.html index db4503a2..8347f589 100644 --- a/docs/class_uralstech_1_1_u_gemini_1_1_file_a_p_i_1_1_gemini_file_list_response-members.html +++ b/docs/class_uralstech_1_1_u_gemini_1_1_file_a_p_i_1_1_gemini_file_list_response-members.html @@ -27,7 +27,7 @@ -
UGemini 2.0.0-preview.5 +
UGemini 2.0.0-preview.6
A C# wrapper for the Google Gemini API.
diff --git a/docs/class_uralstech_1_1_u_gemini_1_1_file_a_p_i_1_1_gemini_file_list_response.html b/docs/class_uralstech_1_1_u_gemini_1_1_file_a_p_i_1_1_gemini_file_list_response.html index 9b30ebb3..fbd15aac 100644 --- a/docs/class_uralstech_1_1_u_gemini_1_1_file_a_p_i_1_1_gemini_file_list_response.html +++ b/docs/class_uralstech_1_1_u_gemini_1_1_file_a_p_i_1_1_gemini_file_list_response.html @@ -27,7 +27,7 @@ -
UGemini 2.0.0-preview.5 +
UGemini 2.0.0-preview.6
A C# wrapper for the Google Gemini API.
diff --git a/docs/class_uralstech_1_1_u_gemini_1_1_file_a_p_i_1_1_gemini_file_upload_meta_data-members.html b/docs/class_uralstech_1_1_u_gemini_1_1_file_a_p_i_1_1_gemini_file_upload_meta_data-members.html index 31c714dc..3f069396 100644 --- a/docs/class_uralstech_1_1_u_gemini_1_1_file_a_p_i_1_1_gemini_file_upload_meta_data-members.html +++ b/docs/class_uralstech_1_1_u_gemini_1_1_file_a_p_i_1_1_gemini_file_upload_meta_data-members.html @@ -27,7 +27,7 @@ -
UGemini 2.0.0-preview.5 +
UGemini 2.0.0-preview.6
A C# wrapper for the Google Gemini API.
diff --git a/docs/class_uralstech_1_1_u_gemini_1_1_file_a_p_i_1_1_gemini_file_upload_meta_data.html b/docs/class_uralstech_1_1_u_gemini_1_1_file_a_p_i_1_1_gemini_file_upload_meta_data.html index a4c38ce2..1bffc667 100644 --- a/docs/class_uralstech_1_1_u_gemini_1_1_file_a_p_i_1_1_gemini_file_upload_meta_data.html +++ b/docs/class_uralstech_1_1_u_gemini_1_1_file_a_p_i_1_1_gemini_file_upload_meta_data.html @@ -27,7 +27,7 @@ -
UGemini 2.0.0-preview.5 +
UGemini 2.0.0-preview.6
A C# wrapper for the Google Gemini API.
@@ -110,7 +110,7 @@

Public Attributes

string Name = null - The GeminiFileUploadRequest resource name. This does not work right now.
+ The GeminiFileUploadRequest resource name, in format "files/{fileId}".
  string DisplayName = null @@ -132,7 +132,7 @@

-

The GeminiFileUploadRequest resource name. This does not work right now.

+

The GeminiFileUploadRequest resource name, in format "files/{fileId}".

The ID (name excluding the "files/" prefix) can contain up to 40 characters that are lowercase alphanumeric or dashes (-).
The ID cannot start or end with a dash. If the name is empty on create, a unique name will be generated. Example: files/123-456

diff --git a/docs/class_uralstech_1_1_u_gemini_1_1_file_a_p_i_1_1_gemini_file_upload_request-members.html b/docs/class_uralstech_1_1_u_gemini_1_1_file_a_p_i_1_1_gemini_file_upload_request-members.html index 74e525bd..6ec8f858 100644 --- a/docs/class_uralstech_1_1_u_gemini_1_1_file_a_p_i_1_1_gemini_file_upload_request-members.html +++ b/docs/class_uralstech_1_1_u_gemini_1_1_file_a_p_i_1_1_gemini_file_upload_request-members.html @@ -27,7 +27,7 @@ -
UGemini 2.0.0-preview.5 +
UGemini 2.0.0-preview.6
A C# wrapper for the Google Gemini API.
diff --git a/docs/class_uralstech_1_1_u_gemini_1_1_file_a_p_i_1_1_gemini_file_upload_request.html b/docs/class_uralstech_1_1_u_gemini_1_1_file_a_p_i_1_1_gemini_file_upload_request.html index 72c33d83..2211707a 100644 --- a/docs/class_uralstech_1_1_u_gemini_1_1_file_a_p_i_1_1_gemini_file_upload_request.html +++ b/docs/class_uralstech_1_1_u_gemini_1_1_file_a_p_i_1_1_gemini_file_upload_request.html @@ -27,7 +27,7 @@ -
UGemini 2.0.0-preview.5 +
UGemini 2.0.0-preview.6
A C# wrapper for the Google Gemini API.
diff --git a/docs/class_uralstech_1_1_u_gemini_1_1_file_a_p_i_1_1_gemini_file_upload_response-members.html b/docs/class_uralstech_1_1_u_gemini_1_1_file_a_p_i_1_1_gemini_file_upload_response-members.html index 2a01785d..11706864 100644 --- a/docs/class_uralstech_1_1_u_gemini_1_1_file_a_p_i_1_1_gemini_file_upload_response-members.html +++ b/docs/class_uralstech_1_1_u_gemini_1_1_file_a_p_i_1_1_gemini_file_upload_response-members.html @@ -27,7 +27,7 @@ -
UGemini 2.0.0-preview.5 +
UGemini 2.0.0-preview.6
A C# wrapper for the Google Gemini API.
diff --git a/docs/class_uralstech_1_1_u_gemini_1_1_file_a_p_i_1_1_gemini_file_upload_response.html b/docs/class_uralstech_1_1_u_gemini_1_1_file_a_p_i_1_1_gemini_file_upload_response.html index 8ee899d4..bd13cef7 100644 --- a/docs/class_uralstech_1_1_u_gemini_1_1_file_a_p_i_1_1_gemini_file_upload_response.html +++ b/docs/class_uralstech_1_1_u_gemini_1_1_file_a_p_i_1_1_gemini_file_upload_response.html @@ -27,7 +27,7 @@ -
UGemini 2.0.0-preview.5 +
UGemini 2.0.0-preview.6
A C# wrapper for the Google Gemini API.
diff --git a/docs/class_uralstech_1_1_u_gemini_1_1_file_a_p_i_1_1_gemini_file_video_meta_data-members.html b/docs/class_uralstech_1_1_u_gemini_1_1_file_a_p_i_1_1_gemini_file_video_meta_data-members.html index e42d4ad9..0716d5c0 100644 --- a/docs/class_uralstech_1_1_u_gemini_1_1_file_a_p_i_1_1_gemini_file_video_meta_data-members.html +++ b/docs/class_uralstech_1_1_u_gemini_1_1_file_a_p_i_1_1_gemini_file_video_meta_data-members.html @@ -27,7 +27,7 @@ -
UGemini 2.0.0-preview.5 +
UGemini 2.0.0-preview.6
A C# wrapper for the Google Gemini API.
diff --git a/docs/class_uralstech_1_1_u_gemini_1_1_file_a_p_i_1_1_gemini_file_video_meta_data.html b/docs/class_uralstech_1_1_u_gemini_1_1_file_a_p_i_1_1_gemini_file_video_meta_data.html index a02d7282..3845b5f4 100644 --- a/docs/class_uralstech_1_1_u_gemini_1_1_file_a_p_i_1_1_gemini_file_video_meta_data.html +++ b/docs/class_uralstech_1_1_u_gemini_1_1_file_a_p_i_1_1_gemini_file_video_meta_data.html @@ -27,7 +27,7 @@ -
UGemini 2.0.0-preview.5 +
UGemini 2.0.0-preview.6
A C# wrapper for the Google Gemini API.
diff --git a/docs/class_uralstech_1_1_u_gemini_1_1_gemini_content_type_extensions-members.html b/docs/class_uralstech_1_1_u_gemini_1_1_gemini_content_type_extensions-members.html index 6b2233ef..c2b84312 100644 --- a/docs/class_uralstech_1_1_u_gemini_1_1_gemini_content_type_extensions-members.html +++ b/docs/class_uralstech_1_1_u_gemini_1_1_gemini_content_type_extensions-members.html @@ -27,7 +27,7 @@ -
UGemini 2.0.0-preview.5 +
UGemini 2.0.0-preview.6
A C# wrapper for the Google Gemini API.
diff --git a/docs/class_uralstech_1_1_u_gemini_1_1_gemini_content_type_extensions.html b/docs/class_uralstech_1_1_u_gemini_1_1_gemini_content_type_extensions.html index 3c7d7c06..7df5047b 100644 --- a/docs/class_uralstech_1_1_u_gemini_1_1_gemini_content_type_extensions.html +++ b/docs/class_uralstech_1_1_u_gemini_1_1_gemini_content_type_extensions.html @@ -27,7 +27,7 @@ -
UGemini 2.0.0-preview.5 +
UGemini 2.0.0-preview.6
A C# wrapper for the Google Gemini API.
diff --git a/docs/class_uralstech_1_1_u_gemini_1_1_gemini_manager-members.html b/docs/class_uralstech_1_1_u_gemini_1_1_gemini_manager-members.html index 671d15c4..cdfde981 100644 --- a/docs/class_uralstech_1_1_u_gemini_1_1_gemini_manager-members.html +++ b/docs/class_uralstech_1_1_u_gemini_1_1_gemini_manager-members.html @@ -27,7 +27,7 @@ -
UGemini 2.0.0-preview.5 +
UGemini 2.0.0-preview.6
A C# wrapper for the Google Gemini API.
@@ -105,10 +105,10 @@ - - - - + + + +
InstanceUralstech.UGemini.Utils.Singleton.Singleton< GeminiManager >static
Request(IGeminiDeleteRequest request)Uralstech.UGemini.GeminiManager
Request(IGeminiPatchRequest request)Uralstech.UGemini.GeminiManager
Request< TResponse >(IGeminiPostRequest request)Uralstech.UGemini.GeminiManager
Request< TResponse >(IGeminiMultiPartPostRequest request)Uralstech.UGemini.GeminiManager
Request< TResponse >(IGeminiGetRequest request)Uralstech.UGemini.GeminiManager
Request< TResponse >(IGeminiPostRequest request)Uralstech.UGemini.GeminiManager
Request< TResponse >(IGeminiMultiPartPostRequest request)Uralstech.UGemini.GeminiManager
Request< TResponse >(IGeminiGetRequest request)Uralstech.UGemini.GeminiManager
Request< TResponse >(IGeminiPatchRequest request)Uralstech.UGemini.GeminiManager
SetApiKey(string apiKey)Uralstech.UGemini.GeminiManager
StreamRequest< TResponse >(IGeminiStreamablePostRequest< TResponse > request)Uralstech.UGemini.GeminiManager
diff --git a/docs/class_uralstech_1_1_u_gemini_1_1_gemini_manager.html b/docs/class_uralstech_1_1_u_gemini_1_1_gemini_manager.html index 0a26af60..e5b8ddae 100644 --- a/docs/class_uralstech_1_1_u_gemini_1_1_gemini_manager.html +++ b/docs/class_uralstech_1_1_u_gemini_1_1_gemini_manager.html @@ -27,7 +27,7 @@ -
UGemini 2.0.0-preview.5 +
UGemini 2.0.0-preview.6
A C# wrapper for the Google Gemini API.
@@ -133,9 +133,9 @@ async Task Request (IGeminiDeleteRequest request)  Computes a DELETE request on the Gemini API.
  -async Task Request (IGeminiPatchRequest request) - Computes a PATCH request on the Gemini API.
-  +async Task< TResponse > Request< TResponse > (IGeminiPatchRequest request) + Computes a PATCH request on the Gemini API.
+  async Task< TResponse > StreamRequest< TResponse > (IGeminiStreamablePostRequest< TResponse > request)  Computes a streaming POST request on the Gemini API.
  @@ -152,7 +152,7 @@

The class for accessing the Gemini API!

Member Function Documentation

-

◆ Request() [1/2]

+

◆ Request()

@@ -182,28 +182,35 @@

-

◆ Request() [2/2]

+ +

◆ Request< TResponse >() [1/4]

- + - +
async Task Uralstech.UGemini.GeminiManager.Request async Task< TResponse > Uralstech.UGemini.GeminiManager.Request< TResponse > (IGeminiPatchRequest request)IGeminiGetRequest request)
-

Computes a PATCH request on the Gemini API.

+

Computes a GET request on the Gemini API.

+
Template Parameters
+ + +
TResponseThe response type. For example, a request of type Models.Generation.Chat.GeminiChatRequest corresponds to a response type of Models.Generation.Chat.GeminiChatResponse, and a request of type Models.CountTokens.GeminiTokenCountRequest corresponds to a response of type Models.CountTokens.GeminiTokenCountResponse.
+
+
Parameters
requestThe request object.
+
Returns
The computed response.
Exceptions
@@ -213,8 +220,8 @@

-

◆ Request< TResponse >() [1/3]

+ +

◆ Request< TResponse >() [2/4]

- +
GeminiRequestExceptionThrown when the API request fails.
(IGeminiGetRequest request)IGeminiMultiPartPostRequest request)
-

Computes a GET request on the Gemini API.

+

Computes a multi-part POST request on the Gemini API.

Template Parameters
@@ -241,6 +248,7 @@

Returns
The computed response.
Exceptions

TResponseThe response type. For example, a request of type Models.Generation.Chat.GeminiChatRequest corresponds to a response type of Models.Generation.Chat.GeminiChatResponse, and a request of type Models.CountTokens.GeminiTokenCountRequest corresponds to a response of type Models.CountTokens.GeminiTokenCountResponse.
@@ -250,8 +258,8 @@

-

◆ Request< TResponse >() [2/3]

+ +

◆ Request< TResponse >() [3/4]

- +
GeminiRequestExceptionThrown when the API request fails.
(IGeminiMultiPartPostRequest request)IGeminiPatchRequest request)
-

Computes a multi-part POST request on the Gemini API.

+

Computes a PATCH request on the Gemini API.

Template Parameters
@@ -289,7 +297,7 @@

-

◆ Request< TResponse >() [3/3]

+

◆ Request< TResponse >() [4/4]

TResponseThe response type. For example, a request of type Models.Generation.Chat.GeminiChatRequest corresponds to a response type of Models.Generation.Chat.GeminiChatResponse, and a request of type Models.CountTokens.GeminiTokenCountRequest corresponds to a response of type Models.CountTokens.GeminiTokenCountResponse.
diff --git a/docs/class_uralstech_1_1_u_gemini_1_1_gemini_manager.js b/docs/class_uralstech_1_1_u_gemini_1_1_gemini_manager.js index 6266a85f..5a44cc00 100644 --- a/docs/class_uralstech_1_1_u_gemini_1_1_gemini_manager.js +++ b/docs/class_uralstech_1_1_u_gemini_1_1_gemini_manager.js @@ -1,9 +1,9 @@ var class_uralstech_1_1_u_gemini_1_1_gemini_manager = [ [ "Request", "class_uralstech_1_1_u_gemini_1_1_gemini_manager.html#ab540f88449967ebfc8f67e1bb5101d75", null ], - [ "Request", "class_uralstech_1_1_u_gemini_1_1_gemini_manager.html#a2e48697e0da0f9bf2767dc836bfec2d8", null ], [ "Request< TResponse >", "class_uralstech_1_1_u_gemini_1_1_gemini_manager.html#abd5a1056444e232ec19f662db30e0756", null ], [ "Request< TResponse >", "class_uralstech_1_1_u_gemini_1_1_gemini_manager.html#a9c0a36c0676665ba04a27ce95348eebe", null ], + [ "Request< TResponse >", "class_uralstech_1_1_u_gemini_1_1_gemini_manager.html#a04f9ccdd66f94a07cb41b320f87b461b", null ], [ "Request< TResponse >", "class_uralstech_1_1_u_gemini_1_1_gemini_manager.html#adc073fccf089ba4c89b6c1730deef63c", null ], [ "SetApiKey", "class_uralstech_1_1_u_gemini_1_1_gemini_manager.html#ae7f3e2e264d1f48f2f85bfdfd0aa778a", null ], [ "StreamRequest< TResponse >", "class_uralstech_1_1_u_gemini_1_1_gemini_manager.html#aebd7e9c3ee0423260780ac32f834b1fc", null ] diff --git a/docs/class_uralstech_1_1_u_gemini_1_1_gemini_request_metadata-members.html b/docs/class_uralstech_1_1_u_gemini_1_1_gemini_request_metadata-members.html index 6d3d59ef..064f2529 100644 --- a/docs/class_uralstech_1_1_u_gemini_1_1_gemini_request_metadata-members.html +++ b/docs/class_uralstech_1_1_u_gemini_1_1_gemini_request_metadata-members.html @@ -27,7 +27,7 @@ diff --git a/docs/class_uralstech_1_1_u_gemini_1_1_gemini_request_metadata.html b/docs/class_uralstech_1_1_u_gemini_1_1_gemini_request_metadata.html index 5f4f9642..a84bf0dc 100644 --- a/docs/class_uralstech_1_1_u_gemini_1_1_gemini_request_metadata.html +++ b/docs/class_uralstech_1_1_u_gemini_1_1_gemini_request_metadata.html @@ -27,7 +27,7 @@ diff --git a/docs/class_uralstech_1_1_u_gemini_1_1_gemini_seconds_to_time_span_json_converter-members.html b/docs/class_uralstech_1_1_u_gemini_1_1_gemini_seconds_to_time_span_json_converter-members.html index 93a49cab..1cfeba16 100644 --- a/docs/class_uralstech_1_1_u_gemini_1_1_gemini_seconds_to_time_span_json_converter-members.html +++ b/docs/class_uralstech_1_1_u_gemini_1_1_gemini_seconds_to_time_span_json_converter-members.html @@ -27,7 +27,7 @@ diff --git a/docs/class_uralstech_1_1_u_gemini_1_1_gemini_seconds_to_time_span_json_converter.html b/docs/class_uralstech_1_1_u_gemini_1_1_gemini_seconds_to_time_span_json_converter.html index f2376b99..9702dd0c 100644 --- a/docs/class_uralstech_1_1_u_gemini_1_1_gemini_seconds_to_time_span_json_converter.html +++ b/docs/class_uralstech_1_1_u_gemini_1_1_gemini_seconds_to_time_span_json_converter.html @@ -27,7 +27,7 @@ diff --git a/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_caching_1_1_gemini_cached_content-members.html b/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_caching_1_1_gemini_cached_content-members.html index aba8f925..bbf2dc6a 100644 --- a/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_caching_1_1_gemini_cached_content-members.html +++ b/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_caching_1_1_gemini_cached_content-members.html @@ -27,7 +27,7 @@ diff --git a/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_caching_1_1_gemini_cached_content.html b/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_caching_1_1_gemini_cached_content.html index 63edf2c9..00735089 100644 --- a/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_caching_1_1_gemini_cached_content.html +++ b/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_caching_1_1_gemini_cached_content.html @@ -27,7 +27,7 @@ diff --git a/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_caching_1_1_gemini_cached_content_create_request-members.html b/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_caching_1_1_gemini_cached_content_create_request-members.html index 8eab4805..4870f175 100644 --- a/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_caching_1_1_gemini_cached_content_create_request-members.html +++ b/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_caching_1_1_gemini_cached_content_create_request-members.html @@ -27,7 +27,7 @@ diff --git a/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_caching_1_1_gemini_cached_content_create_request.html b/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_caching_1_1_gemini_cached_content_create_request.html index d9a89aa2..7231c3f3 100644 --- a/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_caching_1_1_gemini_cached_content_create_request.html +++ b/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_caching_1_1_gemini_cached_content_create_request.html @@ -27,7 +27,7 @@ diff --git a/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_caching_1_1_gemini_cached_content_creation_data-members.html b/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_caching_1_1_gemini_cached_content_creation_data-members.html index a20a5501..8c4aaf4f 100644 --- a/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_caching_1_1_gemini_cached_content_creation_data-members.html +++ b/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_caching_1_1_gemini_cached_content_creation_data-members.html @@ -27,7 +27,7 @@ diff --git a/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_caching_1_1_gemini_cached_content_creation_data.html b/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_caching_1_1_gemini_cached_content_creation_data.html index c1d15795..682961d1 100644 --- a/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_caching_1_1_gemini_cached_content_creation_data.html +++ b/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_caching_1_1_gemini_cached_content_creation_data.html @@ -27,7 +27,7 @@ diff --git a/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_caching_1_1_gemini_cached_content_delete_request-members.html b/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_caching_1_1_gemini_cached_content_delete_request-members.html index 318edd11..96cf8f7f 100644 --- a/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_caching_1_1_gemini_cached_content_delete_request-members.html +++ b/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_caching_1_1_gemini_cached_content_delete_request-members.html @@ -27,7 +27,7 @@ diff --git a/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_caching_1_1_gemini_cached_content_delete_request.html b/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_caching_1_1_gemini_cached_content_delete_request.html index d787c87f..eb4f8cd2 100644 --- a/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_caching_1_1_gemini_cached_content_delete_request.html +++ b/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_caching_1_1_gemini_cached_content_delete_request.html @@ -27,7 +27,7 @@ diff --git a/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_caching_1_1_gemini_cached_content_get_request-members.html b/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_caching_1_1_gemini_cached_content_get_request-members.html index b3ddafd3..55a72f5a 100644 --- a/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_caching_1_1_gemini_cached_content_get_request-members.html +++ b/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_caching_1_1_gemini_cached_content_get_request-members.html @@ -27,7 +27,7 @@ diff --git a/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_caching_1_1_gemini_cached_content_get_request.html b/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_caching_1_1_gemini_cached_content_get_request.html index 5fc1dbb1..62d281c6 100644 --- a/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_caching_1_1_gemini_cached_content_get_request.html +++ b/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_caching_1_1_gemini_cached_content_get_request.html @@ -27,7 +27,7 @@ diff --git a/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_caching_1_1_gemini_cached_content_list_request-members.html b/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_caching_1_1_gemini_cached_content_list_request-members.html index fc15d2a1..086dfbd6 100644 --- a/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_caching_1_1_gemini_cached_content_list_request-members.html +++ b/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_caching_1_1_gemini_cached_content_list_request-members.html @@ -27,7 +27,7 @@ diff --git a/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_caching_1_1_gemini_cached_content_list_request.html b/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_caching_1_1_gemini_cached_content_list_request.html index 6a8a9d2b..49ad9273 100644 --- a/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_caching_1_1_gemini_cached_content_list_request.html +++ b/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_caching_1_1_gemini_cached_content_list_request.html @@ -27,7 +27,7 @@ diff --git a/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_caching_1_1_gemini_cached_content_list_response-members.html b/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_caching_1_1_gemini_cached_content_list_response-members.html index 8fe6dc9e..22d61a96 100644 --- a/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_caching_1_1_gemini_cached_content_list_response-members.html +++ b/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_caching_1_1_gemini_cached_content_list_response-members.html @@ -27,7 +27,7 @@ diff --git a/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_caching_1_1_gemini_cached_content_list_response.html b/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_caching_1_1_gemini_cached_content_list_response.html index 79b92cb7..6b9d5a94 100644 --- a/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_caching_1_1_gemini_cached_content_list_response.html +++ b/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_caching_1_1_gemini_cached_content_list_response.html @@ -27,7 +27,7 @@ diff --git a/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_caching_1_1_gemini_cached_content_patch_data-members.html b/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_caching_1_1_gemini_cached_content_patch_data-members.html new file mode 100644 index 00000000..be89fcf8 --- /dev/null +++ b/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_caching_1_1_gemini_cached_content_patch_data-members.html @@ -0,0 +1,117 @@ + + + + + + + +UGemini: Member List + + + + + + + + + + + + + + + +
+
+
GeminiRequestExceptionThrown when the API request fails.
-
UGemini 2.0.0-preview.5 +
UGemini 2.0.0-preview.6
A C# wrapper for the Google Gemini API.
-
UGemini 2.0.0-preview.5 +
UGemini 2.0.0-preview.6
A C# wrapper for the Google Gemini API.
-
UGemini 2.0.0-preview.5 +
UGemini 2.0.0-preview.6
A C# wrapper for the Google Gemini API.
-
UGemini 2.0.0-preview.5 +
UGemini 2.0.0-preview.6
A C# wrapper for the Google Gemini API.
-
UGemini 2.0.0-preview.5 +
UGemini 2.0.0-preview.6
A C# wrapper for the Google Gemini API.
-
UGemini 2.0.0-preview.5 +
UGemini 2.0.0-preview.6
A C# wrapper for the Google Gemini API.
-
UGemini 2.0.0-preview.5 +
UGemini 2.0.0-preview.6
A C# wrapper for the Google Gemini API.
-
UGemini 2.0.0-preview.5 +
UGemini 2.0.0-preview.6
A C# wrapper for the Google Gemini API.
-
UGemini 2.0.0-preview.5 +
UGemini 2.0.0-preview.6
A C# wrapper for the Google Gemini API.
-
UGemini 2.0.0-preview.5 +
UGemini 2.0.0-preview.6
A C# wrapper for the Google Gemini API.
-
UGemini 2.0.0-preview.5 +
UGemini 2.0.0-preview.6
A C# wrapper for the Google Gemini API.
-
UGemini 2.0.0-preview.5 +
UGemini 2.0.0-preview.6
A C# wrapper for the Google Gemini API.
-
UGemini 2.0.0-preview.5 +
UGemini 2.0.0-preview.6
A C# wrapper for the Google Gemini API.
-
UGemini 2.0.0-preview.5 +
UGemini 2.0.0-preview.6
A C# wrapper for the Google Gemini API.
-
UGemini 2.0.0-preview.5 +
UGemini 2.0.0-preview.6
A C# wrapper for the Google Gemini API.
-
UGemini 2.0.0-preview.5 +
UGemini 2.0.0-preview.6
A C# wrapper for the Google Gemini API.
-
UGemini 2.0.0-preview.5 +
UGemini 2.0.0-preview.6
A C# wrapper for the Google Gemini API.
-
UGemini 2.0.0-preview.5 +
UGemini 2.0.0-preview.6
A C# wrapper for the Google Gemini API.
+ + + + + +
+
UGemini 2.0.0-preview.6 +
+
A C# wrapper for the Google Gemini API.
+
+
+ + + + + + + + +
+
+ +
+
+
+ +
+ + + + diff --git a/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_caching_1_1_gemini_cached_content_patch_data.html b/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_caching_1_1_gemini_cached_content_patch_data.html new file mode 100644 index 00000000..276abce6 --- /dev/null +++ b/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_caching_1_1_gemini_cached_content_patch_data.html @@ -0,0 +1,169 @@ + + + + + + + +UGemini: Uralstech.UGemini.Models.Caching.GeminiCachedContentPatchData Class Reference + + + + + + + + + + + + + + + +
+
+ + + + + + +
+
UGemini 2.0.0-preview.6 +
+
A C# wrapper for the Google Gemini API.
+
+
+ + + + + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+
+
+
+
+
Loading...
+
Searching...
+
No Matches
+
+
+
+
+ +
+ +
Uralstech.UGemini.Models.Caching.GeminiCachedContentPatchData Class Reference
+
+
+ +

Data to patch an existing cached content resource with new data. + More...

+ + + + + + + + +

+Public Attributes

DateTime? ExpireTime = null
 Timestamp in UTC of when this resource is considered expired.
 
TimeSpan? TimeToLive = null
 New TTL for this resource.
 
+

Detailed Description

+

Data to patch an existing cached content resource with new data.

+

Member Data Documentation

+ +

◆ ExpireTime

+ +
+
+ + + + +
DateTime? Uralstech.UGemini.Models.Caching.GeminiCachedContentPatchData.ExpireTime = null
+
+ +

Timestamp in UTC of when this resource is considered expired.

+

If not provided, TimeToLive must be provided.

+ +
+
+ +

◆ TimeToLive

+ +
+
+ + + + +
TimeSpan? Uralstech.UGemini.Models.Caching.GeminiCachedContentPatchData.TimeToLive = null
+
+ +

New TTL for this resource.

+

If not provided, ExpireTime must be provided.

+ +
+
+
The documentation for this class was generated from the following file:
    +
  • UGemini/Packages/com.uralstech.ugemini/Runtime/Scripts/Data/Models/Caching/Patch/GeminiCachedContentPatchData.cs
  • +
+
+
+ + + + diff --git a/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_caching_1_1_gemini_cached_content_patch_data.js b/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_caching_1_1_gemini_cached_content_patch_data.js new file mode 100644 index 00000000..604e1de2 --- /dev/null +++ b/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_caching_1_1_gemini_cached_content_patch_data.js @@ -0,0 +1,5 @@ +var class_uralstech_1_1_u_gemini_1_1_models_1_1_caching_1_1_gemini_cached_content_patch_data = +[ + [ "ExpireTime", "class_uralstech_1_1_u_gemini_1_1_models_1_1_caching_1_1_gemini_cached_content_patch_data.html#a6607251dbe87b790e104817ce30feb75", null ], + [ "TimeToLive", "class_uralstech_1_1_u_gemini_1_1_models_1_1_caching_1_1_gemini_cached_content_patch_data.html#a5ee3934e24f243254324361fe97c4917", null ] +]; \ No newline at end of file diff --git a/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_caching_1_1_gemini_cached_content_patch_request-members.html b/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_caching_1_1_gemini_cached_content_patch_request-members.html index 811d421f..ee05c349 100644 --- a/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_caching_1_1_gemini_cached_content_patch_request-members.html +++ b/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_caching_1_1_gemini_cached_content_patch_request-members.html @@ -27,7 +27,7 @@ -
UGemini 2.0.0-preview.5 +
UGemini 2.0.0-preview.6
A C# wrapper for the Google Gemini API.
@@ -104,12 +104,12 @@

This is the complete list of members for Uralstech.UGemini.Models.Caching.GeminiCachedContentPatchRequest, including all inherited members.

- - - - - - + + + + + +
ApiVersionUralstech.UGemini.Models.Caching.GeminiCachedContentPatchRequest
ContentUralstech.UGemini.Models.Caching.GeminiCachedContentPatchRequest
ContentIdUralstech.UGemini.Models.Caching.GeminiCachedContentPatchRequest
ContentTypeUralstech.UGemini.Models.Caching.GeminiCachedContentPatchRequest
GeminiCachedContentPatchRequest(GeminiCachedContent content, string cachedContentIdOrName, bool useBetaApi=true)Uralstech.UGemini.Models.Caching.GeminiCachedContentPatchRequest
GetEndpointUri(GeminiRequestMetadata metadata)Uralstech.UGemini.Models.Caching.GeminiCachedContentPatchRequest
GetUtf8EncodedData()Uralstech.UGemini.Models.Caching.GeminiCachedContentPatchRequest
ContentIdUralstech.UGemini.Models.Caching.GeminiCachedContentPatchRequest
ContentTypeUralstech.UGemini.Models.Caching.GeminiCachedContentPatchRequest
GeminiCachedContentPatchRequest(GeminiCachedContentPatchData patch, string cachedContentIdOrName, bool useBetaApi=true)Uralstech.UGemini.Models.Caching.GeminiCachedContentPatchRequest
GetEndpointUri(GeminiRequestMetadata metadata)Uralstech.UGemini.Models.Caching.GeminiCachedContentPatchRequest
GetUtf8EncodedData()Uralstech.UGemini.Models.Caching.GeminiCachedContentPatchRequest
PatchUralstech.UGemini.Models.Caching.GeminiCachedContentPatchRequest

diff --git a/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_caching_1_1_gemini_cached_content_patch_request.html b/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_caching_1_1_gemini_cached_content_patch_request.html index 149fb7e2..03559a9b 100644 --- a/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_caching_1_1_gemini_cached_content_patch_request.html +++ b/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_caching_1_1_gemini_cached_content_patch_request.html @@ -27,7 +27,7 @@ -
UGemini 2.0.0-preview.5 +
UGemini 2.0.0-preview.6
A C# wrapper for the Google Gemini API.
@@ -106,7 +106,7 @@
-

Patches a GeminiCachedContent resource. +

Patches a GeminiCachedContent resource. Response type is GeminiCachedContent. More...

Inheritance diagram for Uralstech.UGemini.Models.Caching.GeminiCachedContentPatchRequest:
@@ -131,9 +131,9 @@
Returns
The URI.

  - GeminiCachedContentPatchRequest (GeminiCachedContent content, string cachedContentIdOrName, bool useBetaApi=true) - Creates a new GeminiCachedContentPatchRequest.
-  + GeminiCachedContentPatchRequest (GeminiCachedContentPatchData patch, string cachedContentIdOrName, bool useBetaApi=true) + Creates a new GeminiCachedContentPatchRequest.
+  string GetUtf8EncodedData ()  Converts the request object to a UTF-8 encoded string.
Returns
The string data.

@@ -141,10 +141,10 @@ - - - + + + @@ -162,11 +162,11 @@

Public Attributes

-GeminiCachedContent Content
 The patch content.
 
+GeminiCachedContentPatchData Patch
 The patch data.
 
string ContentId
 The ID of the cached content.
- Properties inherited from Uralstech.UGemini.IGeminiPatchRequest

Detailed Description

-

Patches a GeminiCachedContent resource.

+

Patches a GeminiCachedContent resource. Response type is GeminiCachedContent.

Only available in the beta API.

Constructor & Destructor Documentation

- -

◆ GeminiCachedContentPatchRequest()

+ +

◆ GeminiCachedContentPatchRequest()

@@ -174,7 +174,7 @@

Uralstech.UGemini.Models.Caching.GeminiCachedContentPatchRequest.GeminiCachedContentPatchRequest ( - GeminiCachedContent content, + GeminiCachedContentPatchData patch, @@ -189,11 +189,11 @@

-

Creates a new GeminiCachedContentPatchRequest.

+

Creates a new GeminiCachedContentPatchRequest.

Only available in the beta API.

Parameters
- +
contentThe patch content.
patchThe patch data.
cachedContentIdOrNameThe ID or name (format cachedContents/{contentId}) of the cached content to patch.
useBetaApiShould the request use the Beta API?
diff --git a/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_caching_1_1_gemini_cached_content_patch_request.js b/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_caching_1_1_gemini_cached_content_patch_request.js index fe4aa1c7..9d0f5d0b 100644 --- a/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_caching_1_1_gemini_cached_content_patch_request.js +++ b/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_caching_1_1_gemini_cached_content_patch_request.js @@ -1,10 +1,10 @@ var class_uralstech_1_1_u_gemini_1_1_models_1_1_caching_1_1_gemini_cached_content_patch_request = [ - [ "GeminiCachedContentPatchRequest", "class_uralstech_1_1_u_gemini_1_1_models_1_1_caching_1_1_gemini_cached_content_patch_request.html#a09cbbfca4f09a3ed7eea7ce64b9523e1", null ], + [ "GeminiCachedContentPatchRequest", "class_uralstech_1_1_u_gemini_1_1_models_1_1_caching_1_1_gemini_cached_content_patch_request.html#a74fbb1eaf33f83439c4f9688cc46e785", null ], [ "GetEndpointUri", "class_uralstech_1_1_u_gemini_1_1_models_1_1_caching_1_1_gemini_cached_content_patch_request.html#a6822678bfa8b106e049b994b76233afa", null ], [ "GetUtf8EncodedData", "class_uralstech_1_1_u_gemini_1_1_models_1_1_caching_1_1_gemini_cached_content_patch_request.html#a3f77546f9ab0033553781e72670457dc", null ], [ "ApiVersion", "class_uralstech_1_1_u_gemini_1_1_models_1_1_caching_1_1_gemini_cached_content_patch_request.html#a92bcaa8bb6eb6ae447c0d2b9cfff96d5", null ], - [ "Content", "class_uralstech_1_1_u_gemini_1_1_models_1_1_caching_1_1_gemini_cached_content_patch_request.html#a6d1cd7e509b580c7e07f0515310ae932", null ], [ "ContentId", "class_uralstech_1_1_u_gemini_1_1_models_1_1_caching_1_1_gemini_cached_content_patch_request.html#af4f5e6219ac95d3416c563bff90f385b", null ], + [ "Patch", "class_uralstech_1_1_u_gemini_1_1_models_1_1_caching_1_1_gemini_cached_content_patch_request.html#a62cc169bd8f4c1048314f63bea70127a", null ], [ "ContentType", "class_uralstech_1_1_u_gemini_1_1_models_1_1_caching_1_1_gemini_cached_content_patch_request.html#ae20e714558566c91340913235623be9f", null ] ]; \ No newline at end of file diff --git a/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_caching_1_1_gemini_cached_content_usage_metadata-members.html b/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_caching_1_1_gemini_cached_content_usage_metadata-members.html index 9efcb392..69f2b278 100644 --- a/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_caching_1_1_gemini_cached_content_usage_metadata-members.html +++ b/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_caching_1_1_gemini_cached_content_usage_metadata-members.html @@ -27,7 +27,7 @@ -
UGemini 2.0.0-preview.5 +
UGemini 2.0.0-preview.6
A C# wrapper for the Google Gemini API.
diff --git a/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_caching_1_1_gemini_cached_content_usage_metadata.html b/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_caching_1_1_gemini_cached_content_usage_metadata.html index eebaa268..828f653d 100644 --- a/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_caching_1_1_gemini_cached_content_usage_metadata.html +++ b/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_caching_1_1_gemini_cached_content_usage_metadata.html @@ -27,7 +27,7 @@ -
UGemini 2.0.0-preview.5 +
UGemini 2.0.0-preview.6
A C# wrapper for the Google Gemini API.
diff --git a/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_content_1_1_attribution_1_1_gemini_attribution_source_id-members.html b/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_content_1_1_attribution_1_1_gemini_attribution_source_id-members.html index a1eff088..f6624040 100644 --- a/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_content_1_1_attribution_1_1_gemini_attribution_source_id-members.html +++ b/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_content_1_1_attribution_1_1_gemini_attribution_source_id-members.html @@ -27,7 +27,7 @@ -
UGemini 2.0.0-preview.5 +
UGemini 2.0.0-preview.6
A C# wrapper for the Google Gemini API.
diff --git a/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_content_1_1_attribution_1_1_gemini_attribution_source_id.html b/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_content_1_1_attribution_1_1_gemini_attribution_source_id.html index 79bce64e..ac371fd0 100644 --- a/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_content_1_1_attribution_1_1_gemini_attribution_source_id.html +++ b/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_content_1_1_attribution_1_1_gemini_attribution_source_id.html @@ -27,7 +27,7 @@ -
UGemini 2.0.0-preview.5 +
UGemini 2.0.0-preview.6
A C# wrapper for the Google Gemini API.
diff --git a/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_content_1_1_attribution_1_1_gemini_grounding_attribution-members.html b/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_content_1_1_attribution_1_1_gemini_grounding_attribution-members.html index ec36bbf1..6a359b12 100644 --- a/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_content_1_1_attribution_1_1_gemini_grounding_attribution-members.html +++ b/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_content_1_1_attribution_1_1_gemini_grounding_attribution-members.html @@ -27,7 +27,7 @@ -
UGemini 2.0.0-preview.5 +
UGemini 2.0.0-preview.6
A C# wrapper for the Google Gemini API.
diff --git a/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_content_1_1_attribution_1_1_gemini_grounding_attribution.html b/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_content_1_1_attribution_1_1_gemini_grounding_attribution.html index f4eec504..58808989 100644 --- a/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_content_1_1_attribution_1_1_gemini_grounding_attribution.html +++ b/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_content_1_1_attribution_1_1_gemini_grounding_attribution.html @@ -27,7 +27,7 @@ -
UGemini 2.0.0-preview.5 +
UGemini 2.0.0-preview.6
A C# wrapper for the Google Gemini API.
diff --git a/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_content_1_1_attribution_1_1_gemini_grounding_passage_id-members.html b/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_content_1_1_attribution_1_1_gemini_grounding_passage_id-members.html index 37747517..48c9d5fa 100644 --- a/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_content_1_1_attribution_1_1_gemini_grounding_passage_id-members.html +++ b/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_content_1_1_attribution_1_1_gemini_grounding_passage_id-members.html @@ -27,7 +27,7 @@ -
UGemini 2.0.0-preview.5 +
UGemini 2.0.0-preview.6
A C# wrapper for the Google Gemini API.
diff --git a/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_content_1_1_attribution_1_1_gemini_grounding_passage_id.html b/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_content_1_1_attribution_1_1_gemini_grounding_passage_id.html index 06b9a5c5..8c3601c7 100644 --- a/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_content_1_1_attribution_1_1_gemini_grounding_passage_id.html +++ b/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_content_1_1_attribution_1_1_gemini_grounding_passage_id.html @@ -27,7 +27,7 @@ -
UGemini 2.0.0-preview.5 +
UGemini 2.0.0-preview.6
A C# wrapper for the Google Gemini API.
diff --git a/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_content_1_1_attribution_1_1_gemini_semantic_retriever_chunk-members.html b/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_content_1_1_attribution_1_1_gemini_semantic_retriever_chunk-members.html index 2ed10309..ad80a493 100644 --- a/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_content_1_1_attribution_1_1_gemini_semantic_retriever_chunk-members.html +++ b/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_content_1_1_attribution_1_1_gemini_semantic_retriever_chunk-members.html @@ -27,7 +27,7 @@ -
UGemini 2.0.0-preview.5 +
UGemini 2.0.0-preview.6
A C# wrapper for the Google Gemini API.
diff --git a/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_content_1_1_attribution_1_1_gemini_semantic_retriever_chunk.html b/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_content_1_1_attribution_1_1_gemini_semantic_retriever_chunk.html index 8c21d92a..9e4689e2 100644 --- a/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_content_1_1_attribution_1_1_gemini_semantic_retriever_chunk.html +++ b/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_content_1_1_attribution_1_1_gemini_semantic_retriever_chunk.html @@ -27,7 +27,7 @@ -
UGemini 2.0.0-preview.5 +
UGemini 2.0.0-preview.6
A C# wrapper for the Google Gemini API.
diff --git a/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_content_1_1_citation_1_1_gemini_citation_metadata-members.html b/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_content_1_1_citation_1_1_gemini_citation_metadata-members.html index 82df6d94..c52ccc08 100644 --- a/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_content_1_1_citation_1_1_gemini_citation_metadata-members.html +++ b/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_content_1_1_citation_1_1_gemini_citation_metadata-members.html @@ -27,7 +27,7 @@ -
UGemini 2.0.0-preview.5 +
UGemini 2.0.0-preview.6
A C# wrapper for the Google Gemini API.
diff --git a/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_content_1_1_citation_1_1_gemini_citation_metadata.html b/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_content_1_1_citation_1_1_gemini_citation_metadata.html index 20a8a873..d3cd3518 100644 --- a/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_content_1_1_citation_1_1_gemini_citation_metadata.html +++ b/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_content_1_1_citation_1_1_gemini_citation_metadata.html @@ -27,7 +27,7 @@ -
UGemini 2.0.0-preview.5 +
UGemini 2.0.0-preview.6
A C# wrapper for the Google Gemini API.
diff --git a/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_content_1_1_citation_1_1_gemini_citation_source-members.html b/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_content_1_1_citation_1_1_gemini_citation_source-members.html index b067afbc..a70a46f1 100644 --- a/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_content_1_1_citation_1_1_gemini_citation_source-members.html +++ b/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_content_1_1_citation_1_1_gemini_citation_source-members.html @@ -27,7 +27,7 @@ -
UGemini 2.0.0-preview.5 +
UGemini 2.0.0-preview.6
A C# wrapper for the Google Gemini API.
diff --git a/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_content_1_1_citation_1_1_gemini_citation_source.html b/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_content_1_1_citation_1_1_gemini_citation_source.html index a8e957ef..13874fb0 100644 --- a/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_content_1_1_citation_1_1_gemini_citation_source.html +++ b/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_content_1_1_citation_1_1_gemini_citation_source.html @@ -27,7 +27,7 @@ -
UGemini 2.0.0-preview.5 +
UGemini 2.0.0-preview.6
A C# wrapper for the Google Gemini API.
diff --git a/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_content_1_1_gemini_content-members.html b/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_content_1_1_gemini_content-members.html index 67fa0dbe..3a0884d7 100644 --- a/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_content_1_1_gemini_content-members.html +++ b/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_content_1_1_gemini_content-members.html @@ -27,7 +27,7 @@ -
UGemini 2.0.0-preview.5 +
UGemini 2.0.0-preview.6
A C# wrapper for the Google Gemini API.
diff --git a/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_content_1_1_gemini_content.html b/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_content_1_1_gemini_content.html index a4863133..f0845d6a 100644 --- a/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_content_1_1_gemini_content.html +++ b/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_content_1_1_gemini_content.html @@ -27,7 +27,7 @@ -
UGemini 2.0.0-preview.5 +
UGemini 2.0.0-preview.6
A C# wrapper for the Google Gemini API.
diff --git a/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_content_1_1_gemini_content_blob-members.html b/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_content_1_1_gemini_content_blob-members.html index 99d823a0..865e2b5a 100644 --- a/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_content_1_1_gemini_content_blob-members.html +++ b/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_content_1_1_gemini_content_blob-members.html @@ -27,7 +27,7 @@ -
UGemini 2.0.0-preview.5 +
UGemini 2.0.0-preview.6
A C# wrapper for the Google Gemini API.
diff --git a/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_content_1_1_gemini_content_blob.html b/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_content_1_1_gemini_content_blob.html index ec446075..2aed22c1 100644 --- a/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_content_1_1_gemini_content_blob.html +++ b/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_content_1_1_gemini_content_blob.html @@ -27,7 +27,7 @@ -
UGemini 2.0.0-preview.5 +
UGemini 2.0.0-preview.6
A C# wrapper for the Google Gemini API.
diff --git a/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_content_1_1_gemini_content_part-members.html b/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_content_1_1_gemini_content_part-members.html index 772bec5d..b971bc3a 100644 --- a/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_content_1_1_gemini_content_part-members.html +++ b/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_content_1_1_gemini_content_part-members.html @@ -27,7 +27,7 @@ -
UGemini 2.0.0-preview.5 +
UGemini 2.0.0-preview.6
A C# wrapper for the Google Gemini API.
diff --git a/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_content_1_1_gemini_content_part.html b/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_content_1_1_gemini_content_part.html index e44d665c..550bc7b1 100644 --- a/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_content_1_1_gemini_content_part.html +++ b/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_content_1_1_gemini_content_part.html @@ -27,7 +27,7 @@ -
UGemini 2.0.0-preview.5 +
UGemini 2.0.0-preview.6
A C# wrapper for the Google Gemini API.
diff --git a/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_content_1_1_gemini_file_data-members.html b/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_content_1_1_gemini_file_data-members.html index c5d4f872..e38b6da6 100644 --- a/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_content_1_1_gemini_file_data-members.html +++ b/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_content_1_1_gemini_file_data-members.html @@ -27,7 +27,7 @@ -
UGemini 2.0.0-preview.5 +
UGemini 2.0.0-preview.6
A C# wrapper for the Google Gemini API.
diff --git a/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_content_1_1_gemini_file_data.html b/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_content_1_1_gemini_file_data.html index af92aa6f..d0339dc2 100644 --- a/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_content_1_1_gemini_file_data.html +++ b/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_content_1_1_gemini_file_data.html @@ -27,7 +27,7 @@ -
UGemini 2.0.0-preview.5 +
UGemini 2.0.0-preview.6
A C# wrapper for the Google Gemini API.
diff --git a/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_content_1_1_unity_extensions-members.html b/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_content_1_1_unity_extensions-members.html index a2eccbba..acc4bdb9 100644 --- a/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_content_1_1_unity_extensions-members.html +++ b/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_content_1_1_unity_extensions-members.html @@ -27,7 +27,7 @@ -
UGemini 2.0.0-preview.5 +
UGemini 2.0.0-preview.6
A C# wrapper for the Google Gemini API.
diff --git a/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_content_1_1_unity_extensions.html b/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_content_1_1_unity_extensions.html index b87b0a23..53403938 100644 --- a/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_content_1_1_unity_extensions.html +++ b/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_content_1_1_unity_extensions.html @@ -27,7 +27,7 @@ -
UGemini 2.0.0-preview.5 +
UGemini 2.0.0-preview.6
A C# wrapper for the Google Gemini API.
diff --git a/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_count_tokens_1_1_gemini_token_count_request-members.html b/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_count_tokens_1_1_gemini_token_count_request-members.html index ded12cea..998987a9 100644 --- a/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_count_tokens_1_1_gemini_token_count_request-members.html +++ b/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_count_tokens_1_1_gemini_token_count_request-members.html @@ -27,7 +27,7 @@ -
UGemini 2.0.0-preview.5 +
UGemini 2.0.0-preview.6
A C# wrapper for the Google Gemini API.
diff --git a/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_count_tokens_1_1_gemini_token_count_request.html b/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_count_tokens_1_1_gemini_token_count_request.html index 60a572b6..e05dd6b9 100644 --- a/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_count_tokens_1_1_gemini_token_count_request.html +++ b/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_count_tokens_1_1_gemini_token_count_request.html @@ -27,7 +27,7 @@ -
UGemini 2.0.0-preview.5 +
UGemini 2.0.0-preview.6
A C# wrapper for the Google Gemini API.
diff --git a/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_count_tokens_1_1_gemini_token_count_response-members.html b/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_count_tokens_1_1_gemini_token_count_response-members.html index c3b7841e..7fc0b2b4 100644 --- a/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_count_tokens_1_1_gemini_token_count_response-members.html +++ b/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_count_tokens_1_1_gemini_token_count_response-members.html @@ -27,7 +27,7 @@ -
UGemini 2.0.0-preview.5 +
UGemini 2.0.0-preview.6
A C# wrapper for the Google Gemini API.
diff --git a/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_count_tokens_1_1_gemini_token_count_response.html b/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_count_tokens_1_1_gemini_token_count_response.html index edd3a54f..ea866e92 100644 --- a/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_count_tokens_1_1_gemini_token_count_response.html +++ b/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_count_tokens_1_1_gemini_token_count_response.html @@ -27,7 +27,7 @@ -
UGemini 2.0.0-preview.5 +
UGemini 2.0.0-preview.6
A C# wrapper for the Google Gemini API.
diff --git a/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_embedding_1_1_gemini_batch_embed_content_request-members.html b/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_embedding_1_1_gemini_batch_embed_content_request-members.html index 9a983bf0..2a2f73ad 100644 --- a/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_embedding_1_1_gemini_batch_embed_content_request-members.html +++ b/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_embedding_1_1_gemini_batch_embed_content_request-members.html @@ -27,7 +27,7 @@ -
UGemini 2.0.0-preview.5 +
UGemini 2.0.0-preview.6
A C# wrapper for the Google Gemini API.
diff --git a/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_embedding_1_1_gemini_batch_embed_content_request.html b/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_embedding_1_1_gemini_batch_embed_content_request.html index 4f6e9f62..829980ab 100644 --- a/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_embedding_1_1_gemini_batch_embed_content_request.html +++ b/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_embedding_1_1_gemini_batch_embed_content_request.html @@ -27,7 +27,7 @@ -
UGemini 2.0.0-preview.5 +
UGemini 2.0.0-preview.6
A C# wrapper for the Google Gemini API.
diff --git a/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_embedding_1_1_gemini_batch_embed_content_response-members.html b/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_embedding_1_1_gemini_batch_embed_content_response-members.html index a1f7269e..8bc8386d 100644 --- a/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_embedding_1_1_gemini_batch_embed_content_response-members.html +++ b/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_embedding_1_1_gemini_batch_embed_content_response-members.html @@ -27,7 +27,7 @@ -
UGemini 2.0.0-preview.5 +
UGemini 2.0.0-preview.6
A C# wrapper for the Google Gemini API.
diff --git a/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_embedding_1_1_gemini_batch_embed_content_response.html b/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_embedding_1_1_gemini_batch_embed_content_response.html index c1daddba..f9133684 100644 --- a/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_embedding_1_1_gemini_batch_embed_content_response.html +++ b/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_embedding_1_1_gemini_batch_embed_content_response.html @@ -27,7 +27,7 @@ -
UGemini 2.0.0-preview.5 +
UGemini 2.0.0-preview.6
A C# wrapper for the Google Gemini API.
diff --git a/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_embedding_1_1_gemini_content_embedding-members.html b/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_embedding_1_1_gemini_content_embedding-members.html index 25738eeb..bb9b05e4 100644 --- a/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_embedding_1_1_gemini_content_embedding-members.html +++ b/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_embedding_1_1_gemini_content_embedding-members.html @@ -27,7 +27,7 @@ -
UGemini 2.0.0-preview.5 +
UGemini 2.0.0-preview.6
A C# wrapper for the Google Gemini API.
diff --git a/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_embedding_1_1_gemini_content_embedding.html b/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_embedding_1_1_gemini_content_embedding.html index 202bc416..6de47ad3 100644 --- a/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_embedding_1_1_gemini_content_embedding.html +++ b/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_embedding_1_1_gemini_content_embedding.html @@ -27,7 +27,7 @@ -
UGemini 2.0.0-preview.5 +
UGemini 2.0.0-preview.6
A C# wrapper for the Google Gemini API.
diff --git a/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_embedding_1_1_gemini_embed_content_request-members.html b/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_embedding_1_1_gemini_embed_content_request-members.html index 50b5a5fe..91c0920b 100644 --- a/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_embedding_1_1_gemini_embed_content_request-members.html +++ b/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_embedding_1_1_gemini_embed_content_request-members.html @@ -27,7 +27,7 @@ -
UGemini 2.0.0-preview.5 +
UGemini 2.0.0-preview.6
A C# wrapper for the Google Gemini API.
diff --git a/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_embedding_1_1_gemini_embed_content_request.html b/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_embedding_1_1_gemini_embed_content_request.html index b68d3096..aaa0e23e 100644 --- a/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_embedding_1_1_gemini_embed_content_request.html +++ b/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_embedding_1_1_gemini_embed_content_request.html @@ -27,7 +27,7 @@ -
UGemini 2.0.0-preview.5 +
UGemini 2.0.0-preview.6
A C# wrapper for the Google Gemini API.
diff --git a/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_embedding_1_1_gemini_embed_content_response-members.html b/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_embedding_1_1_gemini_embed_content_response-members.html index 2d0973a5..e70b3398 100644 --- a/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_embedding_1_1_gemini_embed_content_response-members.html +++ b/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_embedding_1_1_gemini_embed_content_response-members.html @@ -27,7 +27,7 @@ -
UGemini 2.0.0-preview.5 +
UGemini 2.0.0-preview.6
A C# wrapper for the Google Gemini API.
diff --git a/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_embedding_1_1_gemini_embed_content_response.html b/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_embedding_1_1_gemini_embed_content_response.html index ae6e3cc4..3c6628dd 100644 --- a/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_embedding_1_1_gemini_embed_content_response.html +++ b/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_embedding_1_1_gemini_embed_content_response.html @@ -27,7 +27,7 @@ -
UGemini 2.0.0-preview.5 +
UGemini 2.0.0-preview.6
A C# wrapper for the Google Gemini API.
diff --git a/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_gemini_model-members.html b/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_gemini_model-members.html index 085c993a..8aca01f8 100644 --- a/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_gemini_model-members.html +++ b/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_gemini_model-members.html @@ -27,7 +27,7 @@ -
UGemini 2.0.0-preview.5 +
UGemini 2.0.0-preview.6
A C# wrapper for the Google Gemini API.
diff --git a/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_gemini_model.html b/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_gemini_model.html index be785549..a1c0f565 100644 --- a/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_gemini_model.html +++ b/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_gemini_model.html @@ -27,7 +27,7 @@ -
UGemini 2.0.0-preview.5 +
UGemini 2.0.0-preview.6
A C# wrapper for the Google Gemini API.
diff --git a/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_gemini_model_get_request-members.html b/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_gemini_model_get_request-members.html index 98bb3dc4..8b14062f 100644 --- a/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_gemini_model_get_request-members.html +++ b/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_gemini_model_get_request-members.html @@ -27,7 +27,7 @@ -
UGemini 2.0.0-preview.5 +
UGemini 2.0.0-preview.6
A C# wrapper for the Google Gemini API.
diff --git a/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_gemini_model_get_request.html b/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_gemini_model_get_request.html index c8dcb948..112090bf 100644 --- a/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_gemini_model_get_request.html +++ b/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_gemini_model_get_request.html @@ -27,7 +27,7 @@ -
UGemini 2.0.0-preview.5 +
UGemini 2.0.0-preview.6
A C# wrapper for the Google Gemini API.
diff --git a/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_gemini_model_id-members.html b/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_gemini_model_id-members.html index 8de1776e..e9be3137 100644 --- a/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_gemini_model_id-members.html +++ b/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_gemini_model_id-members.html @@ -27,7 +27,7 @@ -
UGemini 2.0.0-preview.5 +
UGemini 2.0.0-preview.6
A C# wrapper for the Google Gemini API.
diff --git a/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_gemini_model_id.html b/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_gemini_model_id.html index d2ff6d2a..c31661d2 100644 --- a/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_gemini_model_id.html +++ b/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_gemini_model_id.html @@ -27,7 +27,7 @@ -
UGemini 2.0.0-preview.5 +
UGemini 2.0.0-preview.6
A C# wrapper for the Google Gemini API.
diff --git a/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_gemini_model_id_string_converter-members.html b/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_gemini_model_id_string_converter-members.html index f186ea90..ca6e0165 100644 --- a/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_gemini_model_id_string_converter-members.html +++ b/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_gemini_model_id_string_converter-members.html @@ -27,7 +27,7 @@ -
UGemini 2.0.0-preview.5 +
UGemini 2.0.0-preview.6
A C# wrapper for the Google Gemini API.
diff --git a/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_gemini_model_id_string_converter.html b/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_gemini_model_id_string_converter.html index dcf0a7bd..82f3a0d0 100644 --- a/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_gemini_model_id_string_converter.html +++ b/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_gemini_model_id_string_converter.html @@ -27,7 +27,7 @@ -
UGemini 2.0.0-preview.5 +
UGemini 2.0.0-preview.6
A C# wrapper for the Google Gemini API.
diff --git a/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_gemini_model_list_request-members.html b/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_gemini_model_list_request-members.html index 5aef2133..6aab5f4e 100644 --- a/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_gemini_model_list_request-members.html +++ b/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_gemini_model_list_request-members.html @@ -27,7 +27,7 @@ -
UGemini 2.0.0-preview.5 +
UGemini 2.0.0-preview.6
A C# wrapper for the Google Gemini API.
diff --git a/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_gemini_model_list_request.html b/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_gemini_model_list_request.html index 7dd28f06..f553f17a 100644 --- a/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_gemini_model_list_request.html +++ b/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_gemini_model_list_request.html @@ -27,7 +27,7 @@ -
UGemini 2.0.0-preview.5 +
UGemini 2.0.0-preview.6
A C# wrapper for the Google Gemini API.
diff --git a/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_gemini_model_list_response-members.html b/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_gemini_model_list_response-members.html index e0809787..ce675d75 100644 --- a/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_gemini_model_list_response-members.html +++ b/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_gemini_model_list_response-members.html @@ -27,7 +27,7 @@ -
UGemini 2.0.0-preview.5 +
UGemini 2.0.0-preview.6
A C# wrapper for the Google Gemini API.
diff --git a/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_gemini_model_list_response.html b/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_gemini_model_list_response.html index 6274dd29..ca943758 100644 --- a/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_gemini_model_list_response.html +++ b/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_gemini_model_list_response.html @@ -27,7 +27,7 @@ -
UGemini 2.0.0-preview.5 +
UGemini 2.0.0-preview.6
A C# wrapper for the Google Gemini API.
diff --git a/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_candidate_1_1_gemini_candidate-members.html b/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_candidate_1_1_gemini_candidate-members.html index 62c9ea29..c576fce4 100644 --- a/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_candidate_1_1_gemini_candidate-members.html +++ b/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_candidate_1_1_gemini_candidate-members.html @@ -27,7 +27,7 @@ -
UGemini 2.0.0-preview.5 +
UGemini 2.0.0-preview.6
A C# wrapper for the Google Gemini API.
diff --git a/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_candidate_1_1_gemini_candidate.html b/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_candidate_1_1_gemini_candidate.html index c8235b39..579dd1be 100644 --- a/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_candidate_1_1_gemini_candidate.html +++ b/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_candidate_1_1_gemini_candidate.html @@ -27,7 +27,7 @@ -
UGemini 2.0.0-preview.5 +
UGemini 2.0.0-preview.6
A C# wrapper for the Google Gemini API.
diff --git a/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_candidate_1_1_gemini_prompt_feedback-members.html b/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_candidate_1_1_gemini_prompt_feedback-members.html index 83183236..dd1b5298 100644 --- a/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_candidate_1_1_gemini_prompt_feedback-members.html +++ b/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_candidate_1_1_gemini_prompt_feedback-members.html @@ -27,7 +27,7 @@ -
UGemini 2.0.0-preview.5 +
UGemini 2.0.0-preview.6
A C# wrapper for the Google Gemini API.
diff --git a/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_candidate_1_1_gemini_prompt_feedback.html b/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_candidate_1_1_gemini_prompt_feedback.html index a7f8b403..c576fdda 100644 --- a/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_candidate_1_1_gemini_prompt_feedback.html +++ b/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_candidate_1_1_gemini_prompt_feedback.html @@ -27,7 +27,7 @@ -
UGemini 2.0.0-preview.5 +
UGemini 2.0.0-preview.6
A C# wrapper for the Google Gemini API.
diff --git a/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_candidate_1_1_gemini_usage_metadata-members.html b/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_candidate_1_1_gemini_usage_metadata-members.html index 3cf69ba8..cbbbae8a 100644 --- a/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_candidate_1_1_gemini_usage_metadata-members.html +++ b/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_candidate_1_1_gemini_usage_metadata-members.html @@ -27,7 +27,7 @@ -
UGemini 2.0.0-preview.5 +
UGemini 2.0.0-preview.6
A C# wrapper for the Google Gemini API.
diff --git a/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_candidate_1_1_gemini_usage_metadata.html b/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_candidate_1_1_gemini_usage_metadata.html index 61fd475c..2d64b324 100644 --- a/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_candidate_1_1_gemini_usage_metadata.html +++ b/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_candidate_1_1_gemini_usage_metadata.html @@ -27,7 +27,7 @@ -
UGemini 2.0.0-preview.5 +
UGemini 2.0.0-preview.6
A C# wrapper for the Google Gemini API.
diff --git a/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_chat_1_1_gemini_chat_request-members.html b/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_chat_1_1_gemini_chat_request-members.html index 02c9a8a4..0d9dbcc4 100644 --- a/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_chat_1_1_gemini_chat_request-members.html +++ b/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_chat_1_1_gemini_chat_request-members.html @@ -27,7 +27,7 @@ -
UGemini 2.0.0-preview.5 +
UGemini 2.0.0-preview.6
A C# wrapper for the Google Gemini API.
diff --git a/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_chat_1_1_gemini_chat_request.html b/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_chat_1_1_gemini_chat_request.html index 8bfccf33..17acd2b0 100644 --- a/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_chat_1_1_gemini_chat_request.html +++ b/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_chat_1_1_gemini_chat_request.html @@ -27,7 +27,7 @@ -
UGemini 2.0.0-preview.5 +
UGemini 2.0.0-preview.6
A C# wrapper for the Google Gemini API.
diff --git a/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_chat_1_1_gemini_chat_response-members.html b/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_chat_1_1_gemini_chat_response-members.html index 3d2e2c6f..ab8b0ab9 100644 --- a/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_chat_1_1_gemini_chat_response-members.html +++ b/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_chat_1_1_gemini_chat_response-members.html @@ -27,7 +27,7 @@ -
UGemini 2.0.0-preview.5 +
UGemini 2.0.0-preview.6
A C# wrapper for the Google Gemini API.
diff --git a/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_chat_1_1_gemini_chat_response.html b/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_chat_1_1_gemini_chat_response.html index c7e1b34b..5d5d935e 100644 --- a/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_chat_1_1_gemini_chat_response.html +++ b/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_chat_1_1_gemini_chat_response.html @@ -27,7 +27,7 @@ -
UGemini 2.0.0-preview.5 +
UGemini 2.0.0-preview.6
A C# wrapper for the Google Gemini API.
diff --git a/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_gemini_generation_configuration-members.html b/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_gemini_generation_configuration-members.html index 8db6db74..48628978 100644 --- a/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_gemini_generation_configuration-members.html +++ b/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_gemini_generation_configuration-members.html @@ -27,7 +27,7 @@ -
UGemini 2.0.0-preview.5 +
UGemini 2.0.0-preview.6
A C# wrapper for the Google Gemini API.
diff --git a/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_gemini_generation_configuration.html b/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_gemini_generation_configuration.html index de06af45..671b2cd0 100644 --- a/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_gemini_generation_configuration.html +++ b/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_gemini_generation_configuration.html @@ -27,7 +27,7 @@ -
UGemini 2.0.0-preview.5 +
UGemini 2.0.0-preview.6
A C# wrapper for the Google Gemini API.
diff --git a/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_question_answering_1_1_gemini_answer_request-members.html b/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_question_answering_1_1_gemini_answer_request-members.html index 44c4c9fa..49e09266 100644 --- a/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_question_answering_1_1_gemini_answer_request-members.html +++ b/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_question_answering_1_1_gemini_answer_request-members.html @@ -27,7 +27,7 @@ -
UGemini 2.0.0-preview.5 +
UGemini 2.0.0-preview.6
A C# wrapper for the Google Gemini API.
diff --git a/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_question_answering_1_1_gemini_answer_request.html b/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_question_answering_1_1_gemini_answer_request.html index 3a872187..34e0ccbb 100644 --- a/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_question_answering_1_1_gemini_answer_request.html +++ b/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_question_answering_1_1_gemini_answer_request.html @@ -27,7 +27,7 @@ -
UGemini 2.0.0-preview.5 +
UGemini 2.0.0-preview.6
A C# wrapper for the Google Gemini API.
diff --git a/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_question_answering_1_1_gemini_answer_response-members.html b/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_question_answering_1_1_gemini_answer_response-members.html index e72fbab3..e77bc2e6 100644 --- a/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_question_answering_1_1_gemini_answer_response-members.html +++ b/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_question_answering_1_1_gemini_answer_response-members.html @@ -27,7 +27,7 @@ -
UGemini 2.0.0-preview.5 +
UGemini 2.0.0-preview.6
A C# wrapper for the Google Gemini API.
diff --git a/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_question_answering_1_1_gemini_answer_response.html b/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_question_answering_1_1_gemini_answer_response.html index 7080abd8..49859db3 100644 --- a/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_question_answering_1_1_gemini_answer_response.html +++ b/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_question_answering_1_1_gemini_answer_response.html @@ -27,7 +27,7 @@ -
UGemini 2.0.0-preview.5 +
UGemini 2.0.0-preview.6
A C# wrapper for the Google Gemini API.
diff --git a/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_question_answering_1_1_grounding_1_1_dfa9a2347b0c57abc3ec17328603dca2.html b/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_question_answering_1_1_grounding_1_1_dfa9a2347b0c57abc3ec17328603dca2.html index 48a9aaba..90c7f78a 100644 --- a/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_question_answering_1_1_grounding_1_1_dfa9a2347b0c57abc3ec17328603dca2.html +++ b/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_question_answering_1_1_grounding_1_1_dfa9a2347b0c57abc3ec17328603dca2.html @@ -27,7 +27,7 @@ -
UGemini 2.0.0-preview.5 +
UGemini 2.0.0-preview.6
A C# wrapper for the Google Gemini API.
diff --git a/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_question_answering_1_1_grounding_1_1_e8e301a42c505929743c3ac903ea4edb.html b/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_question_answering_1_1_grounding_1_1_e8e301a42c505929743c3ac903ea4edb.html index a21ded29..2a71ee60 100644 --- a/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_question_answering_1_1_grounding_1_1_e8e301a42c505929743c3ac903ea4edb.html +++ b/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_question_answering_1_1_grounding_1_1_e8e301a42c505929743c3ac903ea4edb.html @@ -27,7 +27,7 @@ -
UGemini 2.0.0-preview.5 +
UGemini 2.0.0-preview.6
A C# wrapper for the Google Gemini API.
diff --git a/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_question_answering_1_1_grounding_1_1_gemini_grounding_passage.html b/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_question_answering_1_1_grounding_1_1_gemini_grounding_passage.html index b704298c..0728e75f 100644 --- a/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_question_answering_1_1_grounding_1_1_gemini_grounding_passage.html +++ b/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_question_answering_1_1_grounding_1_1_gemini_grounding_passage.html @@ -27,7 +27,7 @@ -
UGemini 2.0.0-preview.5 +
UGemini 2.0.0-preview.6
A C# wrapper for the Google Gemini API.
diff --git a/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_question_answering_1_1_grounding_1_1_gemini_grounding_passages.html b/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_question_answering_1_1_grounding_1_1_gemini_grounding_passages.html index edec91ce..cfa51d96 100644 --- a/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_question_answering_1_1_grounding_1_1_gemini_grounding_passages.html +++ b/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_question_answering_1_1_grounding_1_1_gemini_grounding_passages.html @@ -27,7 +27,7 @@ -
UGemini 2.0.0-preview.5 +
UGemini 2.0.0-preview.6
A C# wrapper for the Google Gemini API.
diff --git a/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_question_answering_1_1_semantic_retri0c9a2baaae3a05ecf32bae131f9ac187.html b/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_question_answering_1_1_semantic_retri0c9a2baaae3a05ecf32bae131f9ac187.html index 7317dd4c..c0e6594a 100644 --- a/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_question_answering_1_1_semantic_retri0c9a2baaae3a05ecf32bae131f9ac187.html +++ b/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_question_answering_1_1_semantic_retri0c9a2baaae3a05ecf32bae131f9ac187.html @@ -27,7 +27,7 @@ -
UGemini 2.0.0-preview.5 +
UGemini 2.0.0-preview.6
A C# wrapper for the Google Gemini API.
diff --git a/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_question_answering_1_1_semantic_retri423d28f3d3196ade30c6249ca6de1c23.html b/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_question_answering_1_1_semantic_retri423d28f3d3196ade30c6249ca6de1c23.html index 88ecb333..06b0c84c 100644 --- a/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_question_answering_1_1_semantic_retri423d28f3d3196ade30c6249ca6de1c23.html +++ b/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_question_answering_1_1_semantic_retri423d28f3d3196ade30c6249ca6de1c23.html @@ -27,7 +27,7 @@ -
UGemini 2.0.0-preview.5 +
UGemini 2.0.0-preview.6
A C# wrapper for the Google Gemini API.
diff --git a/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_question_answering_1_1_semantic_retri9b6dfd7c08de54b9ab12d2385e99f3cf.html b/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_question_answering_1_1_semantic_retri9b6dfd7c08de54b9ab12d2385e99f3cf.html index a6b67fe8..437c7ec6 100644 --- a/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_question_answering_1_1_semantic_retri9b6dfd7c08de54b9ab12d2385e99f3cf.html +++ b/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_question_answering_1_1_semantic_retri9b6dfd7c08de54b9ab12d2385e99f3cf.html @@ -27,7 +27,7 @@ -
UGemini 2.0.0-preview.5 +
UGemini 2.0.0-preview.6
A C# wrapper for the Google Gemini API.
diff --git a/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_question_answering_1_1_semantic_retricbc90f74754412722dd9321a93576f4e.html b/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_question_answering_1_1_semantic_retricbc90f74754412722dd9321a93576f4e.html index df514bc0..49f71735 100644 --- a/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_question_answering_1_1_semantic_retricbc90f74754412722dd9321a93576f4e.html +++ b/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_question_answering_1_1_semantic_retricbc90f74754412722dd9321a93576f4e.html @@ -27,7 +27,7 @@ -
UGemini 2.0.0-preview.5 +
UGemini 2.0.0-preview.6
A C# wrapper for the Google Gemini API.
diff --git a/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_question_answering_1_1_semantic_retriever_1_1_gemini_metadata_filter.html b/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_question_answering_1_1_semantic_retriever_1_1_gemini_metadata_filter.html index db98509a..279fe9ee 100644 --- a/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_question_answering_1_1_semantic_retriever_1_1_gemini_metadata_filter.html +++ b/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_question_answering_1_1_semantic_retriever_1_1_gemini_metadata_filter.html @@ -27,7 +27,7 @@ -
UGemini 2.0.0-preview.5 +
UGemini 2.0.0-preview.6
A C# wrapper for the Google Gemini API.
diff --git a/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_question_answering_1_1_semantic_retrifedbd69a35d694b29e256a384f46e443.html b/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_question_answering_1_1_semantic_retrifedbd69a35d694b29e256a384f46e443.html index 8b9b94b5..52fd98fb 100644 --- a/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_question_answering_1_1_semantic_retrifedbd69a35d694b29e256a384f46e443.html +++ b/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_question_answering_1_1_semantic_retrifedbd69a35d694b29e256a384f46e443.html @@ -27,7 +27,7 @@ -
UGemini 2.0.0-preview.5 +
UGemini 2.0.0-preview.6
A C# wrapper for the Google Gemini API.
diff --git a/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_safety_1_1_gemini_safety_rating-members.html b/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_safety_1_1_gemini_safety_rating-members.html index 808297aa..5b91ab9f 100644 --- a/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_safety_1_1_gemini_safety_rating-members.html +++ b/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_safety_1_1_gemini_safety_rating-members.html @@ -27,7 +27,7 @@ -
UGemini 2.0.0-preview.5 +
UGemini 2.0.0-preview.6
A C# wrapper for the Google Gemini API.
diff --git a/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_safety_1_1_gemini_safety_rating.html b/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_safety_1_1_gemini_safety_rating.html index 6d8c32ba..f37f075d 100644 --- a/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_safety_1_1_gemini_safety_rating.html +++ b/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_safety_1_1_gemini_safety_rating.html @@ -27,7 +27,7 @@ -
UGemini 2.0.0-preview.5 +
UGemini 2.0.0-preview.6
A C# wrapper for the Google Gemini API.
diff --git a/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_safety_1_1_gemini_safety_settings-members.html b/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_safety_1_1_gemini_safety_settings-members.html index 626373c6..1fcacebb 100644 --- a/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_safety_1_1_gemini_safety_settings-members.html +++ b/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_safety_1_1_gemini_safety_settings-members.html @@ -27,7 +27,7 @@ -
UGemini 2.0.0-preview.5 +
UGemini 2.0.0-preview.6
A C# wrapper for the Google Gemini API.
diff --git a/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_safety_1_1_gemini_safety_settings.html b/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_safety_1_1_gemini_safety_settings.html index 1ddf238d..c945e078 100644 --- a/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_safety_1_1_gemini_safety_settings.html +++ b/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_safety_1_1_gemini_safety_settings.html @@ -27,7 +27,7 @@ -
UGemini 2.0.0-preview.5 +
UGemini 2.0.0-preview.6
A C# wrapper for the Google Gemini API.
diff --git a/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_schema_1_1_gemini_schema-members.html b/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_schema_1_1_gemini_schema-members.html index c4b7e1e7..e41d1d3c 100644 --- a/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_schema_1_1_gemini_schema-members.html +++ b/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_schema_1_1_gemini_schema-members.html @@ -27,7 +27,7 @@ -
UGemini 2.0.0-preview.5 +
UGemini 2.0.0-preview.6
A C# wrapper for the Google Gemini API.
diff --git a/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_schema_1_1_gemini_schema.html b/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_schema_1_1_gemini_schema.html index 93620de8..06cbe00a 100644 --- a/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_schema_1_1_gemini_schema.html +++ b/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_schema_1_1_gemini_schema.html @@ -27,7 +27,7 @@ -
UGemini 2.0.0-preview.5 +
UGemini 2.0.0-preview.6
A C# wrapper for the Google Gemini API.
diff --git a/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_tools_1_1_code_execution_1_1_gemini_code_execution_result-members.html b/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_tools_1_1_code_execution_1_1_gemini_code_execution_result-members.html index c086a368..58a00340 100644 --- a/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_tools_1_1_code_execution_1_1_gemini_code_execution_result-members.html +++ b/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_tools_1_1_code_execution_1_1_gemini_code_execution_result-members.html @@ -27,7 +27,7 @@ -
UGemini 2.0.0-preview.5 +
UGemini 2.0.0-preview.6
A C# wrapper for the Google Gemini API.
diff --git a/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_tools_1_1_code_execution_1_1_gemini_code_execution_result.html b/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_tools_1_1_code_execution_1_1_gemini_code_execution_result.html index ba7cadb2..1590a174 100644 --- a/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_tools_1_1_code_execution_1_1_gemini_code_execution_result.html +++ b/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_tools_1_1_code_execution_1_1_gemini_code_execution_result.html @@ -27,7 +27,7 @@ -
UGemini 2.0.0-preview.5 +
UGemini 2.0.0-preview.6
A C# wrapper for the Google Gemini API.
diff --git a/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_tools_1_1_code_execution_1_1_gemini_executable_code-members.html b/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_tools_1_1_code_execution_1_1_gemini_executable_code-members.html index 7df0f02d..807f6bbb 100644 --- a/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_tools_1_1_code_execution_1_1_gemini_executable_code-members.html +++ b/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_tools_1_1_code_execution_1_1_gemini_executable_code-members.html @@ -27,7 +27,7 @@ -
UGemini 2.0.0-preview.5 +
UGemini 2.0.0-preview.6
A C# wrapper for the Google Gemini API.
diff --git a/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_tools_1_1_code_execution_1_1_gemini_executable_code.html b/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_tools_1_1_code_execution_1_1_gemini_executable_code.html index 12481b14..94ed7f79 100644 --- a/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_tools_1_1_code_execution_1_1_gemini_executable_code.html +++ b/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_tools_1_1_code_execution_1_1_gemini_executable_code.html @@ -27,7 +27,7 @@ -
UGemini 2.0.0-preview.5 +
UGemini 2.0.0-preview.6
A C# wrapper for the Google Gemini API.
diff --git a/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_tools_1_1_declaration_1_1_gemini_code_execution.html b/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_tools_1_1_declaration_1_1_gemini_code_execution.html index 5d3f41e7..ceb7df27 100644 --- a/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_tools_1_1_declaration_1_1_gemini_code_execution.html +++ b/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_tools_1_1_declaration_1_1_gemini_code_execution.html @@ -27,7 +27,7 @@ -
UGemini 2.0.0-preview.5 +
UGemini 2.0.0-preview.6
A C# wrapper for the Google Gemini API.
diff --git a/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_tools_1_1_declaration_1_1_gemini_func292ccad5a7114fbdd925db3119ba05d2.html b/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_tools_1_1_declaration_1_1_gemini_func292ccad5a7114fbdd925db3119ba05d2.html index 32b509fc..b1a3bdf5 100644 --- a/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_tools_1_1_declaration_1_1_gemini_func292ccad5a7114fbdd925db3119ba05d2.html +++ b/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_tools_1_1_declaration_1_1_gemini_func292ccad5a7114fbdd925db3119ba05d2.html @@ -27,7 +27,7 @@ -
UGemini 2.0.0-preview.5 +
UGemini 2.0.0-preview.6
A C# wrapper for the Google Gemini API.
diff --git a/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_tools_1_1_declaration_1_1_gemini_function_calling_configuration.html b/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_tools_1_1_declaration_1_1_gemini_function_calling_configuration.html index a39d00d2..72d8b343 100644 --- a/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_tools_1_1_declaration_1_1_gemini_function_calling_configuration.html +++ b/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_tools_1_1_declaration_1_1_gemini_function_calling_configuration.html @@ -27,7 +27,7 @@ -
UGemini 2.0.0-preview.5 +
UGemini 2.0.0-preview.6
A C# wrapper for the Google Gemini API.
diff --git a/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_tools_1_1_declaration_1_1_gemini_function_declaration-members.html b/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_tools_1_1_declaration_1_1_gemini_function_declaration-members.html index 1dcc63c3..15c6f494 100644 --- a/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_tools_1_1_declaration_1_1_gemini_function_declaration-members.html +++ b/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_tools_1_1_declaration_1_1_gemini_function_declaration-members.html @@ -27,7 +27,7 @@ -
UGemini 2.0.0-preview.5 +
UGemini 2.0.0-preview.6
A C# wrapper for the Google Gemini API.
diff --git a/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_tools_1_1_declaration_1_1_gemini_function_declaration.html b/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_tools_1_1_declaration_1_1_gemini_function_declaration.html index ebd4647f..15bd7095 100644 --- a/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_tools_1_1_declaration_1_1_gemini_function_declaration.html +++ b/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_tools_1_1_declaration_1_1_gemini_function_declaration.html @@ -27,7 +27,7 @@ -
UGemini 2.0.0-preview.5 +
UGemini 2.0.0-preview.6
A C# wrapper for the Google Gemini API.
diff --git a/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_tools_1_1_declaration_1_1_gemini_tool-members.html b/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_tools_1_1_declaration_1_1_gemini_tool-members.html index 79254358..5beca55c 100644 --- a/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_tools_1_1_declaration_1_1_gemini_tool-members.html +++ b/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_tools_1_1_declaration_1_1_gemini_tool-members.html @@ -27,7 +27,7 @@ -
UGemini 2.0.0-preview.5 +
UGemini 2.0.0-preview.6
A C# wrapper for the Google Gemini API.
diff --git a/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_tools_1_1_declaration_1_1_gemini_tool.html b/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_tools_1_1_declaration_1_1_gemini_tool.html index 079a7f68..457a673a 100644 --- a/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_tools_1_1_declaration_1_1_gemini_tool.html +++ b/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_tools_1_1_declaration_1_1_gemini_tool.html @@ -27,7 +27,7 @@ -
UGemini 2.0.0-preview.5 +
UGemini 2.0.0-preview.6
A C# wrapper for the Google Gemini API.
diff --git a/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_tools_1_1_declaration_1_1_gemini_tool_configuration-members.html b/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_tools_1_1_declaration_1_1_gemini_tool_configuration-members.html index 5b56deb5..c02afc0c 100644 --- a/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_tools_1_1_declaration_1_1_gemini_tool_configuration-members.html +++ b/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_tools_1_1_declaration_1_1_gemini_tool_configuration-members.html @@ -27,7 +27,7 @@ -
UGemini 2.0.0-preview.5 +
UGemini 2.0.0-preview.6
A C# wrapper for the Google Gemini API.
diff --git a/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_tools_1_1_declaration_1_1_gemini_tool_configuration.html b/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_tools_1_1_declaration_1_1_gemini_tool_configuration.html index 709e606a..8c70f135 100644 --- a/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_tools_1_1_declaration_1_1_gemini_tool_configuration.html +++ b/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_tools_1_1_declaration_1_1_gemini_tool_configuration.html @@ -27,7 +27,7 @@ -
UGemini 2.0.0-preview.5 +
UGemini 2.0.0-preview.6
A C# wrapper for the Google Gemini API.
diff --git a/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_tools_1_1_gemini_function_call-members.html b/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_tools_1_1_gemini_function_call-members.html index 3af602d8..9d6282ea 100644 --- a/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_tools_1_1_gemini_function_call-members.html +++ b/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_tools_1_1_gemini_function_call-members.html @@ -27,7 +27,7 @@ -
UGemini 2.0.0-preview.5 +
UGemini 2.0.0-preview.6
A C# wrapper for the Google Gemini API.
diff --git a/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_tools_1_1_gemini_function_call.html b/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_tools_1_1_gemini_function_call.html index 4f3d3ce7..93383bbd 100644 --- a/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_tools_1_1_gemini_function_call.html +++ b/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_tools_1_1_gemini_function_call.html @@ -27,7 +27,7 @@ -
UGemini 2.0.0-preview.5 +
UGemini 2.0.0-preview.6
A C# wrapper for the Google Gemini API.
diff --git a/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_tools_1_1_gemini_function_response-members.html b/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_tools_1_1_gemini_function_response-members.html index ace973ef..904d740c 100644 --- a/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_tools_1_1_gemini_function_response-members.html +++ b/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_tools_1_1_gemini_function_response-members.html @@ -27,7 +27,7 @@ -
UGemini 2.0.0-preview.5 +
UGemini 2.0.0-preview.6
A C# wrapper for the Google Gemini API.
diff --git a/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_tools_1_1_gemini_function_response.html b/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_tools_1_1_gemini_function_response.html index 0318395c..3cf3634d 100644 --- a/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_tools_1_1_gemini_function_response.html +++ b/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_tools_1_1_gemini_function_response.html @@ -27,7 +27,7 @@ -
UGemini 2.0.0-preview.5 +
UGemini 2.0.0-preview.6
A C# wrapper for the Google Gemini API.
diff --git a/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_tools_1_1_gemini_function_response_content-members.html b/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_tools_1_1_gemini_function_response_content-members.html index e4af3354..0e265635 100644 --- a/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_tools_1_1_gemini_function_response_content-members.html +++ b/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_tools_1_1_gemini_function_response_content-members.html @@ -27,7 +27,7 @@ -
UGemini 2.0.0-preview.5 +
UGemini 2.0.0-preview.6
A C# wrapper for the Google Gemini API.
diff --git a/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_tools_1_1_gemini_function_response_content.html b/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_tools_1_1_gemini_function_response_content.html index b95e42d6..311a046c 100644 --- a/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_tools_1_1_gemini_function_response_content.html +++ b/docs/class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_tools_1_1_gemini_function_response_content.html @@ -27,7 +27,7 @@ -
UGemini 2.0.0-preview.5 +
UGemini 2.0.0-preview.6
A C# wrapper for the Google Gemini API.
diff --git a/docs/class_uralstech_1_1_u_gemini_1_1_status_1_1_gemini_status-members.html b/docs/class_uralstech_1_1_u_gemini_1_1_status_1_1_gemini_status-members.html index 25a4f6d0..e08308af 100644 --- a/docs/class_uralstech_1_1_u_gemini_1_1_status_1_1_gemini_status-members.html +++ b/docs/class_uralstech_1_1_u_gemini_1_1_status_1_1_gemini_status-members.html @@ -27,7 +27,7 @@ -
UGemini 2.0.0-preview.5 +
UGemini 2.0.0-preview.6
A C# wrapper for the Google Gemini API.
diff --git a/docs/class_uralstech_1_1_u_gemini_1_1_status_1_1_gemini_status.html b/docs/class_uralstech_1_1_u_gemini_1_1_status_1_1_gemini_status.html index 3315f7bd..d84cc12e 100644 --- a/docs/class_uralstech_1_1_u_gemini_1_1_status_1_1_gemini_status.html +++ b/docs/class_uralstech_1_1_u_gemini_1_1_status_1_1_gemini_status.html @@ -27,7 +27,7 @@ -
UGemini 2.0.0-preview.5 +
UGemini 2.0.0-preview.6
A C# wrapper for the Google Gemini API.
diff --git a/docs/class_uralstech_1_1_u_gemini_1_1_status_1_1_gemini_status_details-members.html b/docs/class_uralstech_1_1_u_gemini_1_1_status_1_1_gemini_status_details-members.html index 99d4d6b2..7c72e75d 100644 --- a/docs/class_uralstech_1_1_u_gemini_1_1_status_1_1_gemini_status_details-members.html +++ b/docs/class_uralstech_1_1_u_gemini_1_1_status_1_1_gemini_status_details-members.html @@ -27,7 +27,7 @@ -
UGemini 2.0.0-preview.5 +
UGemini 2.0.0-preview.6
A C# wrapper for the Google Gemini API.
diff --git a/docs/class_uralstech_1_1_u_gemini_1_1_status_1_1_gemini_status_details.html b/docs/class_uralstech_1_1_u_gemini_1_1_status_1_1_gemini_status_details.html index d77e03a3..9bcb3b6d 100644 --- a/docs/class_uralstech_1_1_u_gemini_1_1_status_1_1_gemini_status_details.html +++ b/docs/class_uralstech_1_1_u_gemini_1_1_status_1_1_gemini_status_details.html @@ -27,7 +27,7 @@ -
UGemini 2.0.0-preview.5 +
UGemini 2.0.0-preview.6
A C# wrapper for the Google Gemini API.
diff --git a/docs/class_uralstech_1_1_u_gemini_1_1_utils_1_1_singleton_1_1_singleton-members.html b/docs/class_uralstech_1_1_u_gemini_1_1_utils_1_1_singleton_1_1_singleton-members.html index 08f6219d..0bf4d297 100644 --- a/docs/class_uralstech_1_1_u_gemini_1_1_utils_1_1_singleton_1_1_singleton-members.html +++ b/docs/class_uralstech_1_1_u_gemini_1_1_utils_1_1_singleton_1_1_singleton-members.html @@ -27,7 +27,7 @@ -
UGemini 2.0.0-preview.5 +
UGemini 2.0.0-preview.6
A C# wrapper for the Google Gemini API.
diff --git a/docs/class_uralstech_1_1_u_gemini_1_1_utils_1_1_singleton_1_1_singleton.html b/docs/class_uralstech_1_1_u_gemini_1_1_utils_1_1_singleton_1_1_singleton.html index e637f622..81ec795b 100644 --- a/docs/class_uralstech_1_1_u_gemini_1_1_utils_1_1_singleton_1_1_singleton.html +++ b/docs/class_uralstech_1_1_u_gemini_1_1_utils_1_1_singleton_1_1_singleton.html @@ -27,7 +27,7 @@ -
UGemini 2.0.0-preview.5 +
UGemini 2.0.0-preview.6
A C# wrapper for the Google Gemini API.
diff --git a/docs/class_uralstech_1_1_u_gemini_1_1_utils_1_1_web_1_1_web_request_helper-members.html b/docs/class_uralstech_1_1_u_gemini_1_1_utils_1_1_web_1_1_web_request_helper-members.html index 23fa3444..3284cbcc 100644 --- a/docs/class_uralstech_1_1_u_gemini_1_1_utils_1_1_web_1_1_web_request_helper-members.html +++ b/docs/class_uralstech_1_1_u_gemini_1_1_utils_1_1_web_1_1_web_request_helper-members.html @@ -27,7 +27,7 @@ -
UGemini 2.0.0-preview.5 +
UGemini 2.0.0-preview.6
A C# wrapper for the Google Gemini API.
diff --git a/docs/class_uralstech_1_1_u_gemini_1_1_utils_1_1_web_1_1_web_request_helper.html b/docs/class_uralstech_1_1_u_gemini_1_1_utils_1_1_web_1_1_web_request_helper.html index de69ad63..52d5c7f8 100644 --- a/docs/class_uralstech_1_1_u_gemini_1_1_utils_1_1_web_1_1_web_request_helper.html +++ b/docs/class_uralstech_1_1_u_gemini_1_1_utils_1_1_web_1_1_web_request_helper.html @@ -27,7 +27,7 @@ -
UGemini 2.0.0-preview.5 +
UGemini 2.0.0-preview.6
A C# wrapper for the Google Gemini API.
diff --git a/docs/classes.html b/docs/classes.html index 6d811e2d..774dc076 100644 --- a/docs/classes.html +++ b/docs/classes.html @@ -27,7 +27,7 @@ -
UGemini 2.0.0-preview.5 +
UGemini 2.0.0-preview.6
A C# wrapper for the Google Gemini API.
@@ -104,7 +104,7 @@
G
-
GeminiAnswerRequest (Uralstech.UGemini.Models.Generation.QuestionAnswering)
GeminiAnswerResponse (Uralstech.UGemini.Models.Generation.QuestionAnswering)
GeminiAttributionSourceId (Uralstech.UGemini.Models.Content.Attribution)
GeminiBatchEmbedContentRequest (Uralstech.UGemini.Models.Embedding)
GeminiBatchEmbedContentResponse (Uralstech.UGemini.Models.Embedding)
GeminiCachedContent (Uralstech.UGemini.Models.Caching)
GeminiCachedContentCreateRequest (Uralstech.UGemini.Models.Caching)
GeminiCachedContentCreationData (Uralstech.UGemini.Models.Caching)
GeminiCachedContentDeleteRequest (Uralstech.UGemini.Models.Caching)
GeminiCachedContentGetRequest (Uralstech.UGemini.Models.Caching)
GeminiCachedContentListRequest (Uralstech.UGemini.Models.Caching)
GeminiCachedContentListResponse (Uralstech.UGemini.Models.Caching)
GeminiCachedContentPatchRequest (Uralstech.UGemini.Models.Caching)
GeminiCachedContentUsageMetadata (Uralstech.UGemini.Models.Caching)
GeminiCandidate (Uralstech.UGemini.Models.Generation.Candidate)
GeminiChatRequest (Uralstech.UGemini.Models.Generation.Chat)
GeminiChatResponse (Uralstech.UGemini.Models.Generation.Chat)
GeminiCitationMetadata (Uralstech.UGemini.Models.Content.Citation)
GeminiCitationSource (Uralstech.UGemini.Models.Content.Citation)
GeminiCodeExecution (Uralstech.UGemini.Models.Generation.Tools.Declaration)
GeminiCodeExecutionResult (Uralstech.UGemini.Models.Generation.Tools.CodeExecution)
GeminiContent (Uralstech.UGemini.Models.Content)
GeminiContentBlob (Uralstech.UGemini.Models.Content)
GeminiContentEmbedding (Uralstech.UGemini.Models.Embedding)
GeminiContentPart (Uralstech.UGemini.Models.Content)
GeminiContentTypeExtensions (Uralstech.UGemini)
GeminiEmbedContentRequest (Uralstech.UGemini.Models.Embedding)
GeminiEmbedContentResponse (Uralstech.UGemini.Models.Embedding)
GeminiExecutableCode (Uralstech.UGemini.Models.Generation.Tools.CodeExecution)
GeminiFile (Uralstech.UGemini.FileAPI)
GeminiFileData (Uralstech.UGemini.Models.Content)
GeminiFileDeleteRequest (Uralstech.UGemini.FileAPI)
GeminiFileGetRequest (Uralstech.UGemini.FileAPI)
GeminiFileListRequest (Uralstech.UGemini.FileAPI)
GeminiFileListResponse (Uralstech.UGemini.FileAPI)
GeminiFileUploadMetaData (Uralstech.UGemini.FileAPI)
GeminiFileUploadRequest (Uralstech.UGemini.FileAPI)
GeminiFileUploadResponse (Uralstech.UGemini.FileAPI)
GeminiFileVideoMetaData (Uralstech.UGemini.FileAPI)
GeminiFunctionCall (Uralstech.UGemini.Models.Generation.Tools)
GeminiFunctionCallingConfiguration (Uralstech.UGemini.Models.Generation.Tools.Declaration)
GeminiFunctionDeclaration (Uralstech.UGemini.Models.Generation.Tools.Declaration)
GeminiFunctionResponse (Uralstech.UGemini.Models.Generation.Tools)
GeminiFunctionResponseContent (Uralstech.UGemini.Models.Generation.Tools)
GeminiGenerationConfiguration (Uralstech.UGemini.Models.Generation)
GeminiGroundingAttribution (Uralstech.UGemini.Models.Content.Attribution)
GeminiGroundingPassage (Uralstech.UGemini.Models.Generation.QuestionAnswering.Grounding)
GeminiGroundingPassageId (Uralstech.UGemini.Models.Content.Attribution)
GeminiGroundingPassages (Uralstech.UGemini.Models.Generation.QuestionAnswering.Grounding)
GeminiManager (Uralstech.UGemini)
GeminiMetadataCondition (Uralstech.UGemini.Models.Generation.QuestionAnswering.SemanticRetriever)
GeminiMetadataFilter (Uralstech.UGemini.Models.Generation.QuestionAnswering.SemanticRetriever)
GeminiModel (Uralstech.UGemini.Models)
GeminiModelGetRequest (Uralstech.UGemini.Models)
GeminiModelId (Uralstech.UGemini.Models)
GeminiModelIdStringConverter (Uralstech.UGemini.Models)
GeminiModelListRequest (Uralstech.UGemini.Models)
GeminiModelListResponse (Uralstech.UGemini.Models)
GeminiPromptFeedback (Uralstech.UGemini.Models.Generation.Candidate)
GeminiRequestException (Uralstech.UGemini.Exceptions)
GeminiRequestMetadata (Uralstech.UGemini)
GeminiSafetyRating (Uralstech.UGemini.Models.Generation.Safety)
GeminiSafetySettings (Uralstech.UGemini.Models.Generation.Safety)
GeminiSchema (Uralstech.UGemini.Models.Generation.Schema)
GeminiSecondsToTimeSpanJsonConverter (Uralstech.UGemini)
GeminiSemanticRetrieverChunk (Uralstech.UGemini.Models.Content.Attribution)
GeminiSemanticRetrieverConfig (Uralstech.UGemini.Models.Generation.QuestionAnswering.SemanticRetriever)
GeminiStatus (Uralstech.UGemini.Status)
GeminiStatusDetails (Uralstech.UGemini.Status)
GeminiTokenCountRequest (Uralstech.UGemini.Models.CountTokens)
GeminiTokenCountResponse (Uralstech.UGemini.Models.CountTokens)
GeminiTool (Uralstech.UGemini.Models.Generation.Tools.Declaration)
GeminiToolConfiguration (Uralstech.UGemini.Models.Generation.Tools.Declaration)
GeminiUsageMetadata (Uralstech.UGemini.Models.Generation.Candidate)
+
GeminiAnswerRequest (Uralstech.UGemini.Models.Generation.QuestionAnswering)
GeminiAnswerResponse (Uralstech.UGemini.Models.Generation.QuestionAnswering)
GeminiAttributionSourceId (Uralstech.UGemini.Models.Content.Attribution)
GeminiBatchEmbedContentRequest (Uralstech.UGemini.Models.Embedding)
GeminiBatchEmbedContentResponse (Uralstech.UGemini.Models.Embedding)
GeminiCachedContent (Uralstech.UGemini.Models.Caching)
GeminiCachedContentCreateRequest (Uralstech.UGemini.Models.Caching)
GeminiCachedContentCreationData (Uralstech.UGemini.Models.Caching)
GeminiCachedContentDeleteRequest (Uralstech.UGemini.Models.Caching)
GeminiCachedContentGetRequest (Uralstech.UGemini.Models.Caching)
GeminiCachedContentListRequest (Uralstech.UGemini.Models.Caching)
GeminiCachedContentListResponse (Uralstech.UGemini.Models.Caching)
GeminiCachedContentPatchData (Uralstech.UGemini.Models.Caching)
GeminiCachedContentPatchRequest (Uralstech.UGemini.Models.Caching)
GeminiCachedContentUsageMetadata (Uralstech.UGemini.Models.Caching)
GeminiCandidate (Uralstech.UGemini.Models.Generation.Candidate)
GeminiChatRequest (Uralstech.UGemini.Models.Generation.Chat)
GeminiChatResponse (Uralstech.UGemini.Models.Generation.Chat)
GeminiCitationMetadata (Uralstech.UGemini.Models.Content.Citation)
GeminiCitationSource (Uralstech.UGemini.Models.Content.Citation)
GeminiCodeExecution (Uralstech.UGemini.Models.Generation.Tools.Declaration)
GeminiCodeExecutionResult (Uralstech.UGemini.Models.Generation.Tools.CodeExecution)
GeminiContent (Uralstech.UGemini.Models.Content)
GeminiContentBlob (Uralstech.UGemini.Models.Content)
GeminiContentEmbedding (Uralstech.UGemini.Models.Embedding)
GeminiContentPart (Uralstech.UGemini.Models.Content)
GeminiContentTypeExtensions (Uralstech.UGemini)
GeminiEmbedContentRequest (Uralstech.UGemini.Models.Embedding)
GeminiEmbedContentResponse (Uralstech.UGemini.Models.Embedding)
GeminiExecutableCode (Uralstech.UGemini.Models.Generation.Tools.CodeExecution)
GeminiFile (Uralstech.UGemini.FileAPI)
GeminiFileData (Uralstech.UGemini.Models.Content)
GeminiFileDeleteRequest (Uralstech.UGemini.FileAPI)
GeminiFileGetRequest (Uralstech.UGemini.FileAPI)
GeminiFileListRequest (Uralstech.UGemini.FileAPI)
GeminiFileListResponse (Uralstech.UGemini.FileAPI)
GeminiFileUploadMetaData (Uralstech.UGemini.FileAPI)
GeminiFileUploadRequest (Uralstech.UGemini.FileAPI)
GeminiFileUploadResponse (Uralstech.UGemini.FileAPI)
GeminiFileVideoMetaData (Uralstech.UGemini.FileAPI)
GeminiFunctionCall (Uralstech.UGemini.Models.Generation.Tools)
GeminiFunctionCallingConfiguration (Uralstech.UGemini.Models.Generation.Tools.Declaration)
GeminiFunctionDeclaration (Uralstech.UGemini.Models.Generation.Tools.Declaration)
GeminiFunctionResponse (Uralstech.UGemini.Models.Generation.Tools)
GeminiFunctionResponseContent (Uralstech.UGemini.Models.Generation.Tools)
GeminiGenerationConfiguration (Uralstech.UGemini.Models.Generation)
GeminiGroundingAttribution (Uralstech.UGemini.Models.Content.Attribution)
GeminiGroundingPassage (Uralstech.UGemini.Models.Generation.QuestionAnswering.Grounding)
GeminiGroundingPassageId (Uralstech.UGemini.Models.Content.Attribution)
GeminiGroundingPassages (Uralstech.UGemini.Models.Generation.QuestionAnswering.Grounding)
GeminiManager (Uralstech.UGemini)
GeminiMetadataCondition (Uralstech.UGemini.Models.Generation.QuestionAnswering.SemanticRetriever)
GeminiMetadataFilter (Uralstech.UGemini.Models.Generation.QuestionAnswering.SemanticRetriever)
GeminiModel (Uralstech.UGemini.Models)
GeminiModelGetRequest (Uralstech.UGemini.Models)
GeminiModelId (Uralstech.UGemini.Models)
GeminiModelIdStringConverter (Uralstech.UGemini.Models)
GeminiModelListRequest (Uralstech.UGemini.Models)
GeminiModelListResponse (Uralstech.UGemini.Models)
GeminiPromptFeedback (Uralstech.UGemini.Models.Generation.Candidate)
GeminiRequestException (Uralstech.UGemini.Exceptions)
GeminiRequestMetadata (Uralstech.UGemini)
GeminiSafetyRating (Uralstech.UGemini.Models.Generation.Safety)
GeminiSafetySettings (Uralstech.UGemini.Models.Generation.Safety)
GeminiSchema (Uralstech.UGemini.Models.Generation.Schema)
GeminiSecondsToTimeSpanJsonConverter (Uralstech.UGemini)
GeminiSemanticRetrieverChunk (Uralstech.UGemini.Models.Content.Attribution)
GeminiSemanticRetrieverConfig (Uralstech.UGemini.Models.Generation.QuestionAnswering.SemanticRetriever)
GeminiStatus (Uralstech.UGemini.Status)
GeminiStatusDetails (Uralstech.UGemini.Status)
GeminiTokenCountRequest (Uralstech.UGemini.Models.CountTokens)
GeminiTokenCountResponse (Uralstech.UGemini.Models.CountTokens)
GeminiTool (Uralstech.UGemini.Models.Generation.Tools.Declaration)
GeminiToolConfiguration (Uralstech.UGemini.Models.Generation.Tools.Declaration)
GeminiUsageMetadata (Uralstech.UGemini.Models.Generation.Candidate)
I
IAppendableData (Uralstech.UGemini)
IGeminiDeleteRequest (Uralstech.UGemini)
IGeminiGetRequest (Uralstech.UGemini)
IGeminiMultiPartPostRequest (Uralstech.UGemini)
IGeminiPatchRequest (Uralstech.UGemini)
IGeminiPostRequest (Uralstech.UGemini)
IGeminiRequest (Uralstech.UGemini)
IGeminiStreamablePostRequest (Uralstech.UGemini)
diff --git a/docs/dir_013ee413de2049f66b1f84991ec3034f.html b/docs/dir_013ee413de2049f66b1f84991ec3034f.html index dc4f6d63..e60a63cb 100644 --- a/docs/dir_013ee413de2049f66b1f84991ec3034f.html +++ b/docs/dir_013ee413de2049f66b1f84991ec3034f.html @@ -27,7 +27,7 @@ -
UGemini 2.0.0-preview.5 +
UGemini 2.0.0-preview.6
A C# wrapper for the Google Gemini API.
diff --git a/docs/dir_07237fb6c09a71abeadc28ffed67c80d.html b/docs/dir_07237fb6c09a71abeadc28ffed67c80d.html index 363dd187..ca673c4c 100644 --- a/docs/dir_07237fb6c09a71abeadc28ffed67c80d.html +++ b/docs/dir_07237fb6c09a71abeadc28ffed67c80d.html @@ -27,7 +27,7 @@ -
UGemini 2.0.0-preview.5 +
UGemini 2.0.0-preview.6
A C# wrapper for the Google Gemini API.
diff --git a/docs/dir_0ac7074907d29246002a45daff855281.html b/docs/dir_0ac7074907d29246002a45daff855281.html index b6c2b26d..276b3041 100644 --- a/docs/dir_0ac7074907d29246002a45daff855281.html +++ b/docs/dir_0ac7074907d29246002a45daff855281.html @@ -27,7 +27,7 @@ -
UGemini 2.0.0-preview.5 +
UGemini 2.0.0-preview.6
A C# wrapper for the Google Gemini API.
diff --git a/docs/dir_0cf1fdd9581045be842ff0eaed1ba6ab.html b/docs/dir_0cf1fdd9581045be842ff0eaed1ba6ab.html index 4c2ca3c0..4840bf5f 100644 --- a/docs/dir_0cf1fdd9581045be842ff0eaed1ba6ab.html +++ b/docs/dir_0cf1fdd9581045be842ff0eaed1ba6ab.html @@ -27,7 +27,7 @@ -
UGemini 2.0.0-preview.5 +
UGemini 2.0.0-preview.6
A C# wrapper for the Google Gemini API.
diff --git a/docs/dir_0e627c1ac5c52a53686c6fad1295165d.html b/docs/dir_0e627c1ac5c52a53686c6fad1295165d.html index d8b5263a..76149c6c 100644 --- a/docs/dir_0e627c1ac5c52a53686c6fad1295165d.html +++ b/docs/dir_0e627c1ac5c52a53686c6fad1295165d.html @@ -27,7 +27,7 @@ -
UGemini 2.0.0-preview.5 +
UGemini 2.0.0-preview.6
A C# wrapper for the Google Gemini API.
diff --git a/docs/dir_19bf2fd78afc23e23e04211a950dc2a5.html b/docs/dir_19bf2fd78afc23e23e04211a950dc2a5.html index 2d902d16..b3261831 100644 --- a/docs/dir_19bf2fd78afc23e23e04211a950dc2a5.html +++ b/docs/dir_19bf2fd78afc23e23e04211a950dc2a5.html @@ -27,7 +27,7 @@ -
UGemini 2.0.0-preview.5 +
UGemini 2.0.0-preview.6
A C# wrapper for the Google Gemini API.
diff --git a/docs/dir_2275036caab114621a79ba2a009aca1a.html b/docs/dir_2275036caab114621a79ba2a009aca1a.html index f7bcfc7f..ec548a2b 100644 --- a/docs/dir_2275036caab114621a79ba2a009aca1a.html +++ b/docs/dir_2275036caab114621a79ba2a009aca1a.html @@ -27,7 +27,7 @@ -
UGemini 2.0.0-preview.5 +
UGemini 2.0.0-preview.6
A C# wrapper for the Google Gemini API.
diff --git a/docs/dir_3bf679e8c953133e0d58e5335204f81e.html b/docs/dir_3bf679e8c953133e0d58e5335204f81e.html index 71c8c92c..21318673 100644 --- a/docs/dir_3bf679e8c953133e0d58e5335204f81e.html +++ b/docs/dir_3bf679e8c953133e0d58e5335204f81e.html @@ -27,7 +27,7 @@ -
UGemini 2.0.0-preview.5 +
UGemini 2.0.0-preview.6
A C# wrapper for the Google Gemini API.
diff --git a/docs/dir_45828abe6c639379787a2d7b4d089ad6.html b/docs/dir_45828abe6c639379787a2d7b4d089ad6.html index 16be8cf4..2112ecf4 100644 --- a/docs/dir_45828abe6c639379787a2d7b4d089ad6.html +++ b/docs/dir_45828abe6c639379787a2d7b4d089ad6.html @@ -27,7 +27,7 @@ -
UGemini 2.0.0-preview.5 +
UGemini 2.0.0-preview.6
A C# wrapper for the Google Gemini API.
diff --git a/docs/dir_4e65de734f19fd6b82dcc2ec587fef8b.html b/docs/dir_4e65de734f19fd6b82dcc2ec587fef8b.html index b1aa0102..bebd4853 100644 --- a/docs/dir_4e65de734f19fd6b82dcc2ec587fef8b.html +++ b/docs/dir_4e65de734f19fd6b82dcc2ec587fef8b.html @@ -27,7 +27,7 @@ -
UGemini 2.0.0-preview.5 +
UGemini 2.0.0-preview.6
A C# wrapper for the Google Gemini API.
diff --git a/docs/dir_4e6688c00147626c283d98ffe9788cc8.html b/docs/dir_4e6688c00147626c283d98ffe9788cc8.html index e7a08086..675c974a 100644 --- a/docs/dir_4e6688c00147626c283d98ffe9788cc8.html +++ b/docs/dir_4e6688c00147626c283d98ffe9788cc8.html @@ -27,7 +27,7 @@ -
UGemini 2.0.0-preview.5 +
UGemini 2.0.0-preview.6
A C# wrapper for the Google Gemini API.
diff --git a/docs/dir_50924235e0b6bd2dae8c5f0233f59420.html b/docs/dir_50924235e0b6bd2dae8c5f0233f59420.html index 12a9d35a..411f3a7b 100644 --- a/docs/dir_50924235e0b6bd2dae8c5f0233f59420.html +++ b/docs/dir_50924235e0b6bd2dae8c5f0233f59420.html @@ -27,7 +27,7 @@ -
UGemini 2.0.0-preview.5 +
UGemini 2.0.0-preview.6
A C# wrapper for the Google Gemini API.
diff --git a/docs/dir_55a9cfa9fd444401365f258c113168e7.html b/docs/dir_55a9cfa9fd444401365f258c113168e7.html index e233fb70..5fad8728 100644 --- a/docs/dir_55a9cfa9fd444401365f258c113168e7.html +++ b/docs/dir_55a9cfa9fd444401365f258c113168e7.html @@ -27,7 +27,7 @@ -
UGemini 2.0.0-preview.5 +
UGemini 2.0.0-preview.6
A C# wrapper for the Google Gemini API.
diff --git a/docs/dir_571542eb0a773cd2ddc8819a34fb7d8f.html b/docs/dir_571542eb0a773cd2ddc8819a34fb7d8f.html index 7554565f..4f041416 100644 --- a/docs/dir_571542eb0a773cd2ddc8819a34fb7d8f.html +++ b/docs/dir_571542eb0a773cd2ddc8819a34fb7d8f.html @@ -27,7 +27,7 @@ -
UGemini 2.0.0-preview.5 +
UGemini 2.0.0-preview.6
A C# wrapper for the Google Gemini API.
diff --git a/docs/dir_596fbf9c69e305cf1c95c79512c3385a.html b/docs/dir_596fbf9c69e305cf1c95c79512c3385a.html index c8f08863..64c41c39 100644 --- a/docs/dir_596fbf9c69e305cf1c95c79512c3385a.html +++ b/docs/dir_596fbf9c69e305cf1c95c79512c3385a.html @@ -27,7 +27,7 @@ -
UGemini 2.0.0-preview.5 +
UGemini 2.0.0-preview.6
A C# wrapper for the Google Gemini API.
diff --git a/docs/dir_5e1e3af2226d766e7aac202db69e59c0.html b/docs/dir_5e1e3af2226d766e7aac202db69e59c0.html index e836166a..c3b986f6 100644 --- a/docs/dir_5e1e3af2226d766e7aac202db69e59c0.html +++ b/docs/dir_5e1e3af2226d766e7aac202db69e59c0.html @@ -27,7 +27,7 @@ -
UGemini 2.0.0-preview.5 +
UGemini 2.0.0-preview.6
A C# wrapper for the Google Gemini API.
diff --git a/docs/dir_6158db8c86252d765a8660ee73994e4a.html b/docs/dir_6158db8c86252d765a8660ee73994e4a.html index 66c76066..1efa3a1e 100644 --- a/docs/dir_6158db8c86252d765a8660ee73994e4a.html +++ b/docs/dir_6158db8c86252d765a8660ee73994e4a.html @@ -27,7 +27,7 @@ -
UGemini 2.0.0-preview.5 +
UGemini 2.0.0-preview.6
A C# wrapper for the Google Gemini API.
diff --git a/docs/dir_685fce134643dfa5c500e1526a1763eb.html b/docs/dir_685fce134643dfa5c500e1526a1763eb.html index 23553c5a..8f2394f3 100644 --- a/docs/dir_685fce134643dfa5c500e1526a1763eb.html +++ b/docs/dir_685fce134643dfa5c500e1526a1763eb.html @@ -27,7 +27,7 @@ -
UGemini 2.0.0-preview.5 +
UGemini 2.0.0-preview.6
A C# wrapper for the Google Gemini API.
diff --git a/docs/dir_69aaec94fb6a1075730f939bb2175cdb.html b/docs/dir_69aaec94fb6a1075730f939bb2175cdb.html index 72c4dd94..732dc50b 100644 --- a/docs/dir_69aaec94fb6a1075730f939bb2175cdb.html +++ b/docs/dir_69aaec94fb6a1075730f939bb2175cdb.html @@ -27,7 +27,7 @@ -
UGemini 2.0.0-preview.5 +
UGemini 2.0.0-preview.6
A C# wrapper for the Google Gemini API.
diff --git a/docs/dir_799ccc7a6fdc8614d97a310240c62b20.html b/docs/dir_799ccc7a6fdc8614d97a310240c62b20.html index 59246512..77ee4287 100644 --- a/docs/dir_799ccc7a6fdc8614d97a310240c62b20.html +++ b/docs/dir_799ccc7a6fdc8614d97a310240c62b20.html @@ -27,7 +27,7 @@ -
UGemini 2.0.0-preview.5 +
UGemini 2.0.0-preview.6
A C# wrapper for the Google Gemini API.
diff --git a/docs/dir_79ce1939d651232f8863ced08a91b1bc.html b/docs/dir_79ce1939d651232f8863ced08a91b1bc.html index ed52e2dc..ee61c907 100644 --- a/docs/dir_79ce1939d651232f8863ced08a91b1bc.html +++ b/docs/dir_79ce1939d651232f8863ced08a91b1bc.html @@ -27,7 +27,7 @@ -
UGemini 2.0.0-preview.5 +
UGemini 2.0.0-preview.6
A C# wrapper for the Google Gemini API.
diff --git a/docs/dir_7cc201dd994632b50a41076c84678819.html b/docs/dir_7cc201dd994632b50a41076c84678819.html index a2f98760..7e774b0d 100644 --- a/docs/dir_7cc201dd994632b50a41076c84678819.html +++ b/docs/dir_7cc201dd994632b50a41076c84678819.html @@ -27,7 +27,7 @@ -
UGemini 2.0.0-preview.5 +
UGemini 2.0.0-preview.6
A C# wrapper for the Google Gemini API.
diff --git a/docs/dir_831052c238e8bd40f466c285a821e794.html b/docs/dir_831052c238e8bd40f466c285a821e794.html index 997723d9..04330ed5 100644 --- a/docs/dir_831052c238e8bd40f466c285a821e794.html +++ b/docs/dir_831052c238e8bd40f466c285a821e794.html @@ -27,7 +27,7 @@ -
UGemini 2.0.0-preview.5 +
UGemini 2.0.0-preview.6
A C# wrapper for the Google Gemini API.
diff --git a/docs/dir_89c24d3d9ca7205bcc150bdec64b7414.html b/docs/dir_89c24d3d9ca7205bcc150bdec64b7414.html index a84f95b2..8844fc66 100644 --- a/docs/dir_89c24d3d9ca7205bcc150bdec64b7414.html +++ b/docs/dir_89c24d3d9ca7205bcc150bdec64b7414.html @@ -27,7 +27,7 @@ -
UGemini 2.0.0-preview.5 +
UGemini 2.0.0-preview.6
A C# wrapper for the Google Gemini API.
diff --git a/docs/dir_8b1ced5b26fc57cc43f16200e9404335.html b/docs/dir_8b1ced5b26fc57cc43f16200e9404335.html index 4a5c80a0..780b1b6e 100644 --- a/docs/dir_8b1ced5b26fc57cc43f16200e9404335.html +++ b/docs/dir_8b1ced5b26fc57cc43f16200e9404335.html @@ -27,7 +27,7 @@ -
UGemini 2.0.0-preview.5 +
UGemini 2.0.0-preview.6
A C# wrapper for the Google Gemini API.
diff --git a/docs/dir_91010fa87fa4260dd2f08dffd3c9d302.html b/docs/dir_91010fa87fa4260dd2f08dffd3c9d302.html index 4a2f4e6a..428b0c51 100644 --- a/docs/dir_91010fa87fa4260dd2f08dffd3c9d302.html +++ b/docs/dir_91010fa87fa4260dd2f08dffd3c9d302.html @@ -27,7 +27,7 @@ -
UGemini 2.0.0-preview.5 +
UGemini 2.0.0-preview.6
A C# wrapper for the Google Gemini API.
diff --git a/docs/dir_91efd32a263145bf6e686a420f9f1dca.html b/docs/dir_91efd32a263145bf6e686a420f9f1dca.html index f8c26dc0..82544ad5 100644 --- a/docs/dir_91efd32a263145bf6e686a420f9f1dca.html +++ b/docs/dir_91efd32a263145bf6e686a420f9f1dca.html @@ -27,7 +27,7 @@ -
UGemini 2.0.0-preview.5 +
UGemini 2.0.0-preview.6
A C# wrapper for the Google Gemini API.
diff --git a/docs/dir_97a413c7db6c6ac2241fb1dd03245fac.html b/docs/dir_97a413c7db6c6ac2241fb1dd03245fac.html index 73da403b..e2edc312 100644 --- a/docs/dir_97a413c7db6c6ac2241fb1dd03245fac.html +++ b/docs/dir_97a413c7db6c6ac2241fb1dd03245fac.html @@ -27,7 +27,7 @@ -
UGemini 2.0.0-preview.5 +
UGemini 2.0.0-preview.6
A C# wrapper for the Google Gemini API.
diff --git a/docs/dir_99bc29c6936f470334c3fc04d002ff88.html b/docs/dir_99bc29c6936f470334c3fc04d002ff88.html index 3fe138a6..3878eefd 100644 --- a/docs/dir_99bc29c6936f470334c3fc04d002ff88.html +++ b/docs/dir_99bc29c6936f470334c3fc04d002ff88.html @@ -27,7 +27,7 @@ -
UGemini 2.0.0-preview.5 +
UGemini 2.0.0-preview.6
A C# wrapper for the Google Gemini API.
diff --git a/docs/dir_a482eb51576e5be5d0a7e44ae6480b88.html b/docs/dir_a482eb51576e5be5d0a7e44ae6480b88.html index 266029b5..7690a499 100644 --- a/docs/dir_a482eb51576e5be5d0a7e44ae6480b88.html +++ b/docs/dir_a482eb51576e5be5d0a7e44ae6480b88.html @@ -27,7 +27,7 @@ -
UGemini 2.0.0-preview.5 +
UGemini 2.0.0-preview.6
A C# wrapper for the Google Gemini API.
diff --git a/docs/dir_ab25d43778534ba667a6114394eb6008.html b/docs/dir_ab25d43778534ba667a6114394eb6008.html index 7ff43ccc..1d3cb664 100644 --- a/docs/dir_ab25d43778534ba667a6114394eb6008.html +++ b/docs/dir_ab25d43778534ba667a6114394eb6008.html @@ -27,7 +27,7 @@ -
UGemini 2.0.0-preview.5 +
UGemini 2.0.0-preview.6
A C# wrapper for the Google Gemini API.
diff --git a/docs/dir_b2f02983e28b6a809affc5dfc9f1c745.html b/docs/dir_b2f02983e28b6a809affc5dfc9f1c745.html index 678951ba..db2c3538 100644 --- a/docs/dir_b2f02983e28b6a809affc5dfc9f1c745.html +++ b/docs/dir_b2f02983e28b6a809affc5dfc9f1c745.html @@ -27,7 +27,7 @@ -
UGemini 2.0.0-preview.5 +
UGemini 2.0.0-preview.6
A C# wrapper for the Google Gemini API.
diff --git a/docs/dir_c0eb0275b8ae4e5fdfe9724ed49fd3eb.html b/docs/dir_c0eb0275b8ae4e5fdfe9724ed49fd3eb.html index a693a437..af04dc56 100644 --- a/docs/dir_c0eb0275b8ae4e5fdfe9724ed49fd3eb.html +++ b/docs/dir_c0eb0275b8ae4e5fdfe9724ed49fd3eb.html @@ -27,7 +27,7 @@ -
UGemini 2.0.0-preview.5 +
UGemini 2.0.0-preview.6
A C# wrapper for the Google Gemini API.
diff --git a/docs/dir_c7d3b2f61f9f2b7cacc68b3f78266e76.html b/docs/dir_c7d3b2f61f9f2b7cacc68b3f78266e76.html index ee9b8cd5..ef69bba7 100644 --- a/docs/dir_c7d3b2f61f9f2b7cacc68b3f78266e76.html +++ b/docs/dir_c7d3b2f61f9f2b7cacc68b3f78266e76.html @@ -27,7 +27,7 @@ -
UGemini 2.0.0-preview.5 +
UGemini 2.0.0-preview.6
A C# wrapper for the Google Gemini API.
diff --git a/docs/dir_cd85903541037b33cee8a4062593e3d6.html b/docs/dir_cd85903541037b33cee8a4062593e3d6.html index 92ed7653..ec8d54b4 100644 --- a/docs/dir_cd85903541037b33cee8a4062593e3d6.html +++ b/docs/dir_cd85903541037b33cee8a4062593e3d6.html @@ -27,7 +27,7 @@ -
UGemini 2.0.0-preview.5 +
UGemini 2.0.0-preview.6
A C# wrapper for the Google Gemini API.
diff --git a/docs/dir_cde94363325f5665f20e6a3ebd23d890.html b/docs/dir_cde94363325f5665f20e6a3ebd23d890.html index 11215e5b..e54cc2e3 100644 --- a/docs/dir_cde94363325f5665f20e6a3ebd23d890.html +++ b/docs/dir_cde94363325f5665f20e6a3ebd23d890.html @@ -27,7 +27,7 @@ -
UGemini 2.0.0-preview.5 +
UGemini 2.0.0-preview.6
A C# wrapper for the Google Gemini API.
diff --git a/docs/dir_d42e02a83cf454114a5144760a546a01.html b/docs/dir_d42e02a83cf454114a5144760a546a01.html index 346ee72c..47e462c2 100644 --- a/docs/dir_d42e02a83cf454114a5144760a546a01.html +++ b/docs/dir_d42e02a83cf454114a5144760a546a01.html @@ -27,7 +27,7 @@ -
UGemini 2.0.0-preview.5 +
UGemini 2.0.0-preview.6
A C# wrapper for the Google Gemini API.
diff --git a/docs/dir_d4927128aca269360b915a591685c458.html b/docs/dir_d4927128aca269360b915a591685c458.html index 767b296f..5a4fb7ae 100644 --- a/docs/dir_d4927128aca269360b915a591685c458.html +++ b/docs/dir_d4927128aca269360b915a591685c458.html @@ -27,7 +27,7 @@ -
UGemini 2.0.0-preview.5 +
UGemini 2.0.0-preview.6
A C# wrapper for the Google Gemini API.
diff --git a/docs/dir_e55f62ec1b14e790f6bda61cd366b2c9.html b/docs/dir_e55f62ec1b14e790f6bda61cd366b2c9.html index 08e5c251..c2b74e22 100644 --- a/docs/dir_e55f62ec1b14e790f6bda61cd366b2c9.html +++ b/docs/dir_e55f62ec1b14e790f6bda61cd366b2c9.html @@ -27,7 +27,7 @@ -
UGemini 2.0.0-preview.5 +
UGemini 2.0.0-preview.6
A C# wrapper for the Google Gemini API.
diff --git a/docs/dir_e7ee1d28c99e4ec2f60b93f699c1f94a.html b/docs/dir_e7ee1d28c99e4ec2f60b93f699c1f94a.html index dabeabe7..6691fd03 100644 --- a/docs/dir_e7ee1d28c99e4ec2f60b93f699c1f94a.html +++ b/docs/dir_e7ee1d28c99e4ec2f60b93f699c1f94a.html @@ -27,7 +27,7 @@ -
UGemini 2.0.0-preview.5 +
UGemini 2.0.0-preview.6
A C# wrapper for the Google Gemini API.
diff --git a/docs/dir_eb0bb4db95b1bfcf694040baae97c8d0.html b/docs/dir_eb0bb4db95b1bfcf694040baae97c8d0.html index 10027669..7d8bbcfd 100644 --- a/docs/dir_eb0bb4db95b1bfcf694040baae97c8d0.html +++ b/docs/dir_eb0bb4db95b1bfcf694040baae97c8d0.html @@ -27,7 +27,7 @@ -
UGemini 2.0.0-preview.5 +
UGemini 2.0.0-preview.6
A C# wrapper for the Google Gemini API.
diff --git a/docs/dir_eb5f6669294a20429730b39d48191cc9.html b/docs/dir_eb5f6669294a20429730b39d48191cc9.html index 37474cd8..1264cfa5 100644 --- a/docs/dir_eb5f6669294a20429730b39d48191cc9.html +++ b/docs/dir_eb5f6669294a20429730b39d48191cc9.html @@ -27,7 +27,7 @@ -
UGemini 2.0.0-preview.5 +
UGemini 2.0.0-preview.6
A C# wrapper for the Google Gemini API.
diff --git a/docs/dir_f1ec357c88386f962af94ad09a7db653.html b/docs/dir_f1ec357c88386f962af94ad09a7db653.html index 0d3d94e7..ce2dc5f9 100644 --- a/docs/dir_f1ec357c88386f962af94ad09a7db653.html +++ b/docs/dir_f1ec357c88386f962af94ad09a7db653.html @@ -27,7 +27,7 @@ -
UGemini 2.0.0-preview.5 +
UGemini 2.0.0-preview.6
A C# wrapper for the Google Gemini API.
diff --git a/docs/dir_f6bad9bce42544300078c0b4eea41757.html b/docs/dir_f6bad9bce42544300078c0b4eea41757.html index 17893b69..876a7088 100644 --- a/docs/dir_f6bad9bce42544300078c0b4eea41757.html +++ b/docs/dir_f6bad9bce42544300078c0b4eea41757.html @@ -27,7 +27,7 @@ -
UGemini 2.0.0-preview.5 +
UGemini 2.0.0-preview.6
A C# wrapper for the Google Gemini API.
diff --git a/docs/doxygen_crawl.html b/docs/doxygen_crawl.html index f6469ec5..ed6461bc 100644 --- a/docs/doxygen_crawl.html +++ b/docs/doxygen_crawl.html @@ -86,6 +86,8 @@ + + @@ -374,7 +376,7 @@ - + @@ -429,11 +431,14 @@ + + + - + - + diff --git a/docs/functions.html b/docs/functions.html index 7120326e..59a8cd7e 100644 --- a/docs/functions.html +++ b/docs/functions.html @@ -27,7 +27,7 @@ -
UGemini 2.0.0-preview.5 +
UGemini 2.0.0-preview.6
A C# wrapper for the Google Gemini API.
diff --git a/docs/functions_b.html b/docs/functions_b.html index 4a245e55..ce80e4a3 100644 --- a/docs/functions_b.html +++ b/docs/functions_b.html @@ -27,7 +27,7 @@ -
UGemini 2.0.0-preview.5 +
UGemini 2.0.0-preview.6
A C# wrapper for the Google Gemini API.
diff --git a/docs/functions_c.html b/docs/functions_c.html index 011e6a82..6973236d 100644 --- a/docs/functions_c.html +++ b/docs/functions_c.html @@ -27,7 +27,7 @@ -
UGemini 2.0.0-preview.5 +
UGemini 2.0.0-preview.6
A C# wrapper for the Google Gemini API.
@@ -115,7 +115,7 @@

- c -

  • CodeExecutionResult : Uralstech.UGemini.Models.Content.GeminiContentPart
  • CompleteRequest : Uralstech.UGemini.Models.CountTokens.GeminiTokenCountRequest
  • Conditions : Uralstech.UGemini.Models.Generation.QuestionAnswering.SemanticRetriever.GeminiMetadataFilter
  • -
  • Content : Uralstech.UGemini.Models.Caching.GeminiCachedContentCreateRequest, Uralstech.UGemini.Models.Caching.GeminiCachedContentPatchRequest, Uralstech.UGemini.Models.Content.Attribution.GeminiGroundingAttribution, Uralstech.UGemini.Models.Embedding.GeminiEmbedContentRequest, Uralstech.UGemini.Models.Generation.Candidate.GeminiCandidate, Uralstech.UGemini.Models.Generation.QuestionAnswering.Grounding.GeminiGroundingPassage
  • +
  • Content : Uralstech.UGemini.Models.Caching.GeminiCachedContentCreateRequest, Uralstech.UGemini.Models.Content.Attribution.GeminiGroundingAttribution, Uralstech.UGemini.Models.Embedding.GeminiEmbedContentRequest, Uralstech.UGemini.Models.Generation.Candidate.GeminiCandidate, Uralstech.UGemini.Models.Generation.QuestionAnswering.Grounding.GeminiGroundingPassage
  • ContentId : Uralstech.UGemini.Models.Caching.GeminiCachedContentDeleteRequest, Uralstech.UGemini.Models.Caching.GeminiCachedContentGetRequest, Uralstech.UGemini.Models.Caching.GeminiCachedContentPatchRequest
  • Contents : Uralstech.UGemini.Models.Caching.GeminiCachedContentCreationData, Uralstech.UGemini.Models.CountTokens.GeminiTokenCountRequest, Uralstech.UGemini.Models.Generation.Chat.GeminiChatRequest, Uralstech.UGemini.Models.Generation.QuestionAnswering.GeminiAnswerRequest
  • ContentType : Uralstech.UGemini.FileAPI.GeminiFileUploadRequest, Uralstech.UGemini.GeminiContentTypeExtensions, Uralstech.UGemini.IGeminiPatchRequest, Uralstech.UGemini.IGeminiPostRequest, Uralstech.UGemini.Models.Caching.GeminiCachedContentCreateRequest, Uralstech.UGemini.Models.Caching.GeminiCachedContentPatchRequest, Uralstech.UGemini.Models.CountTokens.GeminiTokenCountRequest, Uralstech.UGemini.Models.Embedding.GeminiBatchEmbedContentRequest, Uralstech.UGemini.Models.Embedding.GeminiEmbedContentRequest, Uralstech.UGemini.Models.Generation.Chat.GeminiChatRequest, Uralstech.UGemini.Models.Generation.QuestionAnswering.GeminiAnswerRequest
  • diff --git a/docs/functions_d.html b/docs/functions_d.html index 8ecfda1c..e0ed426e 100644 --- a/docs/functions_d.html +++ b/docs/functions_d.html @@ -27,7 +27,7 @@ -
    UGemini 2.0.0-preview.5 +
    UGemini 2.0.0-preview.6
    A C# wrapper for the Google Gemini API.
    diff --git a/docs/functions_e.html b/docs/functions_e.html index d1aa27ce..a5defe1d 100644 --- a/docs/functions_e.html +++ b/docs/functions_e.html @@ -27,7 +27,7 @@ -
    diff --git a/docs/functions_f.html b/docs/functions_f.html index 7487506c..f68531e1 100644 --- a/docs/functions_f.html +++ b/docs/functions_f.html @@ -27,7 +27,7 @@ -
    UGemini 2.0.0-preview.5 +
    UGemini 2.0.0-preview.6
    A C# wrapper for the Google Gemini API.
    diff --git a/docs/functions_func.html b/docs/functions_func.html index 8063712d..185fbba4 100644 --- a/docs/functions_func.html +++ b/docs/functions_func.html @@ -27,7 +27,7 @@ -
    UGemini 2.0.0-preview.5 +
    UGemini 2.0.0-preview.6
    A C# wrapper for the Google Gemini API.
    @@ -116,7 +116,7 @@

    - g -

    • GeminiCachedContentDeleteRequest() : Uralstech.UGemini.Models.Caching.GeminiCachedContentDeleteRequest
    • GeminiCachedContentGetRequest() : Uralstech.UGemini.Models.Caching.GeminiCachedContentGetRequest
    • GeminiCachedContentListRequest() : Uralstech.UGemini.Models.Caching.GeminiCachedContentListRequest
    • -
    • GeminiCachedContentPatchRequest() : Uralstech.UGemini.Models.Caching.GeminiCachedContentPatchRequest
    • +
    • GeminiCachedContentPatchRequest() : Uralstech.UGemini.Models.Caching.GeminiCachedContentPatchRequest
    • GeminiChatRequest() : Uralstech.UGemini.Models.Generation.Chat.GeminiChatRequest
    • GeminiEmbedContentRequest() : Uralstech.UGemini.Models.Embedding.GeminiEmbedContentRequest
    • GeminiFileData() : Uralstech.UGemini.Models.Content.GeminiFileData
    • diff --git a/docs/functions_g.html b/docs/functions_g.html index d8a3b0b3..84416bff 100644 --- a/docs/functions_g.html +++ b/docs/functions_g.html @@ -27,7 +27,7 @@ -
      UGemini 2.0.0-preview.5 +
      UGemini 2.0.0-preview.6
      A C# wrapper for the Google Gemini API.
      @@ -110,7 +110,7 @@

      - g -

      • GeminiCachedContentDeleteRequest() : Uralstech.UGemini.Models.Caching.GeminiCachedContentDeleteRequest
      • GeminiCachedContentGetRequest() : Uralstech.UGemini.Models.Caching.GeminiCachedContentGetRequest
      • GeminiCachedContentListRequest() : Uralstech.UGemini.Models.Caching.GeminiCachedContentListRequest
      • -
      • GeminiCachedContentPatchRequest() : Uralstech.UGemini.Models.Caching.GeminiCachedContentPatchRequest
      • +
      • GeminiCachedContentPatchRequest() : Uralstech.UGemini.Models.Caching.GeminiCachedContentPatchRequest
      • GeminiChatRequest() : Uralstech.UGemini.Models.Generation.Chat.GeminiChatRequest
      • GeminiEmbedContentRequest() : Uralstech.UGemini.Models.Embedding.GeminiEmbedContentRequest
      • GeminiFileData() : Uralstech.UGemini.Models.Content.GeminiFileData
      • diff --git a/docs/functions_i.html b/docs/functions_i.html index a8eb4a58..0282d9eb 100644 --- a/docs/functions_i.html +++ b/docs/functions_i.html @@ -27,7 +27,7 @@ -
        UGemini 2.0.0-preview.5 +
        UGemini 2.0.0-preview.6
        A C# wrapper for the Google Gemini API.
        diff --git a/docs/functions_k.html b/docs/functions_k.html index c173ff52..2b6644fc 100644 --- a/docs/functions_k.html +++ b/docs/functions_k.html @@ -27,7 +27,7 @@ -
        UGemini 2.0.0-preview.5 +
        UGemini 2.0.0-preview.6
        A C# wrapper for the Google Gemini API.
        diff --git a/docs/functions_l.html b/docs/functions_l.html index 3b6cc698..49d1cff9 100644 --- a/docs/functions_l.html +++ b/docs/functions_l.html @@ -27,7 +27,7 @@ -
        UGemini 2.0.0-preview.5 +
        UGemini 2.0.0-preview.6
        A C# wrapper for the Google Gemini API.
        diff --git a/docs/functions_m.html b/docs/functions_m.html index bf10278e..9e61021c 100644 --- a/docs/functions_m.html +++ b/docs/functions_m.html @@ -27,7 +27,7 @@ -
        UGemini 2.0.0-preview.5 +
        UGemini 2.0.0-preview.6
        A C# wrapper for the Google Gemini API.
        diff --git a/docs/functions_n.html b/docs/functions_n.html index eee7ac70..f26fce88 100644 --- a/docs/functions_n.html +++ b/docs/functions_n.html @@ -27,7 +27,7 @@ -
        UGemini 2.0.0-preview.5 +
        UGemini 2.0.0-preview.6
        A C# wrapper for the Google Gemini API.
        diff --git a/docs/functions_o.html b/docs/functions_o.html index dd1502d2..0841aca4 100644 --- a/docs/functions_o.html +++ b/docs/functions_o.html @@ -27,7 +27,7 @@ -
        UGemini 2.0.0-preview.5 +
        UGemini 2.0.0-preview.6
        A C# wrapper for the Google Gemini API.
        diff --git a/docs/functions_p.html b/docs/functions_p.html index e8527088..913ea065 100644 --- a/docs/functions_p.html +++ b/docs/functions_p.html @@ -27,7 +27,7 @@ -
        UGemini 2.0.0-preview.5 +
        UGemini 2.0.0-preview.6
        A C# wrapper for the Google Gemini API.
        @@ -106,6 +106,7 @@

        - p -

        • Parts : Uralstech.UGemini.Models.Content.GeminiContent, Uralstech.UGemini.Models.Generation.Chat.GeminiChatResponse
        • PassageId : Uralstech.UGemini.Models.Content.Attribution.GeminiGroundingPassageId
        • Passages : Uralstech.UGemini.Models.Generation.QuestionAnswering.Grounding.GeminiGroundingPassages
        • +
        • Patch : Uralstech.UGemini.Models.Caching.GeminiCachedContentPatchRequest
        • Probability : Uralstech.UGemini.Models.Generation.Safety.GeminiSafetyRating
        • ProcessStreamedData() : Uralstech.UGemini.IGeminiStreamablePostRequest< TResponse >, Uralstech.UGemini.Models.Generation.Chat.GeminiChatRequest
        • PromptFeedback : Uralstech.UGemini.Models.Generation.Chat.GeminiChatResponse
        • diff --git a/docs/functions_prop.html b/docs/functions_prop.html index ddb74ebc..11bcaff8 100644 --- a/docs/functions_prop.html +++ b/docs/functions_prop.html @@ -27,7 +27,7 @@ -
          UGemini 2.0.0-preview.5 +
          UGemini 2.0.0-preview.6
          A C# wrapper for the Google Gemini API.
          diff --git a/docs/functions_q.html b/docs/functions_q.html index acc75240..894b285c 100644 --- a/docs/functions_q.html +++ b/docs/functions_q.html @@ -27,7 +27,7 @@ -
          UGemini 2.0.0-preview.5 +
          UGemini 2.0.0-preview.6
          A C# wrapper for the Google Gemini API.
          diff --git a/docs/functions_r.html b/docs/functions_r.html index a421fc1c..a3e9a627 100644 --- a/docs/functions_r.html +++ b/docs/functions_r.html @@ -27,7 +27,7 @@ -
          UGemini 2.0.0-preview.5 +
          UGemini 2.0.0-preview.6
          A C# wrapper for the Google Gemini API.
          diff --git a/docs/functions_s.html b/docs/functions_s.html index beee8e66..43cec9cc 100644 --- a/docs/functions_s.html +++ b/docs/functions_s.html @@ -27,7 +27,7 @@ -
          UGemini 2.0.0-preview.5 +
          UGemini 2.0.0-preview.6
          A C# wrapper for the Google Gemini API.
          diff --git a/docs/functions_t.html b/docs/functions_t.html index ed8d3590..bd977343 100644 --- a/docs/functions_t.html +++ b/docs/functions_t.html @@ -27,7 +27,7 @@ -
          UGemini 2.0.0-preview.5 +
          UGemini 2.0.0-preview.6
          A C# wrapper for the Google Gemini API.
          @@ -105,7 +105,7 @@

          - t -

          • Text : Uralstech.UGemini.Models.Content.GeminiContentPart
          • TextEmbedding004 : Uralstech.UGemini.Models.GeminiModel
          • Threshold : Uralstech.UGemini.Models.Generation.Safety.GeminiSafetySettings
          • -
          • TimeToLive : Uralstech.UGemini.Models.Caching.GeminiCachedContentCreationData
          • +
          • TimeToLive : Uralstech.UGemini.Models.Caching.GeminiCachedContentCreationData, Uralstech.UGemini.Models.Caching.GeminiCachedContentPatchData
          • Title : Uralstech.UGemini.Models.Embedding.GeminiEmbedContentRequest
          • ToBase64JPEG() : Uralstech.UGemini.Models.Content.UnityExtensions
          • ToBase64PNG() : Uralstech.UGemini.Models.Content.UnityExtensions
          • diff --git a/docs/functions_u.html b/docs/functions_u.html index 30bf0c10..1234c794 100644 --- a/docs/functions_u.html +++ b/docs/functions_u.html @@ -27,7 +27,7 @@ -
            UGemini 2.0.0-preview.5 +
            UGemini 2.0.0-preview.6
            A C# wrapper for the Google Gemini API.
            diff --git a/docs/functions_v.html b/docs/functions_v.html index 92b09024..e773b898 100644 --- a/docs/functions_v.html +++ b/docs/functions_v.html @@ -27,7 +27,7 @@ -
            UGemini 2.0.0-preview.5 +
            UGemini 2.0.0-preview.6
            A C# wrapper for the Google Gemini API.
            diff --git a/docs/functions_vars.html b/docs/functions_vars.html index 16fbaf9d..e16aacfe 100644 --- a/docs/functions_vars.html +++ b/docs/functions_vars.html @@ -27,7 +27,7 @@ -
            UGemini 2.0.0-preview.5 +
            UGemini 2.0.0-preview.6
            A C# wrapper for the Google Gemini API.
            diff --git a/docs/functions_vars_b.html b/docs/functions_vars_b.html index c38db3b1..71a8f52c 100644 --- a/docs/functions_vars_b.html +++ b/docs/functions_vars_b.html @@ -27,7 +27,7 @@ -
            UGemini 2.0.0-preview.5 +
            UGemini 2.0.0-preview.6
            A C# wrapper for the Google Gemini API.
            diff --git a/docs/functions_vars_c.html b/docs/functions_vars_c.html index a463f70a..eebda42d 100644 --- a/docs/functions_vars_c.html +++ b/docs/functions_vars_c.html @@ -27,7 +27,7 @@ -
            UGemini 2.0.0-preview.5 +
            UGemini 2.0.0-preview.6
            A C# wrapper for the Google Gemini API.
            @@ -115,7 +115,7 @@

            - c -

            • CodeExecutionResult : Uralstech.UGemini.Models.Content.GeminiContentPart
            • CompleteRequest : Uralstech.UGemini.Models.CountTokens.GeminiTokenCountRequest
            • Conditions : Uralstech.UGemini.Models.Generation.QuestionAnswering.SemanticRetriever.GeminiMetadataFilter
            • -
            • Content : Uralstech.UGemini.Models.Caching.GeminiCachedContentCreateRequest, Uralstech.UGemini.Models.Caching.GeminiCachedContentPatchRequest, Uralstech.UGemini.Models.Content.Attribution.GeminiGroundingAttribution, Uralstech.UGemini.Models.Embedding.GeminiEmbedContentRequest, Uralstech.UGemini.Models.Generation.Candidate.GeminiCandidate, Uralstech.UGemini.Models.Generation.QuestionAnswering.Grounding.GeminiGroundingPassage
            • +
            • Content : Uralstech.UGemini.Models.Caching.GeminiCachedContentCreateRequest, Uralstech.UGemini.Models.Content.Attribution.GeminiGroundingAttribution, Uralstech.UGemini.Models.Embedding.GeminiEmbedContentRequest, Uralstech.UGemini.Models.Generation.Candidate.GeminiCandidate, Uralstech.UGemini.Models.Generation.QuestionAnswering.Grounding.GeminiGroundingPassage
            • ContentId : Uralstech.UGemini.Models.Caching.GeminiCachedContentDeleteRequest, Uralstech.UGemini.Models.Caching.GeminiCachedContentGetRequest, Uralstech.UGemini.Models.Caching.GeminiCachedContentPatchRequest
            • Contents : Uralstech.UGemini.Models.Caching.GeminiCachedContentCreationData, Uralstech.UGemini.Models.CountTokens.GeminiTokenCountRequest, Uralstech.UGemini.Models.Generation.Chat.GeminiChatRequest, Uralstech.UGemini.Models.Generation.QuestionAnswering.GeminiAnswerRequest
            • CreateTime : Uralstech.UGemini.FileAPI.GeminiFile, Uralstech.UGemini.Models.Caching.GeminiCachedContent
            • diff --git a/docs/functions_vars_d.html b/docs/functions_vars_d.html index c239f016..5f1a35f1 100644 --- a/docs/functions_vars_d.html +++ b/docs/functions_vars_d.html @@ -27,7 +27,7 @@ -
              UGemini 2.0.0-preview.5 +
              UGemini 2.0.0-preview.6
              A C# wrapper for the Google Gemini API.
              diff --git a/docs/functions_vars_e.html b/docs/functions_vars_e.html index a7359b2f..350aab4d 100644 --- a/docs/functions_vars_e.html +++ b/docs/functions_vars_e.html @@ -27,7 +27,7 @@ -
              diff --git a/docs/functions_vars_f.html b/docs/functions_vars_f.html index f728d423..78517696 100644 --- a/docs/functions_vars_f.html +++ b/docs/functions_vars_f.html @@ -27,7 +27,7 @@ -
              UGemini 2.0.0-preview.5 +
              UGemini 2.0.0-preview.6
              A C# wrapper for the Google Gemini API.
              diff --git a/docs/functions_vars_g.html b/docs/functions_vars_g.html index 6527b726..35eaf0f2 100644 --- a/docs/functions_vars_g.html +++ b/docs/functions_vars_g.html @@ -27,7 +27,7 @@ -
              UGemini 2.0.0-preview.5 +
              UGemini 2.0.0-preview.6
              A C# wrapper for the Google Gemini API.
              diff --git a/docs/functions_vars_i.html b/docs/functions_vars_i.html index 8da489c2..b67023fd 100644 --- a/docs/functions_vars_i.html +++ b/docs/functions_vars_i.html @@ -27,7 +27,7 @@ -
              UGemini 2.0.0-preview.5 +
              UGemini 2.0.0-preview.6
              A C# wrapper for the Google Gemini API.
              diff --git a/docs/functions_vars_k.html b/docs/functions_vars_k.html index adc12ea3..c37ab350 100644 --- a/docs/functions_vars_k.html +++ b/docs/functions_vars_k.html @@ -27,7 +27,7 @@ -
              UGemini 2.0.0-preview.5 +
              UGemini 2.0.0-preview.6
              A C# wrapper for the Google Gemini API.
              diff --git a/docs/functions_vars_l.html b/docs/functions_vars_l.html index 0297ccb7..80ca9bb3 100644 --- a/docs/functions_vars_l.html +++ b/docs/functions_vars_l.html @@ -27,7 +27,7 @@ -
              UGemini 2.0.0-preview.5 +
              UGemini 2.0.0-preview.6
              A C# wrapper for the Google Gemini API.
              diff --git a/docs/functions_vars_m.html b/docs/functions_vars_m.html index 1fe7de91..47b6316d 100644 --- a/docs/functions_vars_m.html +++ b/docs/functions_vars_m.html @@ -27,7 +27,7 @@ -
              UGemini 2.0.0-preview.5 +
              UGemini 2.0.0-preview.6
              A C# wrapper for the Google Gemini API.
              diff --git a/docs/functions_vars_n.html b/docs/functions_vars_n.html index d0249499..0fa9181b 100644 --- a/docs/functions_vars_n.html +++ b/docs/functions_vars_n.html @@ -27,7 +27,7 @@ -
              UGemini 2.0.0-preview.5 +
              UGemini 2.0.0-preview.6
              A C# wrapper for the Google Gemini API.
              diff --git a/docs/functions_vars_o.html b/docs/functions_vars_o.html index 363a9f10..cbab41d2 100644 --- a/docs/functions_vars_o.html +++ b/docs/functions_vars_o.html @@ -27,7 +27,7 @@ -
              UGemini 2.0.0-preview.5 +
              UGemini 2.0.0-preview.6
              A C# wrapper for the Google Gemini API.
              diff --git a/docs/functions_vars_p.html b/docs/functions_vars_p.html index da911a57..fe0a4617 100644 --- a/docs/functions_vars_p.html +++ b/docs/functions_vars_p.html @@ -27,7 +27,7 @@ -
              UGemini 2.0.0-preview.5 +
              UGemini 2.0.0-preview.6
              A C# wrapper for the Google Gemini API.
              @@ -106,6 +106,7 @@

              - p -

              • Parts : Uralstech.UGemini.Models.Content.GeminiContent
              • PassageId : Uralstech.UGemini.Models.Content.Attribution.GeminiGroundingPassageId
              • Passages : Uralstech.UGemini.Models.Generation.QuestionAnswering.Grounding.GeminiGroundingPassages
              • +
              • Patch : Uralstech.UGemini.Models.Caching.GeminiCachedContentPatchRequest
              • Probability : Uralstech.UGemini.Models.Generation.Safety.GeminiSafetyRating
              • PromptFeedback : Uralstech.UGemini.Models.Generation.Chat.GeminiChatResponse
              • PromptTokenCount : Uralstech.UGemini.Models.Generation.Candidate.GeminiUsageMetadata
              • diff --git a/docs/functions_vars_q.html b/docs/functions_vars_q.html index 9ef2e95e..28bf4026 100644 --- a/docs/functions_vars_q.html +++ b/docs/functions_vars_q.html @@ -27,7 +27,7 @@ -
                UGemini 2.0.0-preview.5 +
                UGemini 2.0.0-preview.6
                A C# wrapper for the Google Gemini API.
                diff --git a/docs/functions_vars_r.html b/docs/functions_vars_r.html index ba26cb11..8cae135b 100644 --- a/docs/functions_vars_r.html +++ b/docs/functions_vars_r.html @@ -27,7 +27,7 @@ -
                UGemini 2.0.0-preview.5 +
                UGemini 2.0.0-preview.6
                A C# wrapper for the Google Gemini API.
                diff --git a/docs/functions_vars_s.html b/docs/functions_vars_s.html index 897bb224..c30f6b05 100644 --- a/docs/functions_vars_s.html +++ b/docs/functions_vars_s.html @@ -27,7 +27,7 @@ -
                UGemini 2.0.0-preview.5 +
                UGemini 2.0.0-preview.6
                A C# wrapper for the Google Gemini API.
                diff --git a/docs/functions_vars_t.html b/docs/functions_vars_t.html index 2a39d6f8..6ab9c5e2 100644 --- a/docs/functions_vars_t.html +++ b/docs/functions_vars_t.html @@ -27,7 +27,7 @@ -
                UGemini 2.0.0-preview.5 +
                UGemini 2.0.0-preview.6
                A C# wrapper for the Google Gemini API.
                @@ -105,7 +105,7 @@

                - t -

                • Text : Uralstech.UGemini.Models.Content.GeminiContentPart
                • TextEmbedding004 : Uralstech.UGemini.Models.GeminiModel
                • Threshold : Uralstech.UGemini.Models.Generation.Safety.GeminiSafetySettings
                • -
                • TimeToLive : Uralstech.UGemini.Models.Caching.GeminiCachedContentCreationData
                • +
                • TimeToLive : Uralstech.UGemini.Models.Caching.GeminiCachedContentCreationData, Uralstech.UGemini.Models.Caching.GeminiCachedContentPatchData
                • Title : Uralstech.UGemini.Models.Embedding.GeminiEmbedContentRequest
                • TokenCount : Uralstech.UGemini.Models.Generation.Candidate.GeminiCandidate
                • ToolConfig : Uralstech.UGemini.Models.Caching.GeminiCachedContentCreationData, Uralstech.UGemini.Models.Generation.Chat.GeminiChatRequest
                • diff --git a/docs/functions_vars_u.html b/docs/functions_vars_u.html index ebb7b99a..c3678b18 100644 --- a/docs/functions_vars_u.html +++ b/docs/functions_vars_u.html @@ -27,7 +27,7 @@ -
                  UGemini 2.0.0-preview.5 +
                  UGemini 2.0.0-preview.6
                  A C# wrapper for the Google Gemini API.
                  diff --git a/docs/functions_vars_v.html b/docs/functions_vars_v.html index ca5d5ca8..3fd95f13 100644 --- a/docs/functions_vars_v.html +++ b/docs/functions_vars_v.html @@ -27,7 +27,7 @@ -
                  UGemini 2.0.0-preview.5 +
                  UGemini 2.0.0-preview.6
                  A C# wrapper for the Google Gemini API.
                  diff --git a/docs/functions_w.html b/docs/functions_w.html index 3d3b72b7..f9b8effd 100644 --- a/docs/functions_w.html +++ b/docs/functions_w.html @@ -27,7 +27,7 @@ -
                  UGemini 2.0.0-preview.5 +
                  UGemini 2.0.0-preview.6
                  A C# wrapper for the Google Gemini API.
                  diff --git a/docs/hierarchy.html b/docs/hierarchy.html index ef983f35..fdfe1493 100644 --- a/docs/hierarchy.html +++ b/docs/hierarchy.html @@ -27,7 +27,7 @@ -
                  UGemini 2.0.0-preview.5 +
                  UGemini 2.0.0-preview.6
                  A C# wrapper for the Google Gemini API.
                  @@ -110,96 +110,97 @@  CUralstech.UGemini.Models.Caching.GeminiCachedContentContent that has been preprocessed and can be used in subsequent request to GenerativeService  CUralstech.UGemini.Models.Caching.GeminiCachedContentCreationDataData to cache content that has been preprocessed and can be used in subsequent request to GenerativeService  CUralstech.UGemini.Models.Caching.GeminiCachedContentListResponseThe response for a GeminiCachedContentListRequest call - CUralstech.UGemini.Models.Caching.GeminiCachedContentUsageMetadataMetadata on the usage of the cached content - CUralstech.UGemini.Models.Content.Citation.GeminiCitationMetadataA collection of source attributions for a piece of content - CUralstech.UGemini.Models.Content.Citation.GeminiCitationSourceA citation to a source for a portion of a specific response - CUralstech.UGemini.Models.Generation.Tools.Declaration.GeminiCodeExecutionTool that executes code generated by the model, and automatically returns the result to the model - CUralstech.UGemini.Models.Generation.Tools.CodeExecution.GeminiCodeExecutionResultResult of executing the GeminiExecutableCode - CUralstech.UGemini.Models.Content.GeminiContentBlobRaw media bytes - CUralstech.UGemini.Models.Embedding.GeminiContentEmbeddingA list of floats representing an embedding - CUralstech.UGemini.GeminiContentTypeExtensionsExtensions for Enum type objects - CUralstech.UGemini.Models.Embedding.GeminiEmbedContentResponseThe response to a GeminiEmbedContentRequest - CUralstech.UGemini.Models.Generation.Tools.CodeExecution.GeminiExecutableCodeCode generated by the model that is meant to be executed, and the result returned to the model - CUralstech.UGemini.FileAPI.GeminiFileMetadata for a file uploaded to the File API - CUralstech.UGemini.Models.Content.GeminiFileDataURI based data - CUralstech.UGemini.FileAPI.GeminiFileListResponseThe response for a GeminiFileListRequest call - CUralstech.UGemini.FileAPI.GeminiFileUploadMetaDataMetadata for a GeminiFile to be uploaded - CUralstech.UGemini.FileAPI.GeminiFileUploadResponseResponse for a file upload request - CUralstech.UGemini.FileAPI.GeminiFileVideoMetaDataMetadata for a video GeminiFile - CUralstech.UGemini.Models.Generation.Tools.GeminiFunctionCallA predicted FunctionCall returned from the model that contains a string representing the FunctionDeclaration.name with the arguments and their values - CUralstech.UGemini.Models.Generation.Tools.Declaration.GeminiFunctionCallingConfigurationConfiguration for specifying function calling behavior - CUralstech.UGemini.Models.Generation.Tools.Declaration.GeminiFunctionDeclarationStructured representation of a function declaration as defined by the OpenAPI 3.03 specification.
                  + CUralstech.UGemini.Models.Caching.GeminiCachedContentPatchDataData to patch an existing cached content resource with new data + CUralstech.UGemini.Models.Caching.GeminiCachedContentUsageMetadataMetadata on the usage of the cached content + CUralstech.UGemini.Models.Content.Citation.GeminiCitationMetadataA collection of source attributions for a piece of content + CUralstech.UGemini.Models.Content.Citation.GeminiCitationSourceA citation to a source for a portion of a specific response + CUralstech.UGemini.Models.Generation.Tools.Declaration.GeminiCodeExecutionTool that executes code generated by the model, and automatically returns the result to the model + CUralstech.UGemini.Models.Generation.Tools.CodeExecution.GeminiCodeExecutionResultResult of executing the GeminiExecutableCode + CUralstech.UGemini.Models.Content.GeminiContentBlobRaw media bytes + CUralstech.UGemini.Models.Embedding.GeminiContentEmbeddingA list of floats representing an embedding + CUralstech.UGemini.GeminiContentTypeExtensionsExtensions for Enum type objects + CUralstech.UGemini.Models.Embedding.GeminiEmbedContentResponseThe response to a GeminiEmbedContentRequest + CUralstech.UGemini.Models.Generation.Tools.CodeExecution.GeminiExecutableCodeCode generated by the model that is meant to be executed, and the result returned to the model + CUralstech.UGemini.FileAPI.GeminiFileMetadata for a file uploaded to the File API + CUralstech.UGemini.Models.Content.GeminiFileDataURI based data + CUralstech.UGemini.FileAPI.GeminiFileListResponseThe response for a GeminiFileListRequest call + CUralstech.UGemini.FileAPI.GeminiFileUploadMetaDataMetadata for a GeminiFile to be uploaded + CUralstech.UGemini.FileAPI.GeminiFileUploadResponseResponse for a file upload request + CUralstech.UGemini.FileAPI.GeminiFileVideoMetaDataMetadata for a video GeminiFile + CUralstech.UGemini.Models.Generation.Tools.GeminiFunctionCallA predicted FunctionCall returned from the model that contains a string representing the FunctionDeclaration.name with the arguments and their values + CUralstech.UGemini.Models.Generation.Tools.Declaration.GeminiFunctionCallingConfigurationConfiguration for specifying function calling behavior + CUralstech.UGemini.Models.Generation.Tools.Declaration.GeminiFunctionDeclarationStructured 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.Models.Generation.Tools.GeminiFunctionResponseThe 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.Models.Generation.Tools.GeminiFunctionResponseContentThe response of a Gemini function call. Based on the Protocol Buffer Struct type - CUralstech.UGemini.Models.Generation.GeminiGenerationConfigurationConfiguration options for model generation and outputs. Not all parameters may be configurable for every model - CUralstech.UGemini.Models.Content.Attribution.GeminiGroundingAttributionAttribution for a source that contributed to an answer - CUralstech.UGemini.Models.Generation.QuestionAnswering.Grounding.GeminiGroundingPassagePassage included inline with a grounding configuration - CUralstech.UGemini.Models.Content.Attribution.GeminiGroundingPassageIdIdentifier for a part within a GroundingPassage - CUralstech.UGemini.Models.Generation.QuestionAnswering.Grounding.GeminiGroundingPassagesA repeated list of passages - CUralstech.UGemini.Models.Generation.QuestionAnswering.SemanticRetriever.GeminiMetadataConditionFilter condition applicable to a single key - CUralstech.UGemini.Models.Generation.QuestionAnswering.SemanticRetriever.GeminiMetadataFilterUser provided filter to limit retrieval based on Chunk or Document level metadata values - CUralstech.UGemini.Models.GeminiModelIdInformation about the unique ID of a Generative Language Model - CUralstech.UGemini.Models.GeminiModelInformation about a Generative Language Model - CUralstech.UGemini.Models.GeminiModelListResponseThe response for a GeminiModelListRequest call - CUralstech.UGemini.GeminiRequestMetadataMetadata about a computation request - CUralstech.UGemini.Models.Generation.Safety.GeminiSafetyRatingSafety rating for a piece of content - CUralstech.UGemini.Models.Generation.Safety.GeminiSafetySettingsSafety setting, affecting the safety-blocking behavior - CUralstech.UGemini.Models.Generation.Schema.GeminiSchemaThe 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.Models.Content.Attribution.GeminiSemanticRetrieverChunkIdentifier for a Chunk retrieved via Semantic Retriever specified in the GenerateAnswerRequest using SemanticRetrieverConfig - CUralstech.UGemini.Models.Generation.QuestionAnswering.SemanticRetriever.GeminiSemanticRetrieverConfigConfiguration for retrieving grounding content from a Corpus or Document created using the Semantic Retriever API - CUralstech.UGemini.Status.GeminiStatusThe 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.GeminiStatusDetailsAn object containing fields of an arbitrary type - CUralstech.UGemini.Models.CountTokens.GeminiTokenCountResponseA response from CountTokens - CUralstech.UGemini.Models.Generation.Tools.Declaration.GeminiToolTool details that the model may use to generate response - CUralstech.UGemini.Models.Generation.Tools.Declaration.GeminiToolConfigurationThe 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.Models.Generation.Candidate.GeminiCandidateA response candidate generated from the model - CUralstech.UGemini.IAppendableData< GeminiChatResponse > - CUralstech.UGemini.Models.Generation.Chat.GeminiChatResponseResponse from the model supporting multiple candidates - CUralstech.UGemini.IAppendableData< GeminiContent > - CUralstech.UGemini.Models.Content.GeminiContentThe base structured datatype containing multi-part content of a message - CUralstech.UGemini.IAppendableData< GeminiContentPart > - CUralstech.UGemini.Models.Content.GeminiContentPartA 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.Models.Generation.Candidate.GeminiPromptFeedbackA set of the feedback metadata for the prompt specified in a generation request - CUralstech.UGemini.IAppendableData< GeminiUsageMetadata > - CUralstech.UGemini.Models.Generation.Candidate.GeminiUsageMetadataMetadata on the generation request's token usage - CUralstech.UGemini.IGeminiRequestAll Gemini API requests must inherit from this interface - CUralstech.UGemini.IGeminiDeleteRequestAll Gemini API DELETE requests must inherit from this interface - CUralstech.UGemini.FileAPI.GeminiFileDeleteRequestRequests the deletion of a file - CUralstech.UGemini.Models.Caching.GeminiCachedContentDeleteRequestRequests for deletion of a cached content resource - CUralstech.UGemini.IGeminiGetRequestAll Gemini API GET requests must inherit from this interface - CUralstech.UGemini.FileAPI.GeminiFileGetRequestRequests metadata for an existing file. Return type is GeminiFile - CUralstech.UGemini.FileAPI.GeminiFileListRequestRequests metadata for all existing files. Return type is GeminiFileListResponse - CUralstech.UGemini.Models.Caching.GeminiCachedContentGetRequestRequests metadata cached content. Return type is GeminiCachedContent - CUralstech.UGemini.Models.Caching.GeminiCachedContentListRequestRequests metadata for all existing cached content. Return type is GeminiCachedContentListResponse - CUralstech.UGemini.Models.GeminiModelGetRequestGets information about a specific model. Return type is GeminiModel - CUralstech.UGemini.Models.GeminiModelListRequestRequests metadata for all existing models. Return type is GeminiModelListResponse - CUralstech.UGemini.IGeminiMultiPartPostRequestAll Gemini API POST requests with multi-part data must inherit from this interface - CUralstech.UGemini.FileAPI.GeminiFileUploadRequestUploads a file to the Gemini File API. Response type is GeminiFileUploadResponse - CUralstech.UGemini.IGeminiPatchRequestAll Gemini API PATCH requests must inherit from this interface - CUralstech.UGemini.Models.Caching.GeminiCachedContentPatchRequestPatches a GeminiCachedContent resource - CUralstech.UGemini.IGeminiPostRequestAll 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.Models.Caching.GeminiCachedContentCreateRequestCreates a GeminiCachedContent resource. Response type is GeminiCachedContent - CUralstech.UGemini.Models.CountTokens.GeminiTokenCountRequestRequest to count tokens in given content - CUralstech.UGemini.Models.Embedding.GeminiBatchEmbedContentRequestGenerates multiple embeddings from the model given input text in a synchronous call - CUralstech.UGemini.Models.Embedding.GeminiEmbedContentRequestGenerates an embedding from the model - CUralstech.UGemini.Models.Generation.QuestionAnswering.GeminiAnswerRequestGenerates a grounded answer from the model - CUralstech.UGemini.IGeminiStreamablePostRequest< GeminiChatResponse > - CUralstech.UGemini.Models.Generation.Chat.GeminiChatRequestRequest to generate a response from the model - CJsonConverter - CUralstech.UGemini.GeminiSecondsToTimeSpanJsonConverterCustom JSON converter to convert a time string of a format like "10.334s" to a TimeSpan - CUralstech.UGemini.Models.GeminiModelIdStringConverterCustom JSON converter to handle conversion of GeminiModelId to a single string value and vice-versa - CMonoBehaviour - CUralstech.UGemini.Utils.Singleton.Singleton< T >Utility class to make inheriting types singletons - CUralstech.UGemini.Utils.Singleton.Singleton< GeminiManager > - CUralstech.UGemini.GeminiManagerThe class for accessing the Gemini API! - CUralstech.UGemini.Models.Content.UnityExtensionsExtensions for Unity types - CUralstech.UGemini.Utils.Web.WebRequestHelperExtensions for the UnityWebRequest type + CUralstech.UGemini.Models.Generation.Tools.GeminiFunctionResponseThe 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.Models.Generation.Tools.GeminiFunctionResponseContentThe response of a Gemini function call. Based on the Protocol Buffer Struct type + CUralstech.UGemini.Models.Generation.GeminiGenerationConfigurationConfiguration options for model generation and outputs. Not all parameters may be configurable for every model + CUralstech.UGemini.Models.Content.Attribution.GeminiGroundingAttributionAttribution for a source that contributed to an answer + CUralstech.UGemini.Models.Generation.QuestionAnswering.Grounding.GeminiGroundingPassagePassage included inline with a grounding configuration + CUralstech.UGemini.Models.Content.Attribution.GeminiGroundingPassageIdIdentifier for a part within a GroundingPassage + CUralstech.UGemini.Models.Generation.QuestionAnswering.Grounding.GeminiGroundingPassagesA repeated list of passages + CUralstech.UGemini.Models.Generation.QuestionAnswering.SemanticRetriever.GeminiMetadataConditionFilter condition applicable to a single key + CUralstech.UGemini.Models.Generation.QuestionAnswering.SemanticRetriever.GeminiMetadataFilterUser provided filter to limit retrieval based on Chunk or Document level metadata values + CUralstech.UGemini.Models.GeminiModelIdInformation about the unique ID of a Generative Language Model + CUralstech.UGemini.Models.GeminiModelInformation about a Generative Language Model + CUralstech.UGemini.Models.GeminiModelListResponseThe response for a GeminiModelListRequest call + CUralstech.UGemini.GeminiRequestMetadataMetadata about a computation request + CUralstech.UGemini.Models.Generation.Safety.GeminiSafetyRatingSafety rating for a piece of content + CUralstech.UGemini.Models.Generation.Safety.GeminiSafetySettingsSafety setting, affecting the safety-blocking behavior + CUralstech.UGemini.Models.Generation.Schema.GeminiSchemaThe 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.Models.Content.Attribution.GeminiSemanticRetrieverChunkIdentifier for a Chunk retrieved via Semantic Retriever specified in the GenerateAnswerRequest using SemanticRetrieverConfig + CUralstech.UGemini.Models.Generation.QuestionAnswering.SemanticRetriever.GeminiSemanticRetrieverConfigConfiguration for retrieving grounding content from a Corpus or Document created using the Semantic Retriever API + CUralstech.UGemini.Status.GeminiStatusThe 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.GeminiStatusDetailsAn object containing fields of an arbitrary type + CUralstech.UGemini.Models.CountTokens.GeminiTokenCountResponseA response from CountTokens + CUralstech.UGemini.Models.Generation.Tools.Declaration.GeminiToolTool details that the model may use to generate response + CUralstech.UGemini.Models.Generation.Tools.Declaration.GeminiToolConfigurationThe 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.Models.Generation.Candidate.GeminiCandidateA response candidate generated from the model + CUralstech.UGemini.IAppendableData< GeminiChatResponse > + CUralstech.UGemini.Models.Generation.Chat.GeminiChatResponseResponse from the model supporting multiple candidates + CUralstech.UGemini.IAppendableData< GeminiContent > + CUralstech.UGemini.Models.Content.GeminiContentThe base structured datatype containing multi-part content of a message + CUralstech.UGemini.IAppendableData< GeminiContentPart > + CUralstech.UGemini.Models.Content.GeminiContentPartA 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.Models.Generation.Candidate.GeminiPromptFeedbackA set of the feedback metadata for the prompt specified in a generation request + CUralstech.UGemini.IAppendableData< GeminiUsageMetadata > + CUralstech.UGemini.Models.Generation.Candidate.GeminiUsageMetadataMetadata on the generation request's token usage + CUralstech.UGemini.IGeminiRequestAll Gemini API requests must inherit from this interface + CUralstech.UGemini.IGeminiDeleteRequestAll Gemini API DELETE requests must inherit from this interface + CUralstech.UGemini.FileAPI.GeminiFileDeleteRequestRequests the deletion of a file + CUralstech.UGemini.Models.Caching.GeminiCachedContentDeleteRequestRequests for deletion of a cached content resource + CUralstech.UGemini.IGeminiGetRequestAll Gemini API GET requests must inherit from this interface + CUralstech.UGemini.FileAPI.GeminiFileGetRequestRequests metadata for an existing file. Return type is GeminiFile + CUralstech.UGemini.FileAPI.GeminiFileListRequestRequests metadata for all existing files. Return type is GeminiFileListResponse + CUralstech.UGemini.Models.Caching.GeminiCachedContentGetRequestRequests metadata cached content. Return type is GeminiCachedContent + CUralstech.UGemini.Models.Caching.GeminiCachedContentListRequestRequests metadata for all existing cached content. Return type is GeminiCachedContentListResponse + CUralstech.UGemini.Models.GeminiModelGetRequestGets information about a specific model. Return type is GeminiModel + CUralstech.UGemini.Models.GeminiModelListRequestRequests metadata for all existing models. Return type is GeminiModelListResponse + CUralstech.UGemini.IGeminiMultiPartPostRequestAll Gemini API POST requests with multi-part data must inherit from this interface + CUralstech.UGemini.FileAPI.GeminiFileUploadRequestUploads a file to the Gemini File API. Response type is GeminiFileUploadResponse + CUralstech.UGemini.IGeminiPatchRequestAll Gemini API PATCH requests must inherit from this interface + CUralstech.UGemini.Models.Caching.GeminiCachedContentPatchRequestPatches a GeminiCachedContent resource. Response type is GeminiCachedContent + CUralstech.UGemini.IGeminiPostRequestAll 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.Models.Caching.GeminiCachedContentCreateRequestCreates a GeminiCachedContent resource. Response type is GeminiCachedContent + CUralstech.UGemini.Models.CountTokens.GeminiTokenCountRequestRequest to count tokens in given content + CUralstech.UGemini.Models.Embedding.GeminiBatchEmbedContentRequestGenerates multiple embeddings from the model given input text in a synchronous call + CUralstech.UGemini.Models.Embedding.GeminiEmbedContentRequestGenerates an embedding from the model + CUralstech.UGemini.Models.Generation.QuestionAnswering.GeminiAnswerRequestGenerates a grounded answer from the model + CUralstech.UGemini.IGeminiStreamablePostRequest< GeminiChatResponse > + CUralstech.UGemini.Models.Generation.Chat.GeminiChatRequestRequest to generate a response from the model + CJsonConverter + CUralstech.UGemini.GeminiSecondsToTimeSpanJsonConverterCustom JSON converter to convert a time string of a format like "10.334s" to a TimeSpan + CUralstech.UGemini.Models.GeminiModelIdStringConverterCustom JSON converter to handle conversion of GeminiModelId to a single string value and vice-versa + CMonoBehaviour + CUralstech.UGemini.Utils.Singleton.Singleton< T >Utility class to make inheriting types singletons + CUralstech.UGemini.Utils.Singleton.Singleton< GeminiManager > + CUralstech.UGemini.GeminiManagerThe class for accessing the Gemini API! + CUralstech.UGemini.Models.Content.UnityExtensionsExtensions for Unity types + CUralstech.UGemini.Utils.Web.WebRequestHelperExtensions for the UnityWebRequest type
                  diff --git a/docs/hierarchy.js b/docs/hierarchy.js index fe7974ab..545ca5cc 100644 --- a/docs/hierarchy.js +++ b/docs/hierarchy.js @@ -9,6 +9,7 @@ var hierarchy = [ "Uralstech.UGemini.Models.Caching.GeminiCachedContent", "class_uralstech_1_1_u_gemini_1_1_models_1_1_caching_1_1_gemini_cached_content.html", null ], [ "Uralstech.UGemini.Models.Caching.GeminiCachedContentCreationData", "class_uralstech_1_1_u_gemini_1_1_models_1_1_caching_1_1_gemini_cached_content_creation_data.html", null ], [ "Uralstech.UGemini.Models.Caching.GeminiCachedContentListResponse", "class_uralstech_1_1_u_gemini_1_1_models_1_1_caching_1_1_gemini_cached_content_list_response.html", null ], + [ "Uralstech.UGemini.Models.Caching.GeminiCachedContentPatchData", "class_uralstech_1_1_u_gemini_1_1_models_1_1_caching_1_1_gemini_cached_content_patch_data.html", null ], [ "Uralstech.UGemini.Models.Caching.GeminiCachedContentUsageMetadata", "class_uralstech_1_1_u_gemini_1_1_models_1_1_caching_1_1_gemini_cached_content_usage_metadata.html", null ], [ "Uralstech.UGemini.Models.Content.Citation.GeminiCitationMetadata", "class_uralstech_1_1_u_gemini_1_1_models_1_1_content_1_1_citation_1_1_gemini_citation_metadata.html", null ], [ "Uralstech.UGemini.Models.Content.Citation.GeminiCitationSource", "class_uralstech_1_1_u_gemini_1_1_models_1_1_content_1_1_citation_1_1_gemini_citation_source.html", null ], diff --git a/docs/index.html b/docs/index.html index 9993865f..c67a7f6a 100644 --- a/docs/index.html +++ b/docs/index.html @@ -27,7 +27,7 @@ -
                  UGemini 2.0.0-preview.5 +
                  UGemini 2.0.0-preview.6
                  A C# wrapper for the Google Gemini API.
                  diff --git a/docs/interface_uralstech_1_1_u_gemini_1_1_i_appendable_data-members.html b/docs/interface_uralstech_1_1_u_gemini_1_1_i_appendable_data-members.html index 432cda22..02c96c44 100644 --- a/docs/interface_uralstech_1_1_u_gemini_1_1_i_appendable_data-members.html +++ b/docs/interface_uralstech_1_1_u_gemini_1_1_i_appendable_data-members.html @@ -27,7 +27,7 @@ -
                  UGemini 2.0.0-preview.5 +
                  UGemini 2.0.0-preview.6
                  A C# wrapper for the Google Gemini API.
                  diff --git a/docs/interface_uralstech_1_1_u_gemini_1_1_i_appendable_data.html b/docs/interface_uralstech_1_1_u_gemini_1_1_i_appendable_data.html index eb453bdc..462f9527 100644 --- a/docs/interface_uralstech_1_1_u_gemini_1_1_i_appendable_data.html +++ b/docs/interface_uralstech_1_1_u_gemini_1_1_i_appendable_data.html @@ -27,7 +27,7 @@ -
                  UGemini 2.0.0-preview.5 +
                  UGemini 2.0.0-preview.6
                  A C# wrapper for the Google Gemini API.
                  diff --git a/docs/interface_uralstech_1_1_u_gemini_1_1_i_gemini_delete_request-members.html b/docs/interface_uralstech_1_1_u_gemini_1_1_i_gemini_delete_request-members.html index 06889b01..2f1db13e 100644 --- a/docs/interface_uralstech_1_1_u_gemini_1_1_i_gemini_delete_request-members.html +++ b/docs/interface_uralstech_1_1_u_gemini_1_1_i_gemini_delete_request-members.html @@ -27,7 +27,7 @@ -
                  UGemini 2.0.0-preview.5 +
                  UGemini 2.0.0-preview.6
                  A C# wrapper for the Google Gemini API.
                  diff --git a/docs/interface_uralstech_1_1_u_gemini_1_1_i_gemini_delete_request.html b/docs/interface_uralstech_1_1_u_gemini_1_1_i_gemini_delete_request.html index a2cd00d5..d8b18eb9 100644 --- a/docs/interface_uralstech_1_1_u_gemini_1_1_i_gemini_delete_request.html +++ b/docs/interface_uralstech_1_1_u_gemini_1_1_i_gemini_delete_request.html @@ -27,7 +27,7 @@ -
                  UGemini 2.0.0-preview.5 +
                  UGemini 2.0.0-preview.6
                  A C# wrapper for the Google Gemini API.
                  diff --git a/docs/interface_uralstech_1_1_u_gemini_1_1_i_gemini_get_request-members.html b/docs/interface_uralstech_1_1_u_gemini_1_1_i_gemini_get_request-members.html index f869a52d..b974da17 100644 --- a/docs/interface_uralstech_1_1_u_gemini_1_1_i_gemini_get_request-members.html +++ b/docs/interface_uralstech_1_1_u_gemini_1_1_i_gemini_get_request-members.html @@ -27,7 +27,7 @@ -
                  UGemini 2.0.0-preview.5 +
                  UGemini 2.0.0-preview.6
                  A C# wrapper for the Google Gemini API.
                  diff --git a/docs/interface_uralstech_1_1_u_gemini_1_1_i_gemini_get_request.html b/docs/interface_uralstech_1_1_u_gemini_1_1_i_gemini_get_request.html index 8374046a..7f24796f 100644 --- a/docs/interface_uralstech_1_1_u_gemini_1_1_i_gemini_get_request.html +++ b/docs/interface_uralstech_1_1_u_gemini_1_1_i_gemini_get_request.html @@ -27,7 +27,7 @@ -
                  UGemini 2.0.0-preview.5 +
                  UGemini 2.0.0-preview.6
                  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-members.html b/docs/interface_uralstech_1_1_u_gemini_1_1_i_gemini_multi_part_post_request-members.html index 48d33226..e9176a35 100644 --- a/docs/interface_uralstech_1_1_u_gemini_1_1_i_gemini_multi_part_post_request-members.html +++ b/docs/interface_uralstech_1_1_u_gemini_1_1_i_gemini_multi_part_post_request-members.html @@ -27,7 +27,7 @@ -
                  UGemini 2.0.0-preview.5 +
                  UGemini 2.0.0-preview.6
                  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 9b86c9ca..7c7e0988 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 2.0.0-preview.5 +
                  UGemini 2.0.0-preview.6
                  A C# wrapper for the Google Gemini API.
                  diff --git a/docs/interface_uralstech_1_1_u_gemini_1_1_i_gemini_patch_request-members.html b/docs/interface_uralstech_1_1_u_gemini_1_1_i_gemini_patch_request-members.html index dc8fd10d..dc144c2b 100644 --- a/docs/interface_uralstech_1_1_u_gemini_1_1_i_gemini_patch_request-members.html +++ b/docs/interface_uralstech_1_1_u_gemini_1_1_i_gemini_patch_request-members.html @@ -27,7 +27,7 @@ -
                  UGemini 2.0.0-preview.5 +
                  UGemini 2.0.0-preview.6
                  A C# wrapper for the Google Gemini API.
                  diff --git a/docs/interface_uralstech_1_1_u_gemini_1_1_i_gemini_patch_request.html b/docs/interface_uralstech_1_1_u_gemini_1_1_i_gemini_patch_request.html index 2b7cc157..da48994a 100644 --- a/docs/interface_uralstech_1_1_u_gemini_1_1_i_gemini_patch_request.html +++ b/docs/interface_uralstech_1_1_u_gemini_1_1_i_gemini_patch_request.html @@ -27,7 +27,7 @@ -
                  UGemini 2.0.0-preview.5 +
                  UGemini 2.0.0-preview.6
                  A C# wrapper for the Google Gemini API.
                  @@ -114,7 +114,7 @@ Uralstech.UGemini.IGeminiRequest -Uralstech.UGemini.Models.Caching.GeminiCachedContentPatchRequest +Uralstech.UGemini.Models.Caching.GeminiCachedContentPatchRequest
                  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 2dd0119b..c7d6bd3e 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 @@ 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 2f32e428..fe1618c2 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 @@ 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 222c3a68..45b5731a 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 @@ 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 8d187434..737f85c3 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 @@ @@ -126,7 +126,7 @@ Uralstech.UGemini.Models.GeminiModelGetRequestUralstech.UGemini.Models.GeminiModelListRequestUralstech.UGemini.FileAPI.GeminiFileUploadRequest -Uralstech.UGemini.Models.Caching.GeminiCachedContentPatchRequest +Uralstech.UGemini.Models.Caching.GeminiCachedContentPatchRequestUralstech.UGemini.IGeminiStreamablePostRequest< TResponse >Uralstech.UGemini.Models.Caching.GeminiCachedContentCreateRequestUralstech.UGemini.Models.CountTokens.GeminiTokenCountRequest diff --git a/docs/interface_uralstech_1_1_u_gemini_1_1_i_gemini_streamable_post_request-members.html b/docs/interface_uralstech_1_1_u_gemini_1_1_i_gemini_streamable_post_request-members.html index 289e240d..a72da680 100644 --- a/docs/interface_uralstech_1_1_u_gemini_1_1_i_gemini_streamable_post_request-members.html +++ b/docs/interface_uralstech_1_1_u_gemini_1_1_i_gemini_streamable_post_request-members.html @@ -27,7 +27,7 @@ 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 df345395..99ef4fd7 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 @@ diff --git a/docs/md__u_gemini_2_packages_2com_8uralstech_8ugemini_2_documentation_0i_2_main_page.html b/docs/md__u_gemini_2_packages_2com_8uralstech_8ugemini_2_documentation_0i_2_main_page.html index 166ced83..7cd31c75 100644 --- a/docs/md__u_gemini_2_packages_2com_8uralstech_8ugemini_2_documentation_0i_2_main_page.html +++ b/docs/md__u_gemini_2_packages_2com_8uralstech_8ugemini_2_documentation_0i_2_main_page.html @@ -27,7 +27,7 @@ diff --git a/docs/md__u_gemini_2_packages_2com_8uralstech_8ugemini_2_runtime_2_breaking_01_changes.html b/docs/md__u_gemini_2_packages_2com_8uralstech_8ugemini_2_runtime_2_breaking_01_changes.html index 412c2bda..91d12540 100644 --- a/docs/md__u_gemini_2_packages_2com_8uralstech_8ugemini_2_runtime_2_breaking_01_changes.html +++ b/docs/md__u_gemini_2_packages_2com_8uralstech_8ugemini_2_runtime_2_breaking_01_changes.html @@ -27,7 +27,7 @@ diff --git a/docs/namespace_uralstech.html b/docs/namespace_uralstech.html index 13429169..9ca54788 100644 --- a/docs/namespace_uralstech.html +++ b/docs/namespace_uralstech.html @@ -27,7 +27,7 @@ diff --git a/docs/namespace_uralstech_1_1_u_gemini.html b/docs/namespace_uralstech_1_1_u_gemini.html index 06ae31c0..b85d4431 100644 --- a/docs/namespace_uralstech_1_1_u_gemini.html +++ b/docs/namespace_uralstech_1_1_u_gemini.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 d255a9d2..db9e595e 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 @@ 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 6a941def..8be8d371 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 @@ 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 index b84857c9..8d974c26 100644 --- a/docs/namespace_uralstech_1_1_u_gemini_1_1_models.html +++ b/docs/namespace_uralstech_1_1_u_gemini_1_1_models.html @@ -27,7 +27,7 @@ diff --git a/docs/namespace_uralstech_1_1_u_gemini_1_1_models_1_1_caching.html b/docs/namespace_uralstech_1_1_u_gemini_1_1_models_1_1_caching.html index 603c3c7f..85b97a11 100644 --- a/docs/namespace_uralstech_1_1_u_gemini_1_1_models_1_1_caching.html +++ b/docs/namespace_uralstech_1_1_u_gemini_1_1_models_1_1_caching.html @@ -27,7 +27,7 @@ @@ -126,8 +126,11 @@ + + + - + diff --git a/docs/namespace_uralstech_1_1_u_gemini_1_1_models_1_1_caching.js b/docs/namespace_uralstech_1_1_u_gemini_1_1_models_1_1_caching.js index 236c90b6..504a52d8 100644 --- a/docs/namespace_uralstech_1_1_u_gemini_1_1_models_1_1_caching.js +++ b/docs/namespace_uralstech_1_1_u_gemini_1_1_models_1_1_caching.js @@ -7,6 +7,7 @@ var namespace_uralstech_1_1_u_gemini_1_1_models_1_1_caching = [ "GeminiCachedContentGetRequest", "class_uralstech_1_1_u_gemini_1_1_models_1_1_caching_1_1_gemini_cached_content_get_request.html", "class_uralstech_1_1_u_gemini_1_1_models_1_1_caching_1_1_gemini_cached_content_get_request" ], [ "GeminiCachedContentListRequest", "class_uralstech_1_1_u_gemini_1_1_models_1_1_caching_1_1_gemini_cached_content_list_request.html", "class_uralstech_1_1_u_gemini_1_1_models_1_1_caching_1_1_gemini_cached_content_list_request" ], [ "GeminiCachedContentListResponse", "class_uralstech_1_1_u_gemini_1_1_models_1_1_caching_1_1_gemini_cached_content_list_response.html", "class_uralstech_1_1_u_gemini_1_1_models_1_1_caching_1_1_gemini_cached_content_list_response" ], + [ "GeminiCachedContentPatchData", "class_uralstech_1_1_u_gemini_1_1_models_1_1_caching_1_1_gemini_cached_content_patch_data.html", "class_uralstech_1_1_u_gemini_1_1_models_1_1_caching_1_1_gemini_cached_content_patch_data" ], [ "GeminiCachedContentPatchRequest", "class_uralstech_1_1_u_gemini_1_1_models_1_1_caching_1_1_gemini_cached_content_patch_request.html", "class_uralstech_1_1_u_gemini_1_1_models_1_1_caching_1_1_gemini_cached_content_patch_request" ], [ "GeminiCachedContentUsageMetadata", "class_uralstech_1_1_u_gemini_1_1_models_1_1_caching_1_1_gemini_cached_content_usage_metadata.html", "class_uralstech_1_1_u_gemini_1_1_models_1_1_caching_1_1_gemini_cached_content_usage_metadata" ] ]; \ No newline at end of file diff --git a/docs/namespace_uralstech_1_1_u_gemini_1_1_models_1_1_content.html b/docs/namespace_uralstech_1_1_u_gemini_1_1_models_1_1_content.html index c4869e98..4176fd78 100644 --- a/docs/namespace_uralstech_1_1_u_gemini_1_1_models_1_1_content.html +++ b/docs/namespace_uralstech_1_1_u_gemini_1_1_models_1_1_content.html @@ -27,7 +27,7 @@ diff --git a/docs/namespace_uralstech_1_1_u_gemini_1_1_models_1_1_content_1_1_attribution.html b/docs/namespace_uralstech_1_1_u_gemini_1_1_models_1_1_content_1_1_attribution.html index 374b01a1..2906badc 100644 --- a/docs/namespace_uralstech_1_1_u_gemini_1_1_models_1_1_content_1_1_attribution.html +++ b/docs/namespace_uralstech_1_1_u_gemini_1_1_models_1_1_content_1_1_attribution.html @@ -27,7 +27,7 @@ diff --git a/docs/namespace_uralstech_1_1_u_gemini_1_1_models_1_1_content_1_1_citation.html b/docs/namespace_uralstech_1_1_u_gemini_1_1_models_1_1_content_1_1_citation.html index 99080fc2..01162f25 100644 --- a/docs/namespace_uralstech_1_1_u_gemini_1_1_models_1_1_content_1_1_citation.html +++ b/docs/namespace_uralstech_1_1_u_gemini_1_1_models_1_1_content_1_1_citation.html @@ -27,7 +27,7 @@ diff --git a/docs/namespace_uralstech_1_1_u_gemini_1_1_models_1_1_count_tokens.html b/docs/namespace_uralstech_1_1_u_gemini_1_1_models_1_1_count_tokens.html index b2e5b4e3..3b67c525 100644 --- a/docs/namespace_uralstech_1_1_u_gemini_1_1_models_1_1_count_tokens.html +++ b/docs/namespace_uralstech_1_1_u_gemini_1_1_models_1_1_count_tokens.html @@ -27,7 +27,7 @@ diff --git a/docs/namespace_uralstech_1_1_u_gemini_1_1_models_1_1_embedding.html b/docs/namespace_uralstech_1_1_u_gemini_1_1_models_1_1_embedding.html index 88604fe4..a17d3b54 100644 --- a/docs/namespace_uralstech_1_1_u_gemini_1_1_models_1_1_embedding.html +++ b/docs/namespace_uralstech_1_1_u_gemini_1_1_models_1_1_embedding.html @@ -27,7 +27,7 @@ diff --git a/docs/namespace_uralstech_1_1_u_gemini_1_1_models_1_1_generation.html b/docs/namespace_uralstech_1_1_u_gemini_1_1_models_1_1_generation.html index ffe60b7b..0ffd22de 100644 --- a/docs/namespace_uralstech_1_1_u_gemini_1_1_models_1_1_generation.html +++ b/docs/namespace_uralstech_1_1_u_gemini_1_1_models_1_1_generation.html @@ -27,7 +27,7 @@ diff --git a/docs/namespace_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_candidate.html b/docs/namespace_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_candidate.html index 07ea061b..81626571 100644 --- a/docs/namespace_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_candidate.html +++ b/docs/namespace_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_candidate.html @@ -27,7 +27,7 @@ diff --git a/docs/namespace_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_chat.html b/docs/namespace_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_chat.html index c8dd45e8..cb038588 100644 --- a/docs/namespace_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_chat.html +++ b/docs/namespace_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_chat.html @@ -27,7 +27,7 @@ diff --git a/docs/namespace_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_question_answering.html b/docs/namespace_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_question_answering.html index e9201fbb..3afbd0bc 100644 --- a/docs/namespace_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_question_answering.html +++ b/docs/namespace_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_question_answering.html @@ -27,7 +27,7 @@ diff --git a/docs/namespace_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_question_answering_1_1_grounding.html b/docs/namespace_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_question_answering_1_1_grounding.html index da61ba86..8324c7d9 100644 --- a/docs/namespace_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_question_answering_1_1_grounding.html +++ b/docs/namespace_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_question_answering_1_1_grounding.html @@ -27,7 +27,7 @@ diff --git a/docs/namespace_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_question_answering_1_1_semantic_retriever.html b/docs/namespace_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_question_answering_1_1_semantic_retriever.html index bdf33a36..c9445d66 100644 --- a/docs/namespace_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_question_answering_1_1_semantic_retriever.html +++ b/docs/namespace_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_question_answering_1_1_semantic_retriever.html @@ -27,7 +27,7 @@ diff --git a/docs/namespace_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_safety.html b/docs/namespace_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_safety.html index fb9f105a..58dafe9a 100644 --- a/docs/namespace_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_safety.html +++ b/docs/namespace_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_safety.html @@ -27,7 +27,7 @@ diff --git a/docs/namespace_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_schema.html b/docs/namespace_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_schema.html index 732f357b..4001266c 100644 --- a/docs/namespace_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_schema.html +++ b/docs/namespace_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_schema.html @@ -27,7 +27,7 @@ diff --git a/docs/namespace_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_tools.html b/docs/namespace_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_tools.html index 232f8b0f..5f032ce2 100644 --- a/docs/namespace_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_tools.html +++ b/docs/namespace_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_tools.html @@ -27,7 +27,7 @@ diff --git a/docs/namespace_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_tools_1_1_code_execution.html b/docs/namespace_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_tools_1_1_code_execution.html index 452a0c1c..29cc9011 100644 --- a/docs/namespace_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_tools_1_1_code_execution.html +++ b/docs/namespace_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_tools_1_1_code_execution.html @@ -27,7 +27,7 @@ diff --git a/docs/namespace_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_tools_1_1_declaration.html b/docs/namespace_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_tools_1_1_declaration.html index 84869682..d2a0d9f2 100644 --- a/docs/namespace_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_tools_1_1_declaration.html +++ b/docs/namespace_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_tools_1_1_declaration.html @@ -27,7 +27,7 @@ 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 ab9f7359..3e5cb4d2 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 @@ 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 7f8e1da3..c6b6b7ce 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 @@ 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 cbb80053..88d012ce 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 @@ 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 924399d9..2033281d 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 @@ diff --git a/docs/namespacemembers.html b/docs/namespacemembers.html index b5190617..cc9d637f 100644 --- a/docs/namespacemembers.html +++ b/docs/namespacemembers.html @@ -27,7 +27,7 @@ diff --git a/docs/namespacemembers_enum.html b/docs/namespacemembers_enum.html index f9ee7df0..32cf025c 100644 --- a/docs/namespacemembers_enum.html +++ b/docs/namespacemembers_enum.html @@ -27,7 +27,7 @@ diff --git a/docs/namespaces.html b/docs/namespaces.html index 1a2daa7d..d2a02da7 100644 --- a/docs/namespaces.html +++ b/docs/namespaces.html @@ -27,7 +27,7 @@ @@ -125,96 +125,97 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
                  -
                  UGemini 2.0.0-preview.5 +
                  UGemini 2.0.0-preview.6
                  A C# wrapper for the Google Gemini API.
                  -
                  UGemini 2.0.0-preview.5 +
                  UGemini 2.0.0-preview.6
                  A C# wrapper for the Google Gemini API.
                  -
                  UGemini 2.0.0-preview.5 +
                  UGemini 2.0.0-preview.6
                  A C# wrapper for the Google Gemini API.
                  -
                  UGemini 2.0.0-preview.5 +
                  UGemini 2.0.0-preview.6
                  A C# wrapper for the Google Gemini API.
                  -
                  UGemini 2.0.0-preview.5 +
                  UGemini 2.0.0-preview.6
                  A C# wrapper for the Google Gemini API.
                  -
                  UGemini 2.0.0-preview.5 +
                  UGemini 2.0.0-preview.6
                  A C# wrapper for the Google Gemini API.
                  -
                  UGemini 2.0.0-preview.5 +
                  UGemini 2.0.0-preview.6
                  A C# wrapper for the Google Gemini API.
                  -
                  UGemini 2.0.0-preview.5 +
                  UGemini 2.0.0-preview.6
                  A C# wrapper for the Google Gemini API.
                  -
                  UGemini 2.0.0-preview.5 +
                  UGemini 2.0.0-preview.6
                  A C# wrapper for the Google Gemini API.
                  -
                  UGemini 2.0.0-preview.5 +
                  UGemini 2.0.0-preview.6
                  A C# wrapper for the Google Gemini API.
                  -
                  UGemini 2.0.0-preview.5 +
                  UGemini 2.0.0-preview.6
                  A C# wrapper for the Google Gemini API.
                  -
                  UGemini 2.0.0-preview.5 +
                  UGemini 2.0.0-preview.6
                  A C# wrapper for the Google Gemini API.
                  -
                  UGemini 2.0.0-preview.5 +
                  UGemini 2.0.0-preview.6
                  A C# wrapper for the Google Gemini API.
                  -
                  UGemini 2.0.0-preview.5 +
                  UGemini 2.0.0-preview.6
                  A C# wrapper for the Google Gemini API.
                  class  GeminiCachedContentListResponse
                   The response for a GeminiCachedContentListRequest call. More...
                   
                  class  GeminiCachedContentPatchData
                   Data to patch an existing cached content resource with new data. More...
                   
                  class  GeminiCachedContentPatchRequest
                   Patches a GeminiCachedContent resource. More...
                   Patches a GeminiCachedContent resource. Response type is GeminiCachedContent. More...
                   
                  class  GeminiCachedContentUsageMetadata
                   Metadata on the usage of the cached content. More...
                  -
                  UGemini 2.0.0-preview.5 +
                  UGemini 2.0.0-preview.6
                  A C# wrapper for the Google Gemini API.
                  -
                  UGemini 2.0.0-preview.5 +
                  UGemini 2.0.0-preview.6
                  A C# wrapper for the Google Gemini API.
                  -
                  UGemini 2.0.0-preview.5 +
                  UGemini 2.0.0-preview.6
                  A C# wrapper for the Google Gemini API.
                  -
                  UGemini 2.0.0-preview.5 +
                  UGemini 2.0.0-preview.6
                  A C# wrapper for the Google Gemini API.
                  -
                  UGemini 2.0.0-preview.5 +
                  UGemini 2.0.0-preview.6
                  A C# wrapper for the Google Gemini API.
                  -
                  UGemini 2.0.0-preview.5 +
                  UGemini 2.0.0-preview.6
                  A C# wrapper for the Google Gemini API.
                  -
                  UGemini 2.0.0-preview.5 +
                  UGemini 2.0.0-preview.6
                  A C# wrapper for the Google Gemini API.
                  -
                  UGemini 2.0.0-preview.5 +
                  UGemini 2.0.0-preview.6
                  A C# wrapper for the Google Gemini API.
                  -
                  UGemini 2.0.0-preview.5 +
                  UGemini 2.0.0-preview.6
                  A C# wrapper for the Google Gemini API.
                  -
                  UGemini 2.0.0-preview.5 +
                  UGemini 2.0.0-preview.6
                  A C# wrapper for the Google Gemini API.
                  -
                  UGemini 2.0.0-preview.5 +
                  UGemini 2.0.0-preview.6
                  A C# wrapper for the Google Gemini API.
                  -
                  UGemini 2.0.0-preview.5 +
                  UGemini 2.0.0-preview.6
                  A C# wrapper for the Google Gemini API.
                  -
                  UGemini 2.0.0-preview.5 +
                  UGemini 2.0.0-preview.6
                  A C# wrapper for the Google Gemini API.
                  -
                  UGemini 2.0.0-preview.5 +
                  UGemini 2.0.0-preview.6
                  A C# wrapper for the Google Gemini API.
                  -
                  UGemini 2.0.0-preview.5 +
                  UGemini 2.0.0-preview.6
                  A C# wrapper for the Google Gemini API.
                  -
                  UGemini 2.0.0-preview.5 +
                  UGemini 2.0.0-preview.6
                  A C# wrapper for the Google Gemini API.
                  -
                  UGemini 2.0.0-preview.5 +
                  UGemini 2.0.0-preview.6
                  A C# wrapper for the Google Gemini API.
                  -
                  UGemini 2.0.0-preview.5 +
                  UGemini 2.0.0-preview.6
                  A C# wrapper for the Google Gemini API.
                  -
                  UGemini 2.0.0-preview.5 +
                  UGemini 2.0.0-preview.6
                  A C# wrapper for the Google Gemini API.
                  -
                  UGemini 2.0.0-preview.5 +
                  UGemini 2.0.0-preview.6
                  A C# wrapper for the Google Gemini API.
                  -
                  UGemini 2.0.0-preview.5 +
                  UGemini 2.0.0-preview.6
                  A C# wrapper for the Google Gemini API.
                  -
                  UGemini 2.0.0-preview.5 +
                  UGemini 2.0.0-preview.6
                  A C# wrapper for the Google Gemini API.
                  -
                  UGemini 2.0.0-preview.5 +
                  UGemini 2.0.0-preview.6
                  A C# wrapper for the Google Gemini API.
                   CGeminiCachedContentGetRequestRequests metadata cached content. Return type is GeminiCachedContent
                   CGeminiCachedContentListRequestRequests metadata for all existing cached content. Return type is GeminiCachedContentListResponse
                   CGeminiCachedContentListResponseThe response for a GeminiCachedContentListRequest call
                   CGeminiCachedContentPatchRequestPatches a GeminiCachedContent resource
                   CGeminiCachedContentUsageMetadataMetadata on the usage of the cached content
                   NContent
                   NAttribution
                   CGeminiAttributionSourceIdIdentifier for the source contributing to this attribution
                   CGeminiGroundingAttributionAttribution for a source that contributed to an answer
                   CGeminiGroundingPassageIdIdentifier for a part within a GroundingPassage
                   CGeminiSemanticRetrieverChunkIdentifier for a Chunk retrieved via Semantic Retriever specified in the GenerateAnswerRequest using SemanticRetrieverConfig
                   NCitation
                   CGeminiCitationMetadataA collection of source attributions for a piece of content
                   CGeminiCitationSourceA citation to a source for a portion of a specific response
                   CGeminiContentThe base structured datatype containing multi-part content of a message
                   CGeminiContentBlobRaw media bytes
                   CGeminiContentPartA datatype containing media that is part of a multi-part Content message. Must only contain one field at a time
                   CGeminiFileDataURI based data
                   CUnityExtensionsExtensions for Unity types
                   NCountTokens
                   CGeminiTokenCountRequestRequest to count tokens in given content
                   CGeminiTokenCountResponseA response from CountTokens
                   NEmbedding
                   CGeminiBatchEmbedContentRequestGenerates multiple embeddings from the model given input text in a synchronous call
                   CGeminiBatchEmbedContentResponseThe response to a GeminiBatchEmbedContentRequest
                   CGeminiContentEmbeddingA list of floats representing an embedding
                   CGeminiEmbedContentRequestGenerates an embedding from the model
                   CGeminiEmbedContentResponseThe response to a GeminiEmbedContentRequest
                   NGeneration
                   NCandidate
                   CGeminiCandidateA response candidate generated from the model
                   CGeminiPromptFeedbackA set of the feedback metadata for the prompt specified in a generation request
                   CGeminiUsageMetadataMetadata on the generation request's token usage
                   NChat
                   CGeminiChatRequestRequest to generate a response from the model
                   CGeminiChatResponseResponse from the model supporting multiple candidates
                   NQuestionAnswering
                   NGrounding
                   NSemanticRetriever
                   CGeminiAnswerRequestGenerates a grounded answer from the model
                   CGeminiAnswerResponseResponse from the model for a grounded answer
                   NSafety
                   CGeminiSafetyRatingSafety rating for a piece of content
                   CGeminiSafetySettingsSafety setting, affecting the safety-blocking behavior
                   NSchema
                   CGeminiSchemaThe 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
                   NTools
                   NCodeExecution
                   NDeclaration
                   CGeminiCachedContentPatchDataData to patch an existing cached content resource with new data
                   CGeminiCachedContentPatchRequestPatches a GeminiCachedContent resource. Response type is GeminiCachedContent
                   CGeminiCachedContentUsageMetadataMetadata on the usage of the cached content
                   NContent
                   NAttribution
                   CGeminiAttributionSourceIdIdentifier for the source contributing to this attribution
                   CGeminiGroundingAttributionAttribution for a source that contributed to an answer
                   CGeminiGroundingPassageIdIdentifier for a part within a GroundingPassage
                   CGeminiSemanticRetrieverChunkIdentifier for a Chunk retrieved via Semantic Retriever specified in the GenerateAnswerRequest using SemanticRetrieverConfig
                   NCitation
                   CGeminiCitationMetadataA collection of source attributions for a piece of content
                   CGeminiCitationSourceA citation to a source for a portion of a specific response
                   CGeminiContentThe base structured datatype containing multi-part content of a message
                   CGeminiContentBlobRaw media bytes
                   CGeminiContentPartA datatype containing media that is part of a multi-part Content message. Must only contain one field at a time
                   CGeminiFileDataURI based data
                   CUnityExtensionsExtensions for Unity types
                   NCountTokens
                   CGeminiTokenCountRequestRequest to count tokens in given content
                   CGeminiTokenCountResponseA response from CountTokens
                   NEmbedding
                   CGeminiBatchEmbedContentRequestGenerates multiple embeddings from the model given input text in a synchronous call
                   CGeminiBatchEmbedContentResponseThe response to a GeminiBatchEmbedContentRequest
                   CGeminiContentEmbeddingA list of floats representing an embedding
                   CGeminiEmbedContentRequestGenerates an embedding from the model
                   CGeminiEmbedContentResponseThe response to a GeminiEmbedContentRequest
                   NGeneration
                   NCandidate
                   CGeminiCandidateA response candidate generated from the model
                   CGeminiPromptFeedbackA set of the feedback metadata for the prompt specified in a generation request
                   CGeminiUsageMetadataMetadata on the generation request's token usage
                   NChat
                   CGeminiChatRequestRequest to generate a response from the model
                   CGeminiChatResponseResponse from the model supporting multiple candidates
                   NQuestionAnswering
                   NGrounding
                   NSemanticRetriever
                   CGeminiAnswerRequestGenerates a grounded answer from the model
                   CGeminiAnswerResponseResponse from the model for a grounded answer
                   NSafety
                   CGeminiSafetyRatingSafety rating for a piece of content
                   CGeminiSafetySettingsSafety setting, affecting the safety-blocking behavior
                   NSchema
                   CGeminiSchemaThe 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
                   NTools
                   NCodeExecution
                   NDeclaration
                   CGeminiFunctionCallA predicted FunctionCall returned from the model that contains a string representing the FunctionDeclaration.name with the arguments and their values
                   CGeminiFunctionResponseThe 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
                   CGeminiFunctionResponseContentThe response of a Gemini function call. Based on the Protocol Buffer Struct type
                   CGeminiGenerationConfigurationConfiguration options for model generation and outputs. Not all parameters may be configurable for every model
                   CGeminiModelInformation about a Generative Language Model
                   CGeminiModelGetRequestGets information about a specific model. Return type is GeminiModel
                   CGeminiModelIdInformation about the unique ID of a Generative Language Model
                   CGeminiModelIdStringConverterCustom JSON converter to handle conversion of GeminiModelId to a single string value and vice-versa
                   CGeminiModelListRequestRequests metadata for all existing models. Return type is GeminiModelListResponse
                   CGeminiModelListResponseThe response for a GeminiModelListRequest call
                   NStatus
                   CGeminiStatusThe 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
                   CGeminiStatusDetailsAn object containing fields of an arbitrary type
                   NUtils
                   NSingleton
                   CSingletonUtility class to make inheriting types singletons
                   NWeb
                   CWebRequestHelperExtensions for the UnityWebRequest type
                   CGeminiContentTypeExtensionsExtensions for Enum type objects
                   CGeminiManagerThe class for accessing the Gemini API!
                   CGeminiRequestMetadataMetadata about a computation request
                   CGeminiSecondsToTimeSpanJsonConverterCustom JSON converter to convert a time string of a format like "10.334s" to a TimeSpan
                   CIAppendableDataAn interface for data that is to be appended to at runtime
                   CIGeminiDeleteRequestAll Gemini API DELETE requests must inherit from this interface
                   CIGeminiGetRequestAll Gemini API GET requests must inherit from this interface
                   CIGeminiMultiPartPostRequestAll Gemini API POST requests with multi-part data must inherit from this interface
                   CIGeminiPatchRequestAll Gemini API PATCH requests must inherit from this interface
                   CIGeminiPostRequestAll Gemini API POST requests must inherit from this interface
                   CIGeminiRequestAll Gemini API requests must inherit from this interface
                   CIGeminiStreamablePostRequestAll streamed Gemini API POST requests must inherit from this interface
                   CGeminiFunctionCallA predicted FunctionCall returned from the model that contains a string representing the FunctionDeclaration.name with the arguments and their values
                   CGeminiFunctionResponseThe 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
                   CGeminiFunctionResponseContentThe response of a Gemini function call. Based on the Protocol Buffer Struct type
                   CGeminiGenerationConfigurationConfiguration options for model generation and outputs. Not all parameters may be configurable for every model
                   CGeminiModelInformation about a Generative Language Model
                   CGeminiModelGetRequestGets information about a specific model. Return type is GeminiModel
                   CGeminiModelIdInformation about the unique ID of a Generative Language Model
                   CGeminiModelIdStringConverterCustom JSON converter to handle conversion of GeminiModelId to a single string value and vice-versa
                   CGeminiModelListRequestRequests metadata for all existing models. Return type is GeminiModelListResponse
                   CGeminiModelListResponseThe response for a GeminiModelListRequest call
                   NStatus
                   CGeminiStatusThe 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
                   CGeminiStatusDetailsAn object containing fields of an arbitrary type
                   NUtils
                   NSingleton
                   CSingletonUtility class to make inheriting types singletons
                   NWeb
                   CWebRequestHelperExtensions for the UnityWebRequest type
                   CGeminiContentTypeExtensionsExtensions for Enum type objects
                   CGeminiManagerThe class for accessing the Gemini API!
                   CGeminiRequestMetadataMetadata about a computation request
                   CGeminiSecondsToTimeSpanJsonConverterCustom JSON converter to convert a time string of a format like "10.334s" to a TimeSpan
                   CIAppendableDataAn interface for data that is to be appended to at runtime
                   CIGeminiDeleteRequestAll Gemini API DELETE requests must inherit from this interface
                   CIGeminiGetRequestAll Gemini API GET requests must inherit from this interface
                   CIGeminiMultiPartPostRequestAll Gemini API POST requests with multi-part data must inherit from this interface
                   CIGeminiPatchRequestAll Gemini API PATCH requests must inherit from this interface
                   CIGeminiPostRequestAll Gemini API POST requests must inherit from this interface
                   CIGeminiRequestAll Gemini API requests must inherit from this interface
                   CIGeminiStreamablePostRequestAll streamed Gemini API POST requests must inherit from this interface
                  diff --git a/docs/navtreedata.js b/docs/navtreedata.js index 77c3be63..9ea6be4a 100644 --- a/docs/navtreedata.js +++ b/docs/navtreedata.js @@ -100,10 +100,10 @@ var NAVTREE = var NAVTREEINDEX = [ "annotated.html", -"class_uralstech_1_1_u_gemini_1_1_models_1_1_content_1_1_attribution_1_1_gemini_attribution_source_id.html", -"class_uralstech_1_1_u_gemini_1_1_models_1_1_gemini_model_list_request.html#aa89ea4cdd060f9efe1e8a9aa8ff3054f", -"class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_tools_1_1_declaration_1_1_gemini_tool.html#a00c9511961cc5480b36bf3e98902abb9", -"namespace_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_candidate.html#aff961a95f07e5ba39878f306c400eaa3a6b0f23249b46eb0c01e6659299d66b8b" +"class_uralstech_1_1_u_gemini_1_1_models_1_1_caching_1_1_gemini_cached_content_patch_request.html#af4f5e6219ac95d3416c563bff90f385b", +"class_uralstech_1_1_u_gemini_1_1_models_1_1_gemini_model_id_string_converter.html#a7782edbcbb98de81e6456a845fec628d", +"class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_tools_1_1_declaration_1_1_gemini_function_declaration.html#a96b827958b1123d5d8295729ec1e4bb3", +"namespace_uralstech_1_1_u_gemini_1_1_models_1_1_generation.html#ae457ab25019d52b3adf32d4c5688791daeed8d85b888a6c015834240885ee6333" ]; var SYNCONMSG = 'click to disable panel synchronisation'; diff --git a/docs/navtreeindex0.js b/docs/navtreeindex0.js index 4c25a827..7e001f09 100644 --- a/docs/navtreeindex0.js +++ b/docs/navtreeindex0.js @@ -119,14 +119,14 @@ var NAVTREEINDEX0 = "class_uralstech_1_1_u_gemini_1_1_gemini_content_type_extensions.html#add4b09201aaf4e40ae32c4e37fe5545b":[3,0,0,0,5,0], "class_uralstech_1_1_u_gemini_1_1_gemini_manager.html":[2,0,0,0,6], "class_uralstech_1_1_u_gemini_1_1_gemini_manager.html":[3,0,0,0,6], -"class_uralstech_1_1_u_gemini_1_1_gemini_manager.html#a2e48697e0da0f9bf2767dc836bfec2d8":[2,0,0,0,6,1], -"class_uralstech_1_1_u_gemini_1_1_gemini_manager.html#a2e48697e0da0f9bf2767dc836bfec2d8":[3,0,0,0,6,1], -"class_uralstech_1_1_u_gemini_1_1_gemini_manager.html#a9c0a36c0676665ba04a27ce95348eebe":[2,0,0,0,6,3], -"class_uralstech_1_1_u_gemini_1_1_gemini_manager.html#a9c0a36c0676665ba04a27ce95348eebe":[3,0,0,0,6,3], +"class_uralstech_1_1_u_gemini_1_1_gemini_manager.html#a04f9ccdd66f94a07cb41b320f87b461b":[2,0,0,0,6,3], +"class_uralstech_1_1_u_gemini_1_1_gemini_manager.html#a04f9ccdd66f94a07cb41b320f87b461b":[3,0,0,0,6,3], +"class_uralstech_1_1_u_gemini_1_1_gemini_manager.html#a9c0a36c0676665ba04a27ce95348eebe":[2,0,0,0,6,2], +"class_uralstech_1_1_u_gemini_1_1_gemini_manager.html#a9c0a36c0676665ba04a27ce95348eebe":[3,0,0,0,6,2], "class_uralstech_1_1_u_gemini_1_1_gemini_manager.html#ab540f88449967ebfc8f67e1bb5101d75":[2,0,0,0,6,0], "class_uralstech_1_1_u_gemini_1_1_gemini_manager.html#ab540f88449967ebfc8f67e1bb5101d75":[3,0,0,0,6,0], -"class_uralstech_1_1_u_gemini_1_1_gemini_manager.html#abd5a1056444e232ec19f662db30e0756":[2,0,0,0,6,2], -"class_uralstech_1_1_u_gemini_1_1_gemini_manager.html#abd5a1056444e232ec19f662db30e0756":[3,0,0,0,6,2], +"class_uralstech_1_1_u_gemini_1_1_gemini_manager.html#abd5a1056444e232ec19f662db30e0756":[2,0,0,0,6,1], +"class_uralstech_1_1_u_gemini_1_1_gemini_manager.html#abd5a1056444e232ec19f662db30e0756":[3,0,0,0,6,1], "class_uralstech_1_1_u_gemini_1_1_gemini_manager.html#adc073fccf089ba4c89b6c1730deef63c":[2,0,0,0,6,4], "class_uralstech_1_1_u_gemini_1_1_gemini_manager.html#adc073fccf089ba4c89b6c1730deef63c":[3,0,0,0,6,4], "class_uralstech_1_1_u_gemini_1_1_gemini_manager.html#ae7f3e2e264d1f48f2f85bfdfd0aa778a":[2,0,0,0,6,5], @@ -229,25 +229,25 @@ var NAVTREEINDEX0 = "class_uralstech_1_1_u_gemini_1_1_models_1_1_caching_1_1_gemini_cached_content_list_response.html#a5a74ca343abda49d12e290a34988fc1a":[3,0,0,0,2,0,6,0], "class_uralstech_1_1_u_gemini_1_1_models_1_1_caching_1_1_gemini_cached_content_list_response.html#aa101c09559ec6b3ecaad0b7d42ff6d28":[2,0,0,0,2,0,6,1], "class_uralstech_1_1_u_gemini_1_1_models_1_1_caching_1_1_gemini_cached_content_list_response.html#aa101c09559ec6b3ecaad0b7d42ff6d28":[3,0,0,0,2,0,6,1], -"class_uralstech_1_1_u_gemini_1_1_models_1_1_caching_1_1_gemini_cached_content_patch_request.html":[2,0,0,0,2,0,7], -"class_uralstech_1_1_u_gemini_1_1_models_1_1_caching_1_1_gemini_cached_content_patch_request.html":[3,0,0,0,2,0,7], -"class_uralstech_1_1_u_gemini_1_1_models_1_1_caching_1_1_gemini_cached_content_patch_request.html#a09cbbfca4f09a3ed7eea7ce64b9523e1":[2,0,0,0,2,0,7,0], -"class_uralstech_1_1_u_gemini_1_1_models_1_1_caching_1_1_gemini_cached_content_patch_request.html#a09cbbfca4f09a3ed7eea7ce64b9523e1":[3,0,0,0,2,0,7,0], -"class_uralstech_1_1_u_gemini_1_1_models_1_1_caching_1_1_gemini_cached_content_patch_request.html#a3f77546f9ab0033553781e72670457dc":[2,0,0,0,2,0,7,2], -"class_uralstech_1_1_u_gemini_1_1_models_1_1_caching_1_1_gemini_cached_content_patch_request.html#a3f77546f9ab0033553781e72670457dc":[3,0,0,0,2,0,7,2], -"class_uralstech_1_1_u_gemini_1_1_models_1_1_caching_1_1_gemini_cached_content_patch_request.html#a6822678bfa8b106e049b994b76233afa":[2,0,0,0,2,0,7,1], -"class_uralstech_1_1_u_gemini_1_1_models_1_1_caching_1_1_gemini_cached_content_patch_request.html#a6822678bfa8b106e049b994b76233afa":[3,0,0,0,2,0,7,1], -"class_uralstech_1_1_u_gemini_1_1_models_1_1_caching_1_1_gemini_cached_content_patch_request.html#a6d1cd7e509b580c7e07f0515310ae932":[2,0,0,0,2,0,7,4], -"class_uralstech_1_1_u_gemini_1_1_models_1_1_caching_1_1_gemini_cached_content_patch_request.html#a6d1cd7e509b580c7e07f0515310ae932":[3,0,0,0,2,0,7,4], -"class_uralstech_1_1_u_gemini_1_1_models_1_1_caching_1_1_gemini_cached_content_patch_request.html#a92bcaa8bb6eb6ae447c0d2b9cfff96d5":[2,0,0,0,2,0,7,3], -"class_uralstech_1_1_u_gemini_1_1_models_1_1_caching_1_1_gemini_cached_content_patch_request.html#a92bcaa8bb6eb6ae447c0d2b9cfff96d5":[3,0,0,0,2,0,7,3], -"class_uralstech_1_1_u_gemini_1_1_models_1_1_caching_1_1_gemini_cached_content_patch_request.html#ae20e714558566c91340913235623be9f":[2,0,0,0,2,0,7,6], -"class_uralstech_1_1_u_gemini_1_1_models_1_1_caching_1_1_gemini_cached_content_patch_request.html#ae20e714558566c91340913235623be9f":[3,0,0,0,2,0,7,6], -"class_uralstech_1_1_u_gemini_1_1_models_1_1_caching_1_1_gemini_cached_content_patch_request.html#af4f5e6219ac95d3416c563bff90f385b":[2,0,0,0,2,0,7,5], -"class_uralstech_1_1_u_gemini_1_1_models_1_1_caching_1_1_gemini_cached_content_patch_request.html#af4f5e6219ac95d3416c563bff90f385b":[3,0,0,0,2,0,7,5], -"class_uralstech_1_1_u_gemini_1_1_models_1_1_caching_1_1_gemini_cached_content_usage_metadata.html":[2,0,0,0,2,0,8], -"class_uralstech_1_1_u_gemini_1_1_models_1_1_caching_1_1_gemini_cached_content_usage_metadata.html":[3,0,0,0,2,0,8], -"class_uralstech_1_1_u_gemini_1_1_models_1_1_caching_1_1_gemini_cached_content_usage_metadata.html#a7abad5301498779f246a9c04e5c5b99f":[2,0,0,0,2,0,8,0], -"class_uralstech_1_1_u_gemini_1_1_models_1_1_caching_1_1_gemini_cached_content_usage_metadata.html#a7abad5301498779f246a9c04e5c5b99f":[3,0,0,0,2,0,8,0], -"class_uralstech_1_1_u_gemini_1_1_models_1_1_content_1_1_attribution_1_1_gemini_attribution_source_id.html":[2,0,0,0,2,1,0,0] +"class_uralstech_1_1_u_gemini_1_1_models_1_1_caching_1_1_gemini_cached_content_patch_data.html":[2,0,0,0,2,0,7], +"class_uralstech_1_1_u_gemini_1_1_models_1_1_caching_1_1_gemini_cached_content_patch_data.html":[3,0,0,0,2,0,7], +"class_uralstech_1_1_u_gemini_1_1_models_1_1_caching_1_1_gemini_cached_content_patch_data.html#a5ee3934e24f243254324361fe97c4917":[2,0,0,0,2,0,7,1], +"class_uralstech_1_1_u_gemini_1_1_models_1_1_caching_1_1_gemini_cached_content_patch_data.html#a5ee3934e24f243254324361fe97c4917":[3,0,0,0,2,0,7,1], +"class_uralstech_1_1_u_gemini_1_1_models_1_1_caching_1_1_gemini_cached_content_patch_data.html#a6607251dbe87b790e104817ce30feb75":[2,0,0,0,2,0,7,0], +"class_uralstech_1_1_u_gemini_1_1_models_1_1_caching_1_1_gemini_cached_content_patch_data.html#a6607251dbe87b790e104817ce30feb75":[3,0,0,0,2,0,7,0], +"class_uralstech_1_1_u_gemini_1_1_models_1_1_caching_1_1_gemini_cached_content_patch_request.html":[2,0,0,0,2,0,8], +"class_uralstech_1_1_u_gemini_1_1_models_1_1_caching_1_1_gemini_cached_content_patch_request.html":[3,0,0,0,2,0,8], +"class_uralstech_1_1_u_gemini_1_1_models_1_1_caching_1_1_gemini_cached_content_patch_request.html#a3f77546f9ab0033553781e72670457dc":[2,0,0,0,2,0,8,2], +"class_uralstech_1_1_u_gemini_1_1_models_1_1_caching_1_1_gemini_cached_content_patch_request.html#a3f77546f9ab0033553781e72670457dc":[3,0,0,0,2,0,8,2], +"class_uralstech_1_1_u_gemini_1_1_models_1_1_caching_1_1_gemini_cached_content_patch_request.html#a62cc169bd8f4c1048314f63bea70127a":[2,0,0,0,2,0,8,5], +"class_uralstech_1_1_u_gemini_1_1_models_1_1_caching_1_1_gemini_cached_content_patch_request.html#a62cc169bd8f4c1048314f63bea70127a":[3,0,0,0,2,0,8,5], +"class_uralstech_1_1_u_gemini_1_1_models_1_1_caching_1_1_gemini_cached_content_patch_request.html#a6822678bfa8b106e049b994b76233afa":[2,0,0,0,2,0,8,1], +"class_uralstech_1_1_u_gemini_1_1_models_1_1_caching_1_1_gemini_cached_content_patch_request.html#a6822678bfa8b106e049b994b76233afa":[3,0,0,0,2,0,8,1], +"class_uralstech_1_1_u_gemini_1_1_models_1_1_caching_1_1_gemini_cached_content_patch_request.html#a74fbb1eaf33f83439c4f9688cc46e785":[2,0,0,0,2,0,8,0], +"class_uralstech_1_1_u_gemini_1_1_models_1_1_caching_1_1_gemini_cached_content_patch_request.html#a74fbb1eaf33f83439c4f9688cc46e785":[3,0,0,0,2,0,8,0], +"class_uralstech_1_1_u_gemini_1_1_models_1_1_caching_1_1_gemini_cached_content_patch_request.html#a92bcaa8bb6eb6ae447c0d2b9cfff96d5":[2,0,0,0,2,0,8,3], +"class_uralstech_1_1_u_gemini_1_1_models_1_1_caching_1_1_gemini_cached_content_patch_request.html#a92bcaa8bb6eb6ae447c0d2b9cfff96d5":[3,0,0,0,2,0,8,3], +"class_uralstech_1_1_u_gemini_1_1_models_1_1_caching_1_1_gemini_cached_content_patch_request.html#ae20e714558566c91340913235623be9f":[2,0,0,0,2,0,8,6], +"class_uralstech_1_1_u_gemini_1_1_models_1_1_caching_1_1_gemini_cached_content_patch_request.html#ae20e714558566c91340913235623be9f":[3,0,0,0,2,0,8,6], +"class_uralstech_1_1_u_gemini_1_1_models_1_1_caching_1_1_gemini_cached_content_patch_request.html#af4f5e6219ac95d3416c563bff90f385b":[2,0,0,0,2,0,8,4] }; diff --git a/docs/navtreeindex1.js b/docs/navtreeindex1.js index 0f022332..8abcb771 100644 --- a/docs/navtreeindex1.js +++ b/docs/navtreeindex1.js @@ -1,5 +1,11 @@ var NAVTREEINDEX1 = { +"class_uralstech_1_1_u_gemini_1_1_models_1_1_caching_1_1_gemini_cached_content_patch_request.html#af4f5e6219ac95d3416c563bff90f385b":[3,0,0,0,2,0,8,4], +"class_uralstech_1_1_u_gemini_1_1_models_1_1_caching_1_1_gemini_cached_content_usage_metadata.html":[2,0,0,0,2,0,9], +"class_uralstech_1_1_u_gemini_1_1_models_1_1_caching_1_1_gemini_cached_content_usage_metadata.html":[3,0,0,0,2,0,9], +"class_uralstech_1_1_u_gemini_1_1_models_1_1_caching_1_1_gemini_cached_content_usage_metadata.html#a7abad5301498779f246a9c04e5c5b99f":[2,0,0,0,2,0,9,0], +"class_uralstech_1_1_u_gemini_1_1_models_1_1_caching_1_1_gemini_cached_content_usage_metadata.html#a7abad5301498779f246a9c04e5c5b99f":[3,0,0,0,2,0,9,0], +"class_uralstech_1_1_u_gemini_1_1_models_1_1_content_1_1_attribution_1_1_gemini_attribution_source_id.html":[2,0,0,0,2,1,0,0], "class_uralstech_1_1_u_gemini_1_1_models_1_1_content_1_1_attribution_1_1_gemini_attribution_source_id.html":[3,0,0,0,2,1,0,0], "class_uralstech_1_1_u_gemini_1_1_models_1_1_content_1_1_attribution_1_1_gemini_attribution_source_id.html#a92ad083742ba12e4127ac367bffa0a96":[2,0,0,0,2,1,0,0,0], "class_uralstech_1_1_u_gemini_1_1_models_1_1_content_1_1_attribution_1_1_gemini_attribution_source_id.html#a92ad083742ba12e4127ac367bffa0a96":[3,0,0,0,2,1,0,0,0], @@ -243,11 +249,5 @@ var NAVTREEINDEX1 = "class_uralstech_1_1_u_gemini_1_1_models_1_1_gemini_model_id_string_converter.html":[3,0,0,0,2,8], "class_uralstech_1_1_u_gemini_1_1_models_1_1_gemini_model_id_string_converter.html#a46a38c50eddc40e47c26e0ce2d618c74":[2,0,0,0,2,8,0], "class_uralstech_1_1_u_gemini_1_1_models_1_1_gemini_model_id_string_converter.html#a46a38c50eddc40e47c26e0ce2d618c74":[3,0,0,0,2,8,0], -"class_uralstech_1_1_u_gemini_1_1_models_1_1_gemini_model_id_string_converter.html#a7782edbcbb98de81e6456a845fec628d":[2,0,0,0,2,8,1], -"class_uralstech_1_1_u_gemini_1_1_models_1_1_gemini_model_id_string_converter.html#a7782edbcbb98de81e6456a845fec628d":[3,0,0,0,2,8,1], -"class_uralstech_1_1_u_gemini_1_1_models_1_1_gemini_model_list_request.html":[2,0,0,0,2,9], -"class_uralstech_1_1_u_gemini_1_1_models_1_1_gemini_model_list_request.html":[3,0,0,0,2,9], -"class_uralstech_1_1_u_gemini_1_1_models_1_1_gemini_model_list_request.html#a2c153494da8b5d3992b5c741fa498914":[2,0,0,0,2,9,2], -"class_uralstech_1_1_u_gemini_1_1_models_1_1_gemini_model_list_request.html#a2c153494da8b5d3992b5c741fa498914":[3,0,0,0,2,9,2], -"class_uralstech_1_1_u_gemini_1_1_models_1_1_gemini_model_list_request.html#aa89ea4cdd060f9efe1e8a9aa8ff3054f":[2,0,0,0,2,9,4] +"class_uralstech_1_1_u_gemini_1_1_models_1_1_gemini_model_id_string_converter.html#a7782edbcbb98de81e6456a845fec628d":[2,0,0,0,2,8,1] }; diff --git a/docs/navtreeindex2.js b/docs/navtreeindex2.js index af1c14a1..2aeedf83 100644 --- a/docs/navtreeindex2.js +++ b/docs/navtreeindex2.js @@ -1,5 +1,11 @@ var NAVTREEINDEX2 = { +"class_uralstech_1_1_u_gemini_1_1_models_1_1_gemini_model_id_string_converter.html#a7782edbcbb98de81e6456a845fec628d":[3,0,0,0,2,8,1], +"class_uralstech_1_1_u_gemini_1_1_models_1_1_gemini_model_list_request.html":[2,0,0,0,2,9], +"class_uralstech_1_1_u_gemini_1_1_models_1_1_gemini_model_list_request.html":[3,0,0,0,2,9], +"class_uralstech_1_1_u_gemini_1_1_models_1_1_gemini_model_list_request.html#a2c153494da8b5d3992b5c741fa498914":[2,0,0,0,2,9,2], +"class_uralstech_1_1_u_gemini_1_1_models_1_1_gemini_model_list_request.html#a2c153494da8b5d3992b5c741fa498914":[3,0,0,0,2,9,2], +"class_uralstech_1_1_u_gemini_1_1_models_1_1_gemini_model_list_request.html#aa89ea4cdd060f9efe1e8a9aa8ff3054f":[2,0,0,0,2,9,4], "class_uralstech_1_1_u_gemini_1_1_models_1_1_gemini_model_list_request.html#aa89ea4cdd060f9efe1e8a9aa8ff3054f":[3,0,0,0,2,9,4], "class_uralstech_1_1_u_gemini_1_1_models_1_1_gemini_model_list_request.html#aaf930bf273f73e99e16049b267423ed9":[2,0,0,0,2,9,1], "class_uralstech_1_1_u_gemini_1_1_models_1_1_gemini_model_list_request.html#aaf930bf273f73e99e16049b267423ed9":[3,0,0,0,2,9,1], @@ -243,11 +249,5 @@ var NAVTREEINDEX2 = "class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_tools_1_1_declaration_1_1_gemini_function_declaration.html":[3,0,0,0,2,4,5,1,2], "class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_tools_1_1_declaration_1_1_gemini_function_declaration.html#a250f92e3c4759e165cb442152ab864bc":[2,0,0,0,2,4,5,1,2,2], "class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_tools_1_1_declaration_1_1_gemini_function_declaration.html#a250f92e3c4759e165cb442152ab864bc":[3,0,0,0,2,4,5,1,2,2], -"class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_tools_1_1_declaration_1_1_gemini_function_declaration.html#a96b827958b1123d5d8295729ec1e4bb3":[2,0,0,0,2,4,5,1,2,0], -"class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_tools_1_1_declaration_1_1_gemini_function_declaration.html#a96b827958b1123d5d8295729ec1e4bb3":[3,0,0,0,2,4,5,1,2,0], -"class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_tools_1_1_declaration_1_1_gemini_function_declaration.html#ad38d6a53484be75f28b840c814aa3769":[2,0,0,0,2,4,5,1,2,1], -"class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_tools_1_1_declaration_1_1_gemini_function_declaration.html#ad38d6a53484be75f28b840c814aa3769":[3,0,0,0,2,4,5,1,2,1], -"class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_tools_1_1_declaration_1_1_gemini_tool.html":[2,0,0,0,2,4,5,1,3], -"class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_tools_1_1_declaration_1_1_gemini_tool.html":[3,0,0,0,2,4,5,1,3], -"class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_tools_1_1_declaration_1_1_gemini_tool.html#a00c9511961cc5480b36bf3e98902abb9":[2,0,0,0,2,4,5,1,3,0] +"class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_tools_1_1_declaration_1_1_gemini_function_declaration.html#a96b827958b1123d5d8295729ec1e4bb3":[2,0,0,0,2,4,5,1,2,0] }; diff --git a/docs/navtreeindex3.js b/docs/navtreeindex3.js index 7a6bad02..c9c5d6f6 100644 --- a/docs/navtreeindex3.js +++ b/docs/navtreeindex3.js @@ -1,5 +1,11 @@ var NAVTREEINDEX3 = { +"class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_tools_1_1_declaration_1_1_gemini_function_declaration.html#a96b827958b1123d5d8295729ec1e4bb3":[3,0,0,0,2,4,5,1,2,0], +"class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_tools_1_1_declaration_1_1_gemini_function_declaration.html#ad38d6a53484be75f28b840c814aa3769":[2,0,0,0,2,4,5,1,2,1], +"class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_tools_1_1_declaration_1_1_gemini_function_declaration.html#ad38d6a53484be75f28b840c814aa3769":[3,0,0,0,2,4,5,1,2,1], +"class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_tools_1_1_declaration_1_1_gemini_tool.html":[2,0,0,0,2,4,5,1,3], +"class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_tools_1_1_declaration_1_1_gemini_tool.html":[3,0,0,0,2,4,5,1,3], +"class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_tools_1_1_declaration_1_1_gemini_tool.html#a00c9511961cc5480b36bf3e98902abb9":[2,0,0,0,2,4,5,1,3,0], "class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_tools_1_1_declaration_1_1_gemini_tool.html#a00c9511961cc5480b36bf3e98902abb9":[3,0,0,0,2,4,5,1,3,0], "class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_tools_1_1_declaration_1_1_gemini_tool.html#a8b4b9f30ad86756f463d707ce835e71c":[2,0,0,0,2,4,5,1,3,1], "class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_tools_1_1_declaration_1_1_gemini_tool.html#a8b4b9f30ad86756f463d707ce835e71c":[3,0,0,0,2,4,5,1,3,1], @@ -243,11 +249,5 @@ var NAVTREEINDEX3 = "namespace_uralstech_1_1_u_gemini_1_1_models_1_1_generation.html":[2,0,0,0,2,4], "namespace_uralstech_1_1_u_gemini_1_1_models_1_1_generation.html#ae457ab25019d52b3adf32d4c5688791d":[2,0,0,0,2,4,7], "namespace_uralstech_1_1_u_gemini_1_1_models_1_1_generation.html#ae457ab25019d52b3adf32d4c5688791da6fcdc090caeade09d0efd6253932b6f5":[2,0,0,0,2,4,7,0], -"namespace_uralstech_1_1_u_gemini_1_1_models_1_1_generation.html#ae457ab25019d52b3adf32d4c5688791dab7ebbf7f254ef646928dd58f62383a85":[2,0,0,0,2,4,7,1], -"namespace_uralstech_1_1_u_gemini_1_1_models_1_1_generation.html#ae457ab25019d52b3adf32d4c5688791daeed8d85b888a6c015834240885ee6333":[2,0,0,0,2,4,7,2], -"namespace_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_candidate.html":[2,0,0,0,2,4,0], -"namespace_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_candidate.html#aff961a95f07e5ba39878f306c400eaa3":[2,0,0,0,2,4,0,3], -"namespace_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_candidate.html#aff961a95f07e5ba39878f306c400eaa3a11a755d598c0c417f9a36758c3da7481":[2,0,0,0,2,4,0,3,1], -"namespace_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_candidate.html#aff961a95f07e5ba39878f306c400eaa3a6311ae17c1ee52b36e68aaf4ad066387":[2,0,0,0,2,4,0,3,5], -"namespace_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_candidate.html#aff961a95f07e5ba39878f306c400eaa3a6472ce41c26babff27b4c28028093d77":[2,0,0,0,2,4,0,3,3] +"namespace_uralstech_1_1_u_gemini_1_1_models_1_1_generation.html#ae457ab25019d52b3adf32d4c5688791dab7ebbf7f254ef646928dd58f62383a85":[2,0,0,0,2,4,7,1] }; diff --git a/docs/navtreeindex4.js b/docs/navtreeindex4.js index 9b7b9b9c..e66a301b 100644 --- a/docs/navtreeindex4.js +++ b/docs/navtreeindex4.js @@ -1,5 +1,11 @@ var NAVTREEINDEX4 = { +"namespace_uralstech_1_1_u_gemini_1_1_models_1_1_generation.html#ae457ab25019d52b3adf32d4c5688791daeed8d85b888a6c015834240885ee6333":[2,0,0,0,2,4,7,2], +"namespace_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_candidate.html":[2,0,0,0,2,4,0], +"namespace_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_candidate.html#aff961a95f07e5ba39878f306c400eaa3":[2,0,0,0,2,4,0,3], +"namespace_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_candidate.html#aff961a95f07e5ba39878f306c400eaa3a11a755d598c0c417f9a36758c3da7481":[2,0,0,0,2,4,0,3,1], +"namespace_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_candidate.html#aff961a95f07e5ba39878f306c400eaa3a6311ae17c1ee52b36e68aaf4ad066387":[2,0,0,0,2,4,0,3,5], +"namespace_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_candidate.html#aff961a95f07e5ba39878f306c400eaa3a6472ce41c26babff27b4c28028093d77":[2,0,0,0,2,4,0,3,3], "namespace_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_candidate.html#aff961a95f07e5ba39878f306c400eaa3a6b0f23249b46eb0c01e6659299d66b8b":[2,0,0,0,2,4,0,3,7], "namespace_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_candidate.html#aff961a95f07e5ba39878f306c400eaa3a6fcdc090caeade09d0efd6253932b6f5":[2,0,0,0,2,4,0,3,0], "namespace_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_candidate.html#aff961a95f07e5ba39878f306c400eaa3a7a5fd1c6fb926ffc941f1793f46ca958":[2,0,0,0,2,4,0,3,9], diff --git a/docs/pages.html b/docs/pages.html index fc31b6c8..219515f1 100644 --- a/docs/pages.html +++ b/docs/pages.html @@ -27,7 +27,7 @@ -
                  UGemini 2.0.0-preview.5 +
                  UGemini 2.0.0-preview.6
                  A C# wrapper for the Google Gemini API.
                  diff --git a/docs/search/all_11.js b/docs/search/all_11.js index c914267e..7f491fc3 100644 --- a/docs/search/all_11.js +++ b/docs/search/all_11.js @@ -3,8 +3,8 @@ var searchData= ['rawdata_0',['RawData',['../class_uralstech_1_1_u_gemini_1_1_file_a_p_i_1_1_gemini_file_upload_request.html#a4feb461a7c62500ee4e94334ff4755d2',1,'Uralstech::UGemini::FileAPI::GeminiFileUploadRequest']]], ['readjson_1',['ReadJson',['../class_uralstech_1_1_u_gemini_1_1_gemini_seconds_to_time_span_json_converter.html#ab48d1dda11aa5aa43c00651e86467d64',1,'Uralstech.UGemini.GeminiSecondsToTimeSpanJsonConverter.ReadJson()'],['../class_uralstech_1_1_u_gemini_1_1_models_1_1_gemini_model_id_string_converter.html#a46a38c50eddc40e47c26e0ce2d618c74',1,'Uralstech.UGemini.Models.GeminiModelIdStringConverter.ReadJson()']]], ['recitation_2',['Recitation',['../namespace_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_candidate.html#aff961a95f07e5ba39878f306c400eaa3ad3a9b13d5048a26687e92197ed538ee6',1,'Uralstech::UGemini::Models::Generation::Candidate']]], - ['request_3',['Request',['../md__u_gemini_2_packages_2com_8uralstech_8ugemini_2_documentation_0i_2_main_page.html#autotoc_md9',1,'QuickStart: Multi-turn Chat Request'],['../class_uralstech_1_1_u_gemini_1_1_gemini_manager.html#ab540f88449967ebfc8f67e1bb5101d75',1,'Uralstech.UGemini.GeminiManager.Request(IGeminiDeleteRequest request)'],['../class_uralstech_1_1_u_gemini_1_1_gemini_manager.html#a2e48697e0da0f9bf2767dc836bfec2d8',1,'Uralstech.UGemini.GeminiManager.Request(IGeminiPatchRequest request)']]], - ['request_3c_20tresponse_20_3e_4',['Request< TResponse >',['../class_uralstech_1_1_u_gemini_1_1_gemini_manager.html#adc073fccf089ba4c89b6c1730deef63c',1,'Uralstech.UGemini.GeminiManager.Request< TResponse >(IGeminiPostRequest request)'],['../class_uralstech_1_1_u_gemini_1_1_gemini_manager.html#a9c0a36c0676665ba04a27ce95348eebe',1,'Uralstech.UGemini.GeminiManager.Request< TResponse >(IGeminiMultiPartPostRequest request)'],['../class_uralstech_1_1_u_gemini_1_1_gemini_manager.html#abd5a1056444e232ec19f662db30e0756',1,'Uralstech.UGemini.GeminiManager.Request< TResponse >(IGeminiGetRequest request)']]], + ['request_3',['Request',['../md__u_gemini_2_packages_2com_8uralstech_8ugemini_2_documentation_0i_2_main_page.html#autotoc_md9',1,'QuickStart: Multi-turn Chat Request'],['../class_uralstech_1_1_u_gemini_1_1_gemini_manager.html#ab540f88449967ebfc8f67e1bb5101d75',1,'Uralstech.UGemini.GeminiManager.Request(IGeminiDeleteRequest request)']]], + ['request_3c_20tresponse_20_3e_4',['Request< TResponse >',['../class_uralstech_1_1_u_gemini_1_1_gemini_manager.html#adc073fccf089ba4c89b6c1730deef63c',1,'Uralstech.UGemini.GeminiManager.Request< TResponse >(IGeminiPostRequest request)'],['../class_uralstech_1_1_u_gemini_1_1_gemini_manager.html#a9c0a36c0676665ba04a27ce95348eebe',1,'Uralstech.UGemini.GeminiManager.Request< TResponse >(IGeminiMultiPartPostRequest request)'],['../class_uralstech_1_1_u_gemini_1_1_gemini_manager.html#abd5a1056444e232ec19f662db30e0756',1,'Uralstech.UGemini.GeminiManager.Request< TResponse >(IGeminiGetRequest request)'],['../class_uralstech_1_1_u_gemini_1_1_gemini_manager.html#a04f9ccdd66f94a07cb41b320f87b461b',1,'Uralstech.UGemini.GeminiManager.Request< TResponse >(IGeminiPatchRequest request)']]], ['requestendpoint_5',['RequestEndpoint',['../class_uralstech_1_1_u_gemini_1_1_exceptions_1_1_gemini_request_exception.html#a4f7b5f748dc4488d852959a9da2ec04a',1,'Uralstech::UGemini::Exceptions::GeminiRequestException']]], ['requesterror_6',['RequestError',['../class_uralstech_1_1_u_gemini_1_1_exceptions_1_1_gemini_request_exception.html#ab3fb73b77d5fc5d480b095d349096058',1,'Uralstech::UGemini::Exceptions::GeminiRequestException']]], ['requesterrorcode_7',['RequestErrorCode',['../class_uralstech_1_1_u_gemini_1_1_exceptions_1_1_gemini_request_exception.html#ac59f2ddf2ae76c53df641e8495efdcd6',1,'Uralstech::UGemini::Exceptions::GeminiRequestException']]], diff --git a/docs/search/all_13.js b/docs/search/all_13.js index 86dab08e..0a19d0aa 100644 --- a/docs/search/all_13.js +++ b/docs/search/all_13.js @@ -15,7 +15,7 @@ var searchData= ['textxpython_12',['TextXPython',['../namespace_uralstech_1_1_u_gemini.html#a9a890005b5ee88d5fe8e33a592f1c73ca077005b32057d70b83b7b78172c70df8',1,'Uralstech::UGemini']]], ['textxtypescript_13',['TextXTypeScript',['../namespace_uralstech_1_1_u_gemini.html#a9a890005b5ee88d5fe8e33a592f1c73ca4a07195344ee1042ff85164921294594',1,'Uralstech::UGemini']]], ['threshold_14',['Threshold',['../class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_safety_1_1_gemini_safety_settings.html#a5941b31b5ea579ac1f3ce46ae9b76116',1,'Uralstech::UGemini::Models::Generation::Safety::GeminiSafetySettings']]], - ['timetolive_15',['TimeToLive',['../class_uralstech_1_1_u_gemini_1_1_models_1_1_caching_1_1_gemini_cached_content_creation_data.html#a96699f72fb2b8db75d3cef7f5b5d6081',1,'Uralstech::UGemini::Models::Caching::GeminiCachedContentCreationData']]], + ['timetolive_15',['TimeToLive',['../class_uralstech_1_1_u_gemini_1_1_models_1_1_caching_1_1_gemini_cached_content_creation_data.html#a96699f72fb2b8db75d3cef7f5b5d6081',1,'Uralstech.UGemini.Models.Caching.GeminiCachedContentCreationData.TimeToLive'],['../class_uralstech_1_1_u_gemini_1_1_models_1_1_caching_1_1_gemini_cached_content_patch_data.html#a5ee3934e24f243254324361fe97c4917',1,'Uralstech.UGemini.Models.Caching.GeminiCachedContentPatchData.TimeToLive']]], ['title_16',['Title',['../class_uralstech_1_1_u_gemini_1_1_models_1_1_embedding_1_1_gemini_embed_content_request.html#a16ebaf170f03aad0b06895718ad6ae72',1,'Uralstech::UGemini::Models::Embedding::GeminiEmbedContentRequest']]], ['to_20requests_17',['Adding Media Content to Requests',['../md__u_gemini_2_packages_2com_8uralstech_8ugemini_2_documentation_0i_2_main_page.html#autotoc_md30',1,'']]], ['tobase64jpeg_18',['ToBase64JPEG',['../class_uralstech_1_1_u_gemini_1_1_models_1_1_content_1_1_unity_extensions.html#af2cd8196d267384760311d94bd995f0f',1,'Uralstech::UGemini::Models::Content::UnityExtensions']]], diff --git a/docs/search/all_2.js b/docs/search/all_2.js index 18cd2122..d594e7d1 100644 --- a/docs/search/all_2.js +++ b/docs/search/all_2.js @@ -22,7 +22,7 @@ var searchData= ['codeexecutionresult_19',['CodeExecutionResult',['../class_uralstech_1_1_u_gemini_1_1_models_1_1_content_1_1_gemini_content_part.html#a2744d46f3d7c48341fba745f04f8065b',1,'Uralstech::UGemini::Models::Content::GeminiContentPart']]], ['completerequest_20',['CompleteRequest',['../class_uralstech_1_1_u_gemini_1_1_models_1_1_count_tokens_1_1_gemini_token_count_request.html#a7807de6d6c62dba30268ed8d00ed14fb',1,'Uralstech::UGemini::Models::CountTokens::GeminiTokenCountRequest']]], ['conditions_21',['Conditions',['../class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_question_answering_1_1_semantic_retriever_1_1_gemini_metadata_filter.html#a8ae6e8e9ccb87809cd654b89a98897dc',1,'Uralstech::UGemini::Models::Generation::QuestionAnswering::SemanticRetriever::GeminiMetadataFilter']]], - ['content_22',['Content',['../class_uralstech_1_1_u_gemini_1_1_models_1_1_caching_1_1_gemini_cached_content_create_request.html#a863e496361b0f0bd25d58f50e64b7892',1,'Uralstech.UGemini.Models.Caching.GeminiCachedContentCreateRequest.Content'],['../class_uralstech_1_1_u_gemini_1_1_models_1_1_caching_1_1_gemini_cached_content_patch_request.html#a6d1cd7e509b580c7e07f0515310ae932',1,'Uralstech.UGemini.Models.Caching.GeminiCachedContentPatchRequest.Content'],['../class_uralstech_1_1_u_gemini_1_1_models_1_1_content_1_1_attribution_1_1_gemini_grounding_attribution.html#a6c52aded81d798880bc89161160e5beb',1,'Uralstech.UGemini.Models.Content.Attribution.GeminiGroundingAttribution.Content'],['../class_uralstech_1_1_u_gemini_1_1_models_1_1_embedding_1_1_gemini_embed_content_request.html#a61ba2b047b3d3ace8450600864e4983c',1,'Uralstech.UGemini.Models.Embedding.GeminiEmbedContentRequest.Content'],['../class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_question_answering_1_1_grounding_1_1_gemini_grounding_passage.html#a7e85c91ca161d560beea00bca3487b29',1,'Uralstech.UGemini.Models.Generation.QuestionAnswering.Grounding.GeminiGroundingPassage.Content'],['../class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_candidate_1_1_gemini_candidate.html#a2f8e104e04dd1e18a2cce2ddb188c7c8',1,'Uralstech.UGemini.Models.Generation.Candidate.GeminiCandidate.Content'],['../md__u_gemini_2_packages_2com_8uralstech_8ugemini_2_documentation_0i_2_main_page.html#autotoc_md37',1,'Streaming Generated Content']]], + ['content_22',['Content',['../class_uralstech_1_1_u_gemini_1_1_models_1_1_caching_1_1_gemini_cached_content_create_request.html#a863e496361b0f0bd25d58f50e64b7892',1,'Uralstech.UGemini.Models.Caching.GeminiCachedContentCreateRequest.Content'],['../class_uralstech_1_1_u_gemini_1_1_models_1_1_content_1_1_attribution_1_1_gemini_grounding_attribution.html#a6c52aded81d798880bc89161160e5beb',1,'Uralstech.UGemini.Models.Content.Attribution.GeminiGroundingAttribution.Content'],['../class_uralstech_1_1_u_gemini_1_1_models_1_1_embedding_1_1_gemini_embed_content_request.html#a61ba2b047b3d3ace8450600864e4983c',1,'Uralstech.UGemini.Models.Embedding.GeminiEmbedContentRequest.Content'],['../class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_question_answering_1_1_grounding_1_1_gemini_grounding_passage.html#a7e85c91ca161d560beea00bca3487b29',1,'Uralstech.UGemini.Models.Generation.QuestionAnswering.Grounding.GeminiGroundingPassage.Content'],['../class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_candidate_1_1_gemini_candidate.html#a2f8e104e04dd1e18a2cce2ddb188c7c8',1,'Uralstech.UGemini.Models.Generation.Candidate.GeminiCandidate.Content'],['../md__u_gemini_2_packages_2com_8uralstech_8ugemini_2_documentation_0i_2_main_page.html#autotoc_md37',1,'Streaming Generated Content']]], ['content_20to_20requests_23',['Adding Media Content to Requests',['../md__u_gemini_2_packages_2com_8uralstech_8ugemini_2_documentation_0i_2_main_page.html#autotoc_md30',1,'']]], ['contentid_24',['ContentId',['../class_uralstech_1_1_u_gemini_1_1_models_1_1_caching_1_1_gemini_cached_content_delete_request.html#a054877b2d98767661a4c9808ad6eb35a',1,'Uralstech.UGemini.Models.Caching.GeminiCachedContentDeleteRequest.ContentId'],['../class_uralstech_1_1_u_gemini_1_1_models_1_1_caching_1_1_gemini_cached_content_get_request.html#a4be413ba200aa741d6e0cbff741e8471',1,'Uralstech.UGemini.Models.Caching.GeminiCachedContentGetRequest.ContentId'],['../class_uralstech_1_1_u_gemini_1_1_models_1_1_caching_1_1_gemini_cached_content_patch_request.html#af4f5e6219ac95d3416c563bff90f385b',1,'Uralstech.UGemini.Models.Caching.GeminiCachedContentPatchRequest.ContentId']]], ['contents_25',['Contents',['../class_uralstech_1_1_u_gemini_1_1_models_1_1_caching_1_1_gemini_cached_content_creation_data.html#ab9ef3b5511dc9f5a921de2a29b213950',1,'Uralstech.UGemini.Models.Caching.GeminiCachedContentCreationData.Contents'],['../class_uralstech_1_1_u_gemini_1_1_models_1_1_count_tokens_1_1_gemini_token_count_request.html#a41f0b5181daae11aa871b488765974f5',1,'Uralstech.UGemini.Models.CountTokens.GeminiTokenCountRequest.Contents'],['../class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_question_answering_1_1_gemini_answer_request.html#a7a5a232d39669c31d656a674a459e816',1,'Uralstech.UGemini.Models.Generation.QuestionAnswering.GeminiAnswerRequest.Contents'],['../class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_chat_1_1_gemini_chat_request.html#a928b52ad7b59ab7f6f4024b2518bfa86',1,'Uralstech.UGemini.Models.Generation.Chat.GeminiChatRequest.Contents']]], diff --git a/docs/search/all_4.js b/docs/search/all_4.js index 706cbc8a..a4392909 100644 --- a/docs/search/all_4.js +++ b/docs/search/all_4.js @@ -10,6 +10,6 @@ var searchData= ['excludes_7',['Excludes',['../namespace_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_question_answering_1_1_semantic_retriever.html#a9b71bd58def275f208642864ab020ceba9c996acd3d07c857bf343151d04f6c00',1,'Uralstech::UGemini::Models::Generation::QuestionAnswering::SemanticRetriever']]], ['executablecode_8',['ExecutableCode',['../class_uralstech_1_1_u_gemini_1_1_models_1_1_content_1_1_gemini_content_part.html#a2569e5f827a4add0a35baffbf7496893',1,'Uralstech::UGemini::Models::Content::GeminiContentPart']]], ['expirationtime_9',['ExpirationTime',['../class_uralstech_1_1_u_gemini_1_1_file_a_p_i_1_1_gemini_file.html#a7a61ce06b675869d0e1dbab8ed116676',1,'Uralstech::UGemini::FileAPI::GeminiFile']]], - ['expiretime_10',['ExpireTime',['../class_uralstech_1_1_u_gemini_1_1_models_1_1_caching_1_1_gemini_cached_content_creation_data.html#ac9db1d13d3fb01eb797e2030208744e8',1,'Uralstech.UGemini.Models.Caching.GeminiCachedContentCreationData.ExpireTime'],['../class_uralstech_1_1_u_gemini_1_1_models_1_1_caching_1_1_gemini_cached_content.html#a806860a9ed8ede3bfee20ee2db065adf',1,'Uralstech.UGemini.Models.Caching.GeminiCachedContent.ExpireTime']]], + ['expiretime_10',['ExpireTime',['../class_uralstech_1_1_u_gemini_1_1_models_1_1_caching_1_1_gemini_cached_content_creation_data.html#ac9db1d13d3fb01eb797e2030208744e8',1,'Uralstech.UGemini.Models.Caching.GeminiCachedContentCreationData.ExpireTime'],['../class_uralstech_1_1_u_gemini_1_1_models_1_1_caching_1_1_gemini_cached_content.html#a806860a9ed8ede3bfee20ee2db065adf',1,'Uralstech.UGemini.Models.Caching.GeminiCachedContent.ExpireTime'],['../class_uralstech_1_1_u_gemini_1_1_models_1_1_caching_1_1_gemini_cached_content_patch_data.html#a6607251dbe87b790e104817ce30feb75',1,'Uralstech.UGemini.Models.Caching.GeminiCachedContentPatchData.ExpireTime']]], ['extractive_11',['Extractive',['../namespace_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_question_answering.html#aba7a30a5833a9c301357ad7d579ac90daffc23b7f16cd5183b6304160942cc572',1,'Uralstech::UGemini::Models::Generation::QuestionAnswering']]] ]; diff --git a/docs/search/all_6.js b/docs/search/all_6.js index 2f96dc72..ccb14a17 100644 --- a/docs/search/all_6.js +++ b/docs/search/all_6.js @@ -18,99 +18,100 @@ var searchData= ['geminicachedcontentgetrequest_15',['GeminiCachedContentGetRequest',['../class_uralstech_1_1_u_gemini_1_1_models_1_1_caching_1_1_gemini_cached_content_get_request.html',1,'Uralstech.UGemini.Models.Caching.GeminiCachedContentGetRequest'],['../class_uralstech_1_1_u_gemini_1_1_models_1_1_caching_1_1_gemini_cached_content_get_request.html#add549ebadae8356f19bd4559f007cf56',1,'Uralstech.UGemini.Models.Caching.GeminiCachedContentGetRequest.GeminiCachedContentGetRequest()']]], ['geminicachedcontentlistrequest_16',['GeminiCachedContentListRequest',['../class_uralstech_1_1_u_gemini_1_1_models_1_1_caching_1_1_gemini_cached_content_list_request.html',1,'Uralstech.UGemini.Models.Caching.GeminiCachedContentListRequest'],['../class_uralstech_1_1_u_gemini_1_1_models_1_1_caching_1_1_gemini_cached_content_list_request.html#a14ac3382f45cef958342666b24856673',1,'Uralstech.UGemini.Models.Caching.GeminiCachedContentListRequest.GeminiCachedContentListRequest()']]], ['geminicachedcontentlistresponse_17',['GeminiCachedContentListResponse',['../class_uralstech_1_1_u_gemini_1_1_models_1_1_caching_1_1_gemini_cached_content_list_response.html',1,'Uralstech::UGemini::Models::Caching']]], - ['geminicachedcontentpatchrequest_18',['GeminiCachedContentPatchRequest',['../class_uralstech_1_1_u_gemini_1_1_models_1_1_caching_1_1_gemini_cached_content_patch_request.html',1,'Uralstech.UGemini.Models.Caching.GeminiCachedContentPatchRequest'],['../class_uralstech_1_1_u_gemini_1_1_models_1_1_caching_1_1_gemini_cached_content_patch_request.html#a09cbbfca4f09a3ed7eea7ce64b9523e1',1,'Uralstech.UGemini.Models.Caching.GeminiCachedContentPatchRequest.GeminiCachedContentPatchRequest()']]], - ['geminicachedcontentusagemetadata_19',['GeminiCachedContentUsageMetadata',['../class_uralstech_1_1_u_gemini_1_1_models_1_1_caching_1_1_gemini_cached_content_usage_metadata.html',1,'Uralstech::UGemini::Models::Caching']]], - ['geminicandidate_20',['GeminiCandidate',['../class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_candidate_1_1_gemini_candidate.html',1,'Uralstech::UGemini::Models::Generation::Candidate']]], - ['geminichatrequest_21',['GeminiChatRequest',['../class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_chat_1_1_gemini_chat_request.html',1,'Uralstech.UGemini.Models.Generation.Chat.GeminiChatRequest'],['../class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_chat_1_1_gemini_chat_request.html#a5d0d1ac0c0880ee7a7953d3eb4ba3257',1,'Uralstech.UGemini.Models.Generation.Chat.GeminiChatRequest.GeminiChatRequest()']]], - ['geminichatrequest_20features_22',['GeminiChatRequest Features',['../md__u_gemini_2_packages_2com_8uralstech_8ugemini_2_documentation_0i_2_main_page.html#autotoc_md28',1,'']]], - ['geminichatresponse_23',['GeminiChatResponse',['../class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_chat_1_1_gemini_chat_response.html',1,'Uralstech::UGemini::Models::Generation::Chat']]], - ['geminicitationmetadata_24',['GeminiCitationMetadata',['../class_uralstech_1_1_u_gemini_1_1_models_1_1_content_1_1_citation_1_1_gemini_citation_metadata.html',1,'Uralstech::UGemini::Models::Content::Citation']]], - ['geminicitationsource_25',['GeminiCitationSource',['../class_uralstech_1_1_u_gemini_1_1_models_1_1_content_1_1_citation_1_1_gemini_citation_source.html',1,'Uralstech::UGemini::Models::Content::Citation']]], - ['geminicodeexecution_26',['GeminiCodeExecution',['../class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_tools_1_1_declaration_1_1_gemini_code_execution.html',1,'Uralstech::UGemini::Models::Generation::Tools::Declaration']]], - ['geminicodeexecutionlanguage_27',['GeminiCodeExecutionLanguage',['../namespace_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_tools_1_1_code_execution.html#a89d25a7a3f5b622af4b50b576197afd0',1,'Uralstech::UGemini::Models::Generation::Tools::CodeExecution']]], - ['geminicodeexecutionoutcome_28',['GeminiCodeExecutionOutcome',['../namespace_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_tools_1_1_code_execution.html#a92f66014c28aa99df677e5ba566ad467',1,'Uralstech::UGemini::Models::Generation::Tools::CodeExecution']]], - ['geminicodeexecutionresult_29',['GeminiCodeExecutionResult',['../class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_tools_1_1_code_execution_1_1_gemini_code_execution_result.html',1,'Uralstech::UGemini::Models::Generation::Tools::CodeExecution']]], - ['geminicontent_30',['GeminiContent',['../class_uralstech_1_1_u_gemini_1_1_models_1_1_content_1_1_gemini_content.html',1,'Uralstech::UGemini::Models::Content']]], - ['geminicontentblob_31',['GeminiContentBlob',['../class_uralstech_1_1_u_gemini_1_1_models_1_1_content_1_1_gemini_content_blob.html',1,'Uralstech::UGemini::Models::Content']]], - ['geminicontentembedding_32',['GeminiContentEmbedding',['../class_uralstech_1_1_u_gemini_1_1_models_1_1_embedding_1_1_gemini_content_embedding.html',1,'Uralstech::UGemini::Models::Embedding']]], - ['geminicontentpart_33',['GeminiContentPart',['../class_uralstech_1_1_u_gemini_1_1_models_1_1_content_1_1_gemini_content_part.html',1,'Uralstech::UGemini::Models::Content']]], - ['geminicontenttype_34',['GeminiContentType',['../namespace_uralstech_1_1_u_gemini.html#a9a890005b5ee88d5fe8e33a592f1c73c',1,'Uralstech::UGemini']]], - ['geminicontenttypeextensions_35',['GeminiContentTypeExtensions',['../class_uralstech_1_1_u_gemini_1_1_gemini_content_type_extensions.html',1,'Uralstech::UGemini']]], - ['geminiembedcontentrequest_36',['GeminiEmbedContentRequest',['../class_uralstech_1_1_u_gemini_1_1_models_1_1_embedding_1_1_gemini_embed_content_request.html',1,'Uralstech.UGemini.Models.Embedding.GeminiEmbedContentRequest'],['../class_uralstech_1_1_u_gemini_1_1_models_1_1_embedding_1_1_gemini_embed_content_request.html#ab8cc8d1354d4cec612c6c36ec073e297',1,'Uralstech.UGemini.Models.Embedding.GeminiEmbedContentRequest.GeminiEmbedContentRequest()']]], - ['geminiembedcontentresponse_37',['GeminiEmbedContentResponse',['../class_uralstech_1_1_u_gemini_1_1_models_1_1_embedding_1_1_gemini_embed_content_response.html',1,'Uralstech::UGemini::Models::Embedding']]], - ['geminiembedtasktype_38',['GeminiEmbedTaskType',['../namespace_uralstech_1_1_u_gemini_1_1_models_1_1_embedding.html#ae3804817dea7f45d50155e713d4df3d4',1,'Uralstech::UGemini::Models::Embedding']]], - ['geminiexecutablecode_39',['GeminiExecutableCode',['../class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_tools_1_1_code_execution_1_1_gemini_executable_code.html',1,'Uralstech::UGemini::Models::Generation::Tools::CodeExecution']]], - ['geminifile_40',['GeminiFile',['../class_uralstech_1_1_u_gemini_1_1_file_a_p_i_1_1_gemini_file.html',1,'Uralstech::UGemini::FileAPI']]], - ['geminifiledata_41',['GeminiFileData',['../class_uralstech_1_1_u_gemini_1_1_models_1_1_content_1_1_gemini_file_data.html',1,'Uralstech.UGemini.Models.Content.GeminiFileData'],['../class_uralstech_1_1_u_gemini_1_1_models_1_1_content_1_1_gemini_file_data.html#a0ee16065b60107cf31668ea3bbb5b692',1,'Uralstech.UGemini.Models.Content.GeminiFileData.GeminiFileData()'],['../class_uralstech_1_1_u_gemini_1_1_models_1_1_content_1_1_gemini_file_data.html#aed1e0b92775ff77aacb67ec7e9a0176f',1,'Uralstech.UGemini.Models.Content.GeminiFileData.GeminiFileData(GeminiContentType contentType, string fileUri)']]], - ['geminifiledeleterequest_42',['GeminiFileDeleteRequest',['../class_uralstech_1_1_u_gemini_1_1_file_a_p_i_1_1_gemini_file_delete_request.html',1,'Uralstech.UGemini.FileAPI.GeminiFileDeleteRequest'],['../class_uralstech_1_1_u_gemini_1_1_file_a_p_i_1_1_gemini_file_delete_request.html#a3b025a3866813c7a368806a1031a51c4',1,'Uralstech.UGemini.FileAPI.GeminiFileDeleteRequest.GeminiFileDeleteRequest()']]], - ['geminifilegetrequest_43',['GeminiFileGetRequest',['../class_uralstech_1_1_u_gemini_1_1_file_a_p_i_1_1_gemini_file_get_request.html',1,'Uralstech.UGemini.FileAPI.GeminiFileGetRequest'],['../class_uralstech_1_1_u_gemini_1_1_file_a_p_i_1_1_gemini_file_get_request.html#aca11be9dc3fe159aff1010b6a883df4f',1,'Uralstech.UGemini.FileAPI.GeminiFileGetRequest.GeminiFileGetRequest()']]], - ['geminifilelistrequest_44',['GeminiFileListRequest',['../class_uralstech_1_1_u_gemini_1_1_file_a_p_i_1_1_gemini_file_list_request.html',1,'Uralstech.UGemini.FileAPI.GeminiFileListRequest'],['../class_uralstech_1_1_u_gemini_1_1_file_a_p_i_1_1_gemini_file_list_request.html#ab842bf8b727a0291d9729cb1004b8333',1,'Uralstech.UGemini.FileAPI.GeminiFileListRequest.GeminiFileListRequest()']]], - ['geminifilelistresponse_45',['GeminiFileListResponse',['../class_uralstech_1_1_u_gemini_1_1_file_a_p_i_1_1_gemini_file_list_response.html',1,'Uralstech::UGemini::FileAPI']]], - ['geminifilestate_46',['GeminiFileState',['../namespace_uralstech_1_1_u_gemini_1_1_file_a_p_i.html#a70714cf13354876d017e3c66f5060f40',1,'Uralstech::UGemini::FileAPI']]], - ['geminifileuploadmetadata_47',['GeminiFileUploadMetaData',['../class_uralstech_1_1_u_gemini_1_1_file_a_p_i_1_1_gemini_file_upload_meta_data.html',1,'Uralstech::UGemini::FileAPI']]], - ['geminifileuploadrequest_48',['GeminiFileUploadRequest',['../class_uralstech_1_1_u_gemini_1_1_file_a_p_i_1_1_gemini_file_upload_request.html',1,'Uralstech.UGemini.FileAPI.GeminiFileUploadRequest'],['../class_uralstech_1_1_u_gemini_1_1_file_a_p_i_1_1_gemini_file_upload_request.html#ac5a87a5b81f5b2adcda7cdf1027b98a4',1,'Uralstech.UGemini.FileAPI.GeminiFileUploadRequest.GeminiFileUploadRequest(string contentType, bool useBetaApi=true)'],['../class_uralstech_1_1_u_gemini_1_1_file_a_p_i_1_1_gemini_file_upload_request.html#a8dcab845647e29b4ab5d682d0129a484',1,'Uralstech.UGemini.FileAPI.GeminiFileUploadRequest.GeminiFileUploadRequest(GeminiContentType contentType, bool useBetaApi=true)']]], - ['geminifileuploadresponse_49',['GeminiFileUploadResponse',['../class_uralstech_1_1_u_gemini_1_1_file_a_p_i_1_1_gemini_file_upload_response.html',1,'Uralstech::UGemini::FileAPI']]], - ['geminifilevideometadata_50',['GeminiFileVideoMetaData',['../class_uralstech_1_1_u_gemini_1_1_file_a_p_i_1_1_gemini_file_video_meta_data.html',1,'Uralstech::UGemini::FileAPI']]], - ['geminifinishreason_51',['GeminiFinishReason',['../namespace_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_candidate.html#aff961a95f07e5ba39878f306c400eaa3',1,'Uralstech::UGemini::Models::Generation::Candidate']]], - ['geminifunctioncall_52',['GeminiFunctionCall',['../class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_tools_1_1_gemini_function_call.html',1,'Uralstech::UGemini::Models::Generation::Tools']]], - ['geminifunctioncallingconfiguration_53',['GeminiFunctionCallingConfiguration',['../class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_tools_1_1_declaration_1_1_gemini_function_calling_configuration.html',1,'Uralstech::UGemini::Models::Generation::Tools::Declaration']]], - ['geminifunctioncallingmode_54',['GeminiFunctionCallingMode',['../namespace_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_tools_1_1_declaration.html#a7f72d6854163adac959ccd5875257727',1,'Uralstech::UGemini::Models::Generation::Tools::Declaration']]], - ['geminifunctiondeclaration_55',['GeminiFunctionDeclaration',['../class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_tools_1_1_declaration_1_1_gemini_function_declaration.html',1,'Uralstech::UGemini::Models::Generation::Tools::Declaration']]], - ['geminifunctionresponse_56',['GeminiFunctionResponse',['../class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_tools_1_1_gemini_function_response.html',1,'Uralstech::UGemini::Models::Generation::Tools']]], - ['geminifunctionresponsecontent_57',['GeminiFunctionResponseContent',['../class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_tools_1_1_gemini_function_response_content.html',1,'Uralstech::UGemini::Models::Generation::Tools']]], - ['geminigenerationconfiguration_58',['GeminiGenerationConfiguration',['../class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_gemini_generation_configuration.html',1,'Uralstech::UGemini::Models::Generation']]], - ['geminigroundingattribution_59',['GeminiGroundingAttribution',['../class_uralstech_1_1_u_gemini_1_1_models_1_1_content_1_1_attribution_1_1_gemini_grounding_attribution.html',1,'Uralstech::UGemini::Models::Content::Attribution']]], - ['geminigroundingpassage_60',['GeminiGroundingPassage',['../class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_question_answering_1_1_grounding_1_1_gemini_grounding_passage.html',1,'Uralstech::UGemini::Models::Generation::QuestionAnswering::Grounding']]], - ['geminigroundingpassageid_61',['GeminiGroundingPassageId',['../class_uralstech_1_1_u_gemini_1_1_models_1_1_content_1_1_attribution_1_1_gemini_grounding_passage_id.html',1,'Uralstech::UGemini::Models::Content::Attribution']]], - ['geminigroundingpassages_62',['GeminiGroundingPassages',['../class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_question_answering_1_1_grounding_1_1_gemini_grounding_passages.html',1,'Uralstech::UGemini::Models::Generation::QuestionAnswering::Grounding']]], - ['geminiharmprobability_63',['GeminiHarmProbability',['../namespace_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_safety.html#a8a96ca0096989891d15027e8b2b37b77',1,'Uralstech::UGemini::Models::Generation::Safety']]], - ['geminimanager_64',['GeminiManager',['../class_uralstech_1_1_u_gemini_1_1_gemini_manager.html',1,'Uralstech.UGemini.GeminiManager'],['../md__u_gemini_2_packages_2com_8uralstech_8ugemini_2_documentation_0i_2_main_page.html#autotoc_md6',1,'GeminiManager']]], - ['geminimetadatacondition_65',['GeminiMetadataCondition',['../class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_question_answering_1_1_semantic_retri0c9a2baaae3a05ecf32bae131f9ac187.html',1,'Uralstech::UGemini::Models::Generation::QuestionAnswering::SemanticRetriever']]], - ['geminimetadataconditionoperator_66',['GeminiMetadataConditionOperator',['../namespace_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_question_answering_1_1_semantic_retriever.html#a9b71bd58def275f208642864ab020ceb',1,'Uralstech::UGemini::Models::Generation::QuestionAnswering::SemanticRetriever']]], - ['geminimetadatafilter_67',['GeminiMetadataFilter',['../class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_question_answering_1_1_semantic_retriever_1_1_gemini_metadata_filter.html',1,'Uralstech::UGemini::Models::Generation::QuestionAnswering::SemanticRetriever']]], - ['geminimodel_68',['GeminiModel',['../class_uralstech_1_1_u_gemini_1_1_models_1_1_gemini_model.html',1,'Uralstech::UGemini::Models']]], - ['geminimodelgetrequest_69',['GeminiModelGetRequest',['../class_uralstech_1_1_u_gemini_1_1_models_1_1_gemini_model_get_request.html',1,'Uralstech.UGemini.Models.GeminiModelGetRequest'],['../class_uralstech_1_1_u_gemini_1_1_models_1_1_gemini_model_get_request.html#a15d4c31df8bfe8e9c161548ada1a4fdc',1,'Uralstech.UGemini.Models.GeminiModelGetRequest.GeminiModelGetRequest()']]], - ['geminimodelid_70',['GeminiModelId',['../class_uralstech_1_1_u_gemini_1_1_models_1_1_gemini_model_id.html',1,'Uralstech.UGemini.Models.GeminiModelId'],['../class_uralstech_1_1_u_gemini_1_1_models_1_1_gemini_model_id.html#a540dbf1359bd611f7b8de06ad8ce3009',1,'Uralstech.UGemini.Models.GeminiModelId.GeminiModelId(string nameOrBaseModelId)'],['../class_uralstech_1_1_u_gemini_1_1_models_1_1_gemini_model_id.html#a31bae771ebd69a0238ebfa5552a7d1a6',1,'Uralstech.UGemini.Models.GeminiModelId.GeminiModelId(string name, string baseModelId)']]], - ['geminimodelidstringconverter_71',['GeminiModelIdStringConverter',['../class_uralstech_1_1_u_gemini_1_1_models_1_1_gemini_model_id_string_converter.html',1,'Uralstech::UGemini::Models']]], - ['geminimodellistrequest_72',['GeminiModelListRequest',['../class_uralstech_1_1_u_gemini_1_1_models_1_1_gemini_model_list_request.html',1,'Uralstech.UGemini.Models.GeminiModelListRequest'],['../class_uralstech_1_1_u_gemini_1_1_models_1_1_gemini_model_list_request.html#af8b87a23494c26de7aa01e70b5db8e79',1,'Uralstech.UGemini.Models.GeminiModelListRequest.GeminiModelListRequest()']]], - ['geminimodellistresponse_73',['GeminiModelListResponse',['../class_uralstech_1_1_u_gemini_1_1_models_1_1_gemini_model_list_response.html',1,'Uralstech::UGemini::Models']]], - ['geminipromptfeedback_74',['GeminiPromptFeedback',['../class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_candidate_1_1_gemini_prompt_feedback.html',1,'Uralstech::UGemini::Models::Generation::Candidate']]], - ['geminirequestexception_75',['GeminiRequestException',['../class_uralstech_1_1_u_gemini_1_1_exceptions_1_1_gemini_request_exception.html',1,'Uralstech::UGemini::Exceptions']]], - ['geminirequestmetadata_76',['GeminiRequestMetadata',['../class_uralstech_1_1_u_gemini_1_1_gemini_request_metadata.html',1,'Uralstech::UGemini']]], - ['geminiresponsetype_77',['GeminiResponseType',['../namespace_uralstech_1_1_u_gemini_1_1_models_1_1_generation.html#ae457ab25019d52b3adf32d4c5688791d',1,'Uralstech::UGemini::Models::Generation']]], - ['geminirole_78',['GeminiRole',['../namespace_uralstech_1_1_u_gemini_1_1_models_1_1_content.html#adfb4515f0bcf87f8c640ef363b6285db',1,'Uralstech::UGemini::Models::Content']]], - ['geminisafetyharmblockthreshold_79',['GeminiSafetyHarmBlockThreshold',['../namespace_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_safety.html#a42cb3ebdb11a450e2bd2c557f4acad65',1,'Uralstech::UGemini::Models::Generation::Safety']]], - ['geminisafetyharmcategory_80',['GeminiSafetyHarmCategory',['../namespace_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_safety.html#a857e0b9ffddf49934fd8d1dac801be51',1,'Uralstech::UGemini::Models::Generation::Safety']]], - ['geminisafetyrating_81',['GeminiSafetyRating',['../class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_safety_1_1_gemini_safety_rating.html',1,'Uralstech::UGemini::Models::Generation::Safety']]], - ['geminisafetysettings_82',['GeminiSafetySettings',['../class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_safety_1_1_gemini_safety_settings.html',1,'Uralstech::UGemini::Models::Generation::Safety']]], - ['geminischema_83',['GeminiSchema',['../class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_schema_1_1_gemini_schema.html',1,'Uralstech::UGemini::Models::Generation::Schema']]], - ['geminischemadataformat_84',['GeminiSchemaDataFormat',['../namespace_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_schema.html#a4178e8f8544954c85d1c9249e8238764',1,'Uralstech::UGemini::Models::Generation::Schema']]], - ['geminischemadatatype_85',['GeminiSchemaDataType',['../namespace_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_schema.html#ae671d3dddc6cd918d4dd4966bee019ef',1,'Uralstech::UGemini::Models::Generation::Schema']]], - ['geminisecondstotimespanjsonconverter_86',['GeminiSecondsToTimeSpanJsonConverter',['../class_uralstech_1_1_u_gemini_1_1_gemini_seconds_to_time_span_json_converter.html',1,'Uralstech::UGemini']]], - ['geminisemanticretrieverchunk_87',['GeminiSemanticRetrieverChunk',['../class_uralstech_1_1_u_gemini_1_1_models_1_1_content_1_1_attribution_1_1_gemini_semantic_retriever_chunk.html',1,'Uralstech::UGemini::Models::Content::Attribution']]], - ['geminisemanticretrieverconfig_88',['GeminiSemanticRetrieverConfig',['../class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_question_answering_1_1_semantic_retri9b6dfd7c08de54b9ab12d2385e99f3cf.html',1,'Uralstech::UGemini::Models::Generation::QuestionAnswering::SemanticRetriever']]], - ['geministatus_89',['GeminiStatus',['../class_uralstech_1_1_u_gemini_1_1_status_1_1_gemini_status.html',1,'Uralstech::UGemini::Status']]], - ['geministatusdetails_90',['GeminiStatusDetails',['../class_uralstech_1_1_u_gemini_1_1_status_1_1_gemini_status_details.html',1,'Uralstech::UGemini::Status']]], - ['geminitokencountrequest_91',['GeminiTokenCountRequest',['../class_uralstech_1_1_u_gemini_1_1_models_1_1_count_tokens_1_1_gemini_token_count_request.html',1,'Uralstech.UGemini.Models.CountTokens.GeminiTokenCountRequest'],['../class_uralstech_1_1_u_gemini_1_1_models_1_1_count_tokens_1_1_gemini_token_count_request.html#a596225b38afff2de6fcf93d3121f8824',1,'Uralstech.UGemini.Models.CountTokens.GeminiTokenCountRequest.GeminiTokenCountRequest()']]], - ['geminitokencountresponse_92',['GeminiTokenCountResponse',['../class_uralstech_1_1_u_gemini_1_1_models_1_1_count_tokens_1_1_gemini_token_count_response.html',1,'Uralstech::UGemini::Models::CountTokens']]], - ['geminitool_93',['GeminiTool',['../class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_tools_1_1_declaration_1_1_gemini_tool.html',1,'Uralstech::UGemini::Models::Generation::Tools::Declaration']]], - ['geminitoolconfiguration_94',['GeminiToolConfiguration',['../class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_tools_1_1_declaration_1_1_gemini_tool_configuration.html',1,'Uralstech::UGemini::Models::Generation::Tools::Declaration']]], - ['geminiusagemetadata_95',['GeminiUsageMetadata',['../class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_candidate_1_1_gemini_usage_metadata.html',1,'Uralstech::UGemini::Models::Generation::Candidate']]], - ['general_20changes_96',['General Changes',['../md__u_gemini_2_packages_2com_8uralstech_8ugemini_2_runtime_2_breaking_01_changes.html#autotoc_md1',1,'']]], - ['generateanswer_20beta_20api_97',['GenerateAnswer (Beta API)',['../md__u_gemini_2_packages_2com_8uralstech_8ugemini_2_documentation_0i_2_main_page.html#autotoc_md18',1,'']]], - ['generatecontent_98',['GenerateContent',['../md__u_gemini_2_packages_2com_8uralstech_8ugemini_2_documentation_0i_2_main_page.html#autotoc_md16',1,'GenerateContent'],['../md__u_gemini_2_packages_2com_8uralstech_8ugemini_2_documentation_0i_2_main_page.html#autotoc_md21',1,'GenerateContent']]], - ['generated_20content_99',['Streaming Generated Content',['../md__u_gemini_2_packages_2com_8uralstech_8ugemini_2_documentation_0i_2_main_page.html#autotoc_md37',1,'']]], - ['generationconfig_100',['GenerationConfig',['../class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_chat_1_1_gemini_chat_request.html#af593ab40d701a4113e7d4fa7c14dc78d',1,'Uralstech::UGemini::Models::Generation::Chat::GeminiChatRequest']]], - ['get_101',['Get',['../md__u_gemini_2_packages_2com_8uralstech_8ugemini_2_documentation_0i_2_main_page.html#autotoc_md12',1,'Get'],['../md__u_gemini_2_packages_2com_8uralstech_8ugemini_2_documentation_0i_2_main_page.html#autotoc_md24',1,'Get']]], - ['get_20model_20metadata_102',['List and Get Model Metadata',['../md__u_gemini_2_packages_2com_8uralstech_8ugemini_2_documentation_0i_2_main_page.html#autotoc_md41',1,'']]], - ['getconfiguration_103',['GetConfiguration',['../class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_tools_1_1_declaration_1_1_gemini_tool_configuration.html#a8a854448cde37229c8173a5a90bccf4e',1,'Uralstech::UGemini::Models::Generation::Tools::Declaration::GeminiToolConfiguration']]], - ['getcontent_104',['GetContent',['../class_uralstech_1_1_u_gemini_1_1_models_1_1_content_1_1_gemini_content.html#a644ae5e0009169e9cc994749c2c522e5',1,'Uralstech.UGemini.Models.Content.GeminiContent.GetContent(string message, GeminiRole role=GeminiRole.Unspecified)'],['../class_uralstech_1_1_u_gemini_1_1_models_1_1_content_1_1_gemini_content.html#a905634171a8aec7e8666ef321bce25f3',1,'Uralstech.UGemini.Models.Content.GeminiContent.GetContent(string message, Texture2D image, GeminiRole role=GeminiRole.Unspecified)'],['../class_uralstech_1_1_u_gemini_1_1_models_1_1_content_1_1_gemini_content.html#a39154d76caaf43440a7847cb76d27412',1,'Uralstech.UGemini.Models.Content.GeminiContent.GetContent(string message, AudioClip audio, GeminiRole role=GeminiRole.Unspecified)'],['../class_uralstech_1_1_u_gemini_1_1_models_1_1_content_1_1_gemini_content.html#a90ef5374a537a6565a70e9e409d6515b',1,'Uralstech.UGemini.Models.Content.GeminiContent.GetContent(string message, GeminiFile file, GeminiRole role=GeminiRole.Unspecified)'],['../class_uralstech_1_1_u_gemini_1_1_models_1_1_content_1_1_gemini_content.html#a4c3741843c4112d150666495079bf645',1,'Uralstech.UGemini.Models.Content.GeminiContent.GetContent(GeminiFunctionCall functionCall)'],['../class_uralstech_1_1_u_gemini_1_1_models_1_1_content_1_1_gemini_content.html#a1131c07bdb35e23d2d95bda8dbac6782',1,'Uralstech.UGemini.Models.Content.GeminiContent.GetContent(GeminiFunctionResponse functionResponse)']]], - ['getcontentblob_105',['GetContentBlob',['../class_uralstech_1_1_u_gemini_1_1_models_1_1_content_1_1_gemini_content_blob.html#adbf49048cbeb27b8c5f0c6b42a898843',1,'Uralstech.UGemini.Models.Content.GeminiContentBlob.GetContentBlob(AudioClip audio)'],['../class_uralstech_1_1_u_gemini_1_1_models_1_1_content_1_1_gemini_content_blob.html#ad551a00302e88f9293306e4b421c22bb',1,'Uralstech.UGemini.Models.Content.GeminiContentBlob.GetContentBlob(Texture2D image, bool useJPEG=false)']]], - ['getendpointuri_106',['GetEndpointUri',['../class_uralstech_1_1_u_gemini_1_1_file_a_p_i_1_1_gemini_file_delete_request.html#a468845875f4d6f4165013baf75e726b5',1,'Uralstech.UGemini.FileAPI.GeminiFileDeleteRequest.GetEndpointUri()'],['../class_uralstech_1_1_u_gemini_1_1_file_a_p_i_1_1_gemini_file_get_request.html#a4cdb2e36ec4b15ce95f1837f9aa4f681',1,'Uralstech.UGemini.FileAPI.GeminiFileGetRequest.GetEndpointUri()'],['../class_uralstech_1_1_u_gemini_1_1_file_a_p_i_1_1_gemini_file_list_request.html#a802d42b80a0de901c1b68e49f58d0b90',1,'Uralstech.UGemini.FileAPI.GeminiFileListRequest.GetEndpointUri()'],['../class_uralstech_1_1_u_gemini_1_1_file_a_p_i_1_1_gemini_file_upload_request.html#a72b2ec065988d18fa295e59108b74449',1,'Uralstech.UGemini.FileAPI.GeminiFileUploadRequest.GetEndpointUri()'],['../class_uralstech_1_1_u_gemini_1_1_models_1_1_caching_1_1_gemini_cached_content_create_request.html#ae4e3357237204b6d3683862604aacce0',1,'Uralstech.UGemini.Models.Caching.GeminiCachedContentCreateRequest.GetEndpointUri()'],['../class_uralstech_1_1_u_gemini_1_1_models_1_1_caching_1_1_gemini_cached_content_delete_request.html#a4bb8022a90e8c191e7e6cfde94002284',1,'Uralstech.UGemini.Models.Caching.GeminiCachedContentDeleteRequest.GetEndpointUri()'],['../class_uralstech_1_1_u_gemini_1_1_models_1_1_caching_1_1_gemini_cached_content_get_request.html#a919d4a421db49df44497c1e7ba2f68cb',1,'Uralstech.UGemini.Models.Caching.GeminiCachedContentGetRequest.GetEndpointUri()'],['../class_uralstech_1_1_u_gemini_1_1_models_1_1_caching_1_1_gemini_cached_content_list_request.html#ac91df215a95190d82bb2113601bfcfef',1,'Uralstech.UGemini.Models.Caching.GeminiCachedContentListRequest.GetEndpointUri()'],['../class_uralstech_1_1_u_gemini_1_1_models_1_1_caching_1_1_gemini_cached_content_patch_request.html#a6822678bfa8b106e049b994b76233afa',1,'Uralstech.UGemini.Models.Caching.GeminiCachedContentPatchRequest.GetEndpointUri()'],['../class_uralstech_1_1_u_gemini_1_1_models_1_1_count_tokens_1_1_gemini_token_count_request.html#aab49d58d3761ae958e6a0325d97e2b83',1,'Uralstech.UGemini.Models.CountTokens.GeminiTokenCountRequest.GetEndpointUri()'],['../class_uralstech_1_1_u_gemini_1_1_models_1_1_embedding_1_1_gemini_batch_embed_content_request.html#ac554761fbaac870a11f22f2cbeafb8bb',1,'Uralstech.UGemini.Models.Embedding.GeminiBatchEmbedContentRequest.GetEndpointUri()'],['../class_uralstech_1_1_u_gemini_1_1_models_1_1_embedding_1_1_gemini_embed_content_request.html#a36343a969db82baffc398839c3452f9d',1,'Uralstech.UGemini.Models.Embedding.GeminiEmbedContentRequest.GetEndpointUri()'],['../class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_question_answering_1_1_gemini_answer_request.html#ae7a244e1b2954d7eee82c32c9483ebf9',1,'Uralstech.UGemini.Models.Generation.QuestionAnswering.GeminiAnswerRequest.GetEndpointUri()'],['../class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_chat_1_1_gemini_chat_request.html#a4139f12135cd58347c8df9c6e493774f',1,'Uralstech.UGemini.Models.Generation.Chat.GeminiChatRequest.GetEndpointUri()'],['../class_uralstech_1_1_u_gemini_1_1_models_1_1_gemini_model_get_request.html#add4ab4bac130944edbcc069b5d6ebeec',1,'Uralstech.UGemini.Models.GeminiModelGetRequest.GetEndpointUri()'],['../class_uralstech_1_1_u_gemini_1_1_models_1_1_gemini_model_list_request.html#aaf930bf273f73e99e16049b267423ed9',1,'Uralstech.UGemini.Models.GeminiModelListRequest.GetEndpointUri()'],['../interface_uralstech_1_1_u_gemini_1_1_i_gemini_request.html#ad2f0fb0c43979208acb8ad0b790467a8',1,'Uralstech.UGemini.IGeminiRequest.GetEndpointUri()']]], - ['getresponse_107',['GetResponse',['../class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_tools_1_1_gemini_function_call.html#a6fc0ccd2ea06ebb4454b8d26c4d6bf61',1,'Uralstech::UGemini::Models::Generation::Tools::GeminiFunctionCall']]], - ['getutf8encodeddata_108',['GetUtf8EncodedData',['../class_uralstech_1_1_u_gemini_1_1_file_a_p_i_1_1_gemini_file_upload_request.html#a8a9a563f895ab297a2d4bdc22b5c1bc8',1,'Uralstech.UGemini.FileAPI.GeminiFileUploadRequest.GetUtf8EncodedData()'],['../class_uralstech_1_1_u_gemini_1_1_models_1_1_caching_1_1_gemini_cached_content_create_request.html#a88e82f3c807735af26e83fbb8160b7de',1,'Uralstech.UGemini.Models.Caching.GeminiCachedContentCreateRequest.GetUtf8EncodedData()'],['../class_uralstech_1_1_u_gemini_1_1_models_1_1_caching_1_1_gemini_cached_content_patch_request.html#a3f77546f9ab0033553781e72670457dc',1,'Uralstech.UGemini.Models.Caching.GeminiCachedContentPatchRequest.GetUtf8EncodedData()'],['../class_uralstech_1_1_u_gemini_1_1_models_1_1_count_tokens_1_1_gemini_token_count_request.html#adb7251eae6cb41d6f084679d0dd634c7',1,'Uralstech.UGemini.Models.CountTokens.GeminiTokenCountRequest.GetUtf8EncodedData()'],['../class_uralstech_1_1_u_gemini_1_1_models_1_1_embedding_1_1_gemini_batch_embed_content_request.html#a06d784f963100a81880c0b7ed9d2063b',1,'Uralstech.UGemini.Models.Embedding.GeminiBatchEmbedContentRequest.GetUtf8EncodedData()'],['../class_uralstech_1_1_u_gemini_1_1_models_1_1_embedding_1_1_gemini_embed_content_request.html#af0f772901b7d42cfb9f8db154430d8c0',1,'Uralstech.UGemini.Models.Embedding.GeminiEmbedContentRequest.GetUtf8EncodedData()'],['../class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_question_answering_1_1_gemini_answer_request.html#a17d01467514d7e26af0d02835c851dca',1,'Uralstech.UGemini.Models.Generation.QuestionAnswering.GeminiAnswerRequest.GetUtf8EncodedData()'],['../class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_chat_1_1_gemini_chat_request.html#a3aa394c7912d968b2fe4cb63e607963e',1,'Uralstech.UGemini.Models.Generation.Chat.GeminiChatRequest.GetUtf8EncodedData()'],['../interface_uralstech_1_1_u_gemini_1_1_i_gemini_multi_part_post_request.html#a2bb8e32eb6322ec03b892585bd785ab1',1,'Uralstech.UGemini.IGeminiMultiPartPostRequest.GetUtf8EncodedData()'],['../interface_uralstech_1_1_u_gemini_1_1_i_gemini_patch_request.html#a80cd3d6f8c845a72858850754588d35d',1,'Uralstech.UGemini.IGeminiPatchRequest.GetUtf8EncodedData()'],['../interface_uralstech_1_1_u_gemini_1_1_i_gemini_post_request.html#a32f098e8b528b65c53249ca71246f118',1,'Uralstech.UGemini.IGeminiPostRequest.GetUtf8EncodedData()']]], - ['greaterthan_109',['GreaterThan',['../namespace_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_question_answering_1_1_semantic_retriever.html#a9b71bd58def275f208642864ab020cebaf6d044fe1f01fb0c956b80099e2a3072',1,'Uralstech::UGemini::Models::Generation::QuestionAnswering::SemanticRetriever']]], - ['greaterthanorequal_110',['GreaterThanOrEqual',['../namespace_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_question_answering_1_1_semantic_retriever.html#a9b71bd58def275f208642864ab020ceba25c44812e9d75f685d2a0b815dea1ebe',1,'Uralstech::UGemini::Models::Generation::QuestionAnswering::SemanticRetriever']]], - ['groundingattributions_111',['GroundingAttributions',['../class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_candidate_1_1_gemini_candidate.html#a600a90611b24e69fc67fac8c1f664c3e',1,'Uralstech::UGemini::Models::Generation::Candidate::GeminiCandidate']]], - ['groundingpassage_112',['GroundingPassage',['../class_uralstech_1_1_u_gemini_1_1_models_1_1_content_1_1_attribution_1_1_gemini_attribution_source_id.html#a92ad083742ba12e4127ac367bffa0a96',1,'Uralstech::UGemini::Models::Content::Attribution::GeminiAttributionSourceId']]] + ['geminicachedcontentpatchdata_18',['GeminiCachedContentPatchData',['../class_uralstech_1_1_u_gemini_1_1_models_1_1_caching_1_1_gemini_cached_content_patch_data.html',1,'Uralstech::UGemini::Models::Caching']]], + ['geminicachedcontentpatchrequest_19',['GeminiCachedContentPatchRequest',['../class_uralstech_1_1_u_gemini_1_1_models_1_1_caching_1_1_gemini_cached_content_patch_request.html',1,'Uralstech.UGemini.Models.Caching.GeminiCachedContentPatchRequest'],['../class_uralstech_1_1_u_gemini_1_1_models_1_1_caching_1_1_gemini_cached_content_patch_request.html#a74fbb1eaf33f83439c4f9688cc46e785',1,'Uralstech.UGemini.Models.Caching.GeminiCachedContentPatchRequest.GeminiCachedContentPatchRequest()']]], + ['geminicachedcontentusagemetadata_20',['GeminiCachedContentUsageMetadata',['../class_uralstech_1_1_u_gemini_1_1_models_1_1_caching_1_1_gemini_cached_content_usage_metadata.html',1,'Uralstech::UGemini::Models::Caching']]], + ['geminicandidate_21',['GeminiCandidate',['../class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_candidate_1_1_gemini_candidate.html',1,'Uralstech::UGemini::Models::Generation::Candidate']]], + ['geminichatrequest_22',['GeminiChatRequest',['../class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_chat_1_1_gemini_chat_request.html',1,'Uralstech.UGemini.Models.Generation.Chat.GeminiChatRequest'],['../class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_chat_1_1_gemini_chat_request.html#a5d0d1ac0c0880ee7a7953d3eb4ba3257',1,'Uralstech.UGemini.Models.Generation.Chat.GeminiChatRequest.GeminiChatRequest()']]], + ['geminichatrequest_20features_23',['GeminiChatRequest Features',['../md__u_gemini_2_packages_2com_8uralstech_8ugemini_2_documentation_0i_2_main_page.html#autotoc_md28',1,'']]], + ['geminichatresponse_24',['GeminiChatResponse',['../class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_chat_1_1_gemini_chat_response.html',1,'Uralstech::UGemini::Models::Generation::Chat']]], + ['geminicitationmetadata_25',['GeminiCitationMetadata',['../class_uralstech_1_1_u_gemini_1_1_models_1_1_content_1_1_citation_1_1_gemini_citation_metadata.html',1,'Uralstech::UGemini::Models::Content::Citation']]], + ['geminicitationsource_26',['GeminiCitationSource',['../class_uralstech_1_1_u_gemini_1_1_models_1_1_content_1_1_citation_1_1_gemini_citation_source.html',1,'Uralstech::UGemini::Models::Content::Citation']]], + ['geminicodeexecution_27',['GeminiCodeExecution',['../class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_tools_1_1_declaration_1_1_gemini_code_execution.html',1,'Uralstech::UGemini::Models::Generation::Tools::Declaration']]], + ['geminicodeexecutionlanguage_28',['GeminiCodeExecutionLanguage',['../namespace_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_tools_1_1_code_execution.html#a89d25a7a3f5b622af4b50b576197afd0',1,'Uralstech::UGemini::Models::Generation::Tools::CodeExecution']]], + ['geminicodeexecutionoutcome_29',['GeminiCodeExecutionOutcome',['../namespace_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_tools_1_1_code_execution.html#a92f66014c28aa99df677e5ba566ad467',1,'Uralstech::UGemini::Models::Generation::Tools::CodeExecution']]], + ['geminicodeexecutionresult_30',['GeminiCodeExecutionResult',['../class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_tools_1_1_code_execution_1_1_gemini_code_execution_result.html',1,'Uralstech::UGemini::Models::Generation::Tools::CodeExecution']]], + ['geminicontent_31',['GeminiContent',['../class_uralstech_1_1_u_gemini_1_1_models_1_1_content_1_1_gemini_content.html',1,'Uralstech::UGemini::Models::Content']]], + ['geminicontentblob_32',['GeminiContentBlob',['../class_uralstech_1_1_u_gemini_1_1_models_1_1_content_1_1_gemini_content_blob.html',1,'Uralstech::UGemini::Models::Content']]], + ['geminicontentembedding_33',['GeminiContentEmbedding',['../class_uralstech_1_1_u_gemini_1_1_models_1_1_embedding_1_1_gemini_content_embedding.html',1,'Uralstech::UGemini::Models::Embedding']]], + ['geminicontentpart_34',['GeminiContentPart',['../class_uralstech_1_1_u_gemini_1_1_models_1_1_content_1_1_gemini_content_part.html',1,'Uralstech::UGemini::Models::Content']]], + ['geminicontenttype_35',['GeminiContentType',['../namespace_uralstech_1_1_u_gemini.html#a9a890005b5ee88d5fe8e33a592f1c73c',1,'Uralstech::UGemini']]], + ['geminicontenttypeextensions_36',['GeminiContentTypeExtensions',['../class_uralstech_1_1_u_gemini_1_1_gemini_content_type_extensions.html',1,'Uralstech::UGemini']]], + ['geminiembedcontentrequest_37',['GeminiEmbedContentRequest',['../class_uralstech_1_1_u_gemini_1_1_models_1_1_embedding_1_1_gemini_embed_content_request.html',1,'Uralstech.UGemini.Models.Embedding.GeminiEmbedContentRequest'],['../class_uralstech_1_1_u_gemini_1_1_models_1_1_embedding_1_1_gemini_embed_content_request.html#ab8cc8d1354d4cec612c6c36ec073e297',1,'Uralstech.UGemini.Models.Embedding.GeminiEmbedContentRequest.GeminiEmbedContentRequest()']]], + ['geminiembedcontentresponse_38',['GeminiEmbedContentResponse',['../class_uralstech_1_1_u_gemini_1_1_models_1_1_embedding_1_1_gemini_embed_content_response.html',1,'Uralstech::UGemini::Models::Embedding']]], + ['geminiembedtasktype_39',['GeminiEmbedTaskType',['../namespace_uralstech_1_1_u_gemini_1_1_models_1_1_embedding.html#ae3804817dea7f45d50155e713d4df3d4',1,'Uralstech::UGemini::Models::Embedding']]], + ['geminiexecutablecode_40',['GeminiExecutableCode',['../class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_tools_1_1_code_execution_1_1_gemini_executable_code.html',1,'Uralstech::UGemini::Models::Generation::Tools::CodeExecution']]], + ['geminifile_41',['GeminiFile',['../class_uralstech_1_1_u_gemini_1_1_file_a_p_i_1_1_gemini_file.html',1,'Uralstech::UGemini::FileAPI']]], + ['geminifiledata_42',['GeminiFileData',['../class_uralstech_1_1_u_gemini_1_1_models_1_1_content_1_1_gemini_file_data.html',1,'Uralstech.UGemini.Models.Content.GeminiFileData'],['../class_uralstech_1_1_u_gemini_1_1_models_1_1_content_1_1_gemini_file_data.html#a0ee16065b60107cf31668ea3bbb5b692',1,'Uralstech.UGemini.Models.Content.GeminiFileData.GeminiFileData()'],['../class_uralstech_1_1_u_gemini_1_1_models_1_1_content_1_1_gemini_file_data.html#aed1e0b92775ff77aacb67ec7e9a0176f',1,'Uralstech.UGemini.Models.Content.GeminiFileData.GeminiFileData(GeminiContentType contentType, string fileUri)']]], + ['geminifiledeleterequest_43',['GeminiFileDeleteRequest',['../class_uralstech_1_1_u_gemini_1_1_file_a_p_i_1_1_gemini_file_delete_request.html',1,'Uralstech.UGemini.FileAPI.GeminiFileDeleteRequest'],['../class_uralstech_1_1_u_gemini_1_1_file_a_p_i_1_1_gemini_file_delete_request.html#a3b025a3866813c7a368806a1031a51c4',1,'Uralstech.UGemini.FileAPI.GeminiFileDeleteRequest.GeminiFileDeleteRequest()']]], + ['geminifilegetrequest_44',['GeminiFileGetRequest',['../class_uralstech_1_1_u_gemini_1_1_file_a_p_i_1_1_gemini_file_get_request.html',1,'Uralstech.UGemini.FileAPI.GeminiFileGetRequest'],['../class_uralstech_1_1_u_gemini_1_1_file_a_p_i_1_1_gemini_file_get_request.html#aca11be9dc3fe159aff1010b6a883df4f',1,'Uralstech.UGemini.FileAPI.GeminiFileGetRequest.GeminiFileGetRequest()']]], + ['geminifilelistrequest_45',['GeminiFileListRequest',['../class_uralstech_1_1_u_gemini_1_1_file_a_p_i_1_1_gemini_file_list_request.html',1,'Uralstech.UGemini.FileAPI.GeminiFileListRequest'],['../class_uralstech_1_1_u_gemini_1_1_file_a_p_i_1_1_gemini_file_list_request.html#ab842bf8b727a0291d9729cb1004b8333',1,'Uralstech.UGemini.FileAPI.GeminiFileListRequest.GeminiFileListRequest()']]], + ['geminifilelistresponse_46',['GeminiFileListResponse',['../class_uralstech_1_1_u_gemini_1_1_file_a_p_i_1_1_gemini_file_list_response.html',1,'Uralstech::UGemini::FileAPI']]], + ['geminifilestate_47',['GeminiFileState',['../namespace_uralstech_1_1_u_gemini_1_1_file_a_p_i.html#a70714cf13354876d017e3c66f5060f40',1,'Uralstech::UGemini::FileAPI']]], + ['geminifileuploadmetadata_48',['GeminiFileUploadMetaData',['../class_uralstech_1_1_u_gemini_1_1_file_a_p_i_1_1_gemini_file_upload_meta_data.html',1,'Uralstech::UGemini::FileAPI']]], + ['geminifileuploadrequest_49',['GeminiFileUploadRequest',['../class_uralstech_1_1_u_gemini_1_1_file_a_p_i_1_1_gemini_file_upload_request.html',1,'Uralstech.UGemini.FileAPI.GeminiFileUploadRequest'],['../class_uralstech_1_1_u_gemini_1_1_file_a_p_i_1_1_gemini_file_upload_request.html#ac5a87a5b81f5b2adcda7cdf1027b98a4',1,'Uralstech.UGemini.FileAPI.GeminiFileUploadRequest.GeminiFileUploadRequest(string contentType, bool useBetaApi=true)'],['../class_uralstech_1_1_u_gemini_1_1_file_a_p_i_1_1_gemini_file_upload_request.html#a8dcab845647e29b4ab5d682d0129a484',1,'Uralstech.UGemini.FileAPI.GeminiFileUploadRequest.GeminiFileUploadRequest(GeminiContentType contentType, bool useBetaApi=true)']]], + ['geminifileuploadresponse_50',['GeminiFileUploadResponse',['../class_uralstech_1_1_u_gemini_1_1_file_a_p_i_1_1_gemini_file_upload_response.html',1,'Uralstech::UGemini::FileAPI']]], + ['geminifilevideometadata_51',['GeminiFileVideoMetaData',['../class_uralstech_1_1_u_gemini_1_1_file_a_p_i_1_1_gemini_file_video_meta_data.html',1,'Uralstech::UGemini::FileAPI']]], + ['geminifinishreason_52',['GeminiFinishReason',['../namespace_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_candidate.html#aff961a95f07e5ba39878f306c400eaa3',1,'Uralstech::UGemini::Models::Generation::Candidate']]], + ['geminifunctioncall_53',['GeminiFunctionCall',['../class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_tools_1_1_gemini_function_call.html',1,'Uralstech::UGemini::Models::Generation::Tools']]], + ['geminifunctioncallingconfiguration_54',['GeminiFunctionCallingConfiguration',['../class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_tools_1_1_declaration_1_1_gemini_function_calling_configuration.html',1,'Uralstech::UGemini::Models::Generation::Tools::Declaration']]], + ['geminifunctioncallingmode_55',['GeminiFunctionCallingMode',['../namespace_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_tools_1_1_declaration.html#a7f72d6854163adac959ccd5875257727',1,'Uralstech::UGemini::Models::Generation::Tools::Declaration']]], + ['geminifunctiondeclaration_56',['GeminiFunctionDeclaration',['../class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_tools_1_1_declaration_1_1_gemini_function_declaration.html',1,'Uralstech::UGemini::Models::Generation::Tools::Declaration']]], + ['geminifunctionresponse_57',['GeminiFunctionResponse',['../class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_tools_1_1_gemini_function_response.html',1,'Uralstech::UGemini::Models::Generation::Tools']]], + ['geminifunctionresponsecontent_58',['GeminiFunctionResponseContent',['../class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_tools_1_1_gemini_function_response_content.html',1,'Uralstech::UGemini::Models::Generation::Tools']]], + ['geminigenerationconfiguration_59',['GeminiGenerationConfiguration',['../class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_gemini_generation_configuration.html',1,'Uralstech::UGemini::Models::Generation']]], + ['geminigroundingattribution_60',['GeminiGroundingAttribution',['../class_uralstech_1_1_u_gemini_1_1_models_1_1_content_1_1_attribution_1_1_gemini_grounding_attribution.html',1,'Uralstech::UGemini::Models::Content::Attribution']]], + ['geminigroundingpassage_61',['GeminiGroundingPassage',['../class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_question_answering_1_1_grounding_1_1_gemini_grounding_passage.html',1,'Uralstech::UGemini::Models::Generation::QuestionAnswering::Grounding']]], + ['geminigroundingpassageid_62',['GeminiGroundingPassageId',['../class_uralstech_1_1_u_gemini_1_1_models_1_1_content_1_1_attribution_1_1_gemini_grounding_passage_id.html',1,'Uralstech::UGemini::Models::Content::Attribution']]], + ['geminigroundingpassages_63',['GeminiGroundingPassages',['../class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_question_answering_1_1_grounding_1_1_gemini_grounding_passages.html',1,'Uralstech::UGemini::Models::Generation::QuestionAnswering::Grounding']]], + ['geminiharmprobability_64',['GeminiHarmProbability',['../namespace_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_safety.html#a8a96ca0096989891d15027e8b2b37b77',1,'Uralstech::UGemini::Models::Generation::Safety']]], + ['geminimanager_65',['GeminiManager',['../class_uralstech_1_1_u_gemini_1_1_gemini_manager.html',1,'Uralstech.UGemini.GeminiManager'],['../md__u_gemini_2_packages_2com_8uralstech_8ugemini_2_documentation_0i_2_main_page.html#autotoc_md6',1,'GeminiManager']]], + ['geminimetadatacondition_66',['GeminiMetadataCondition',['../class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_question_answering_1_1_semantic_retri0c9a2baaae3a05ecf32bae131f9ac187.html',1,'Uralstech::UGemini::Models::Generation::QuestionAnswering::SemanticRetriever']]], + ['geminimetadataconditionoperator_67',['GeminiMetadataConditionOperator',['../namespace_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_question_answering_1_1_semantic_retriever.html#a9b71bd58def275f208642864ab020ceb',1,'Uralstech::UGemini::Models::Generation::QuestionAnswering::SemanticRetriever']]], + ['geminimetadatafilter_68',['GeminiMetadataFilter',['../class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_question_answering_1_1_semantic_retriever_1_1_gemini_metadata_filter.html',1,'Uralstech::UGemini::Models::Generation::QuestionAnswering::SemanticRetriever']]], + ['geminimodel_69',['GeminiModel',['../class_uralstech_1_1_u_gemini_1_1_models_1_1_gemini_model.html',1,'Uralstech::UGemini::Models']]], + ['geminimodelgetrequest_70',['GeminiModelGetRequest',['../class_uralstech_1_1_u_gemini_1_1_models_1_1_gemini_model_get_request.html',1,'Uralstech.UGemini.Models.GeminiModelGetRequest'],['../class_uralstech_1_1_u_gemini_1_1_models_1_1_gemini_model_get_request.html#a15d4c31df8bfe8e9c161548ada1a4fdc',1,'Uralstech.UGemini.Models.GeminiModelGetRequest.GeminiModelGetRequest()']]], + ['geminimodelid_71',['GeminiModelId',['../class_uralstech_1_1_u_gemini_1_1_models_1_1_gemini_model_id.html',1,'Uralstech.UGemini.Models.GeminiModelId'],['../class_uralstech_1_1_u_gemini_1_1_models_1_1_gemini_model_id.html#a540dbf1359bd611f7b8de06ad8ce3009',1,'Uralstech.UGemini.Models.GeminiModelId.GeminiModelId(string nameOrBaseModelId)'],['../class_uralstech_1_1_u_gemini_1_1_models_1_1_gemini_model_id.html#a31bae771ebd69a0238ebfa5552a7d1a6',1,'Uralstech.UGemini.Models.GeminiModelId.GeminiModelId(string name, string baseModelId)']]], + ['geminimodelidstringconverter_72',['GeminiModelIdStringConverter',['../class_uralstech_1_1_u_gemini_1_1_models_1_1_gemini_model_id_string_converter.html',1,'Uralstech::UGemini::Models']]], + ['geminimodellistrequest_73',['GeminiModelListRequest',['../class_uralstech_1_1_u_gemini_1_1_models_1_1_gemini_model_list_request.html',1,'Uralstech.UGemini.Models.GeminiModelListRequest'],['../class_uralstech_1_1_u_gemini_1_1_models_1_1_gemini_model_list_request.html#af8b87a23494c26de7aa01e70b5db8e79',1,'Uralstech.UGemini.Models.GeminiModelListRequest.GeminiModelListRequest()']]], + ['geminimodellistresponse_74',['GeminiModelListResponse',['../class_uralstech_1_1_u_gemini_1_1_models_1_1_gemini_model_list_response.html',1,'Uralstech::UGemini::Models']]], + ['geminipromptfeedback_75',['GeminiPromptFeedback',['../class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_candidate_1_1_gemini_prompt_feedback.html',1,'Uralstech::UGemini::Models::Generation::Candidate']]], + ['geminirequestexception_76',['GeminiRequestException',['../class_uralstech_1_1_u_gemini_1_1_exceptions_1_1_gemini_request_exception.html',1,'Uralstech::UGemini::Exceptions']]], + ['geminirequestmetadata_77',['GeminiRequestMetadata',['../class_uralstech_1_1_u_gemini_1_1_gemini_request_metadata.html',1,'Uralstech::UGemini']]], + ['geminiresponsetype_78',['GeminiResponseType',['../namespace_uralstech_1_1_u_gemini_1_1_models_1_1_generation.html#ae457ab25019d52b3adf32d4c5688791d',1,'Uralstech::UGemini::Models::Generation']]], + ['geminirole_79',['GeminiRole',['../namespace_uralstech_1_1_u_gemini_1_1_models_1_1_content.html#adfb4515f0bcf87f8c640ef363b6285db',1,'Uralstech::UGemini::Models::Content']]], + ['geminisafetyharmblockthreshold_80',['GeminiSafetyHarmBlockThreshold',['../namespace_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_safety.html#a42cb3ebdb11a450e2bd2c557f4acad65',1,'Uralstech::UGemini::Models::Generation::Safety']]], + ['geminisafetyharmcategory_81',['GeminiSafetyHarmCategory',['../namespace_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_safety.html#a857e0b9ffddf49934fd8d1dac801be51',1,'Uralstech::UGemini::Models::Generation::Safety']]], + ['geminisafetyrating_82',['GeminiSafetyRating',['../class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_safety_1_1_gemini_safety_rating.html',1,'Uralstech::UGemini::Models::Generation::Safety']]], + ['geminisafetysettings_83',['GeminiSafetySettings',['../class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_safety_1_1_gemini_safety_settings.html',1,'Uralstech::UGemini::Models::Generation::Safety']]], + ['geminischema_84',['GeminiSchema',['../class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_schema_1_1_gemini_schema.html',1,'Uralstech::UGemini::Models::Generation::Schema']]], + ['geminischemadataformat_85',['GeminiSchemaDataFormat',['../namespace_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_schema.html#a4178e8f8544954c85d1c9249e8238764',1,'Uralstech::UGemini::Models::Generation::Schema']]], + ['geminischemadatatype_86',['GeminiSchemaDataType',['../namespace_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_schema.html#ae671d3dddc6cd918d4dd4966bee019ef',1,'Uralstech::UGemini::Models::Generation::Schema']]], + ['geminisecondstotimespanjsonconverter_87',['GeminiSecondsToTimeSpanJsonConverter',['../class_uralstech_1_1_u_gemini_1_1_gemini_seconds_to_time_span_json_converter.html',1,'Uralstech::UGemini']]], + ['geminisemanticretrieverchunk_88',['GeminiSemanticRetrieverChunk',['../class_uralstech_1_1_u_gemini_1_1_models_1_1_content_1_1_attribution_1_1_gemini_semantic_retriever_chunk.html',1,'Uralstech::UGemini::Models::Content::Attribution']]], + ['geminisemanticretrieverconfig_89',['GeminiSemanticRetrieverConfig',['../class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_question_answering_1_1_semantic_retri9b6dfd7c08de54b9ab12d2385e99f3cf.html',1,'Uralstech::UGemini::Models::Generation::QuestionAnswering::SemanticRetriever']]], + ['geministatus_90',['GeminiStatus',['../class_uralstech_1_1_u_gemini_1_1_status_1_1_gemini_status.html',1,'Uralstech::UGemini::Status']]], + ['geministatusdetails_91',['GeminiStatusDetails',['../class_uralstech_1_1_u_gemini_1_1_status_1_1_gemini_status_details.html',1,'Uralstech::UGemini::Status']]], + ['geminitokencountrequest_92',['GeminiTokenCountRequest',['../class_uralstech_1_1_u_gemini_1_1_models_1_1_count_tokens_1_1_gemini_token_count_request.html',1,'Uralstech.UGemini.Models.CountTokens.GeminiTokenCountRequest'],['../class_uralstech_1_1_u_gemini_1_1_models_1_1_count_tokens_1_1_gemini_token_count_request.html#a596225b38afff2de6fcf93d3121f8824',1,'Uralstech.UGemini.Models.CountTokens.GeminiTokenCountRequest.GeminiTokenCountRequest()']]], + ['geminitokencountresponse_93',['GeminiTokenCountResponse',['../class_uralstech_1_1_u_gemini_1_1_models_1_1_count_tokens_1_1_gemini_token_count_response.html',1,'Uralstech::UGemini::Models::CountTokens']]], + ['geminitool_94',['GeminiTool',['../class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_tools_1_1_declaration_1_1_gemini_tool.html',1,'Uralstech::UGemini::Models::Generation::Tools::Declaration']]], + ['geminitoolconfiguration_95',['GeminiToolConfiguration',['../class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_tools_1_1_declaration_1_1_gemini_tool_configuration.html',1,'Uralstech::UGemini::Models::Generation::Tools::Declaration']]], + ['geminiusagemetadata_96',['GeminiUsageMetadata',['../class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_candidate_1_1_gemini_usage_metadata.html',1,'Uralstech::UGemini::Models::Generation::Candidate']]], + ['general_20changes_97',['General Changes',['../md__u_gemini_2_packages_2com_8uralstech_8ugemini_2_runtime_2_breaking_01_changes.html#autotoc_md1',1,'']]], + ['generateanswer_20beta_20api_98',['GenerateAnswer (Beta API)',['../md__u_gemini_2_packages_2com_8uralstech_8ugemini_2_documentation_0i_2_main_page.html#autotoc_md18',1,'']]], + ['generatecontent_99',['GenerateContent',['../md__u_gemini_2_packages_2com_8uralstech_8ugemini_2_documentation_0i_2_main_page.html#autotoc_md16',1,'GenerateContent'],['../md__u_gemini_2_packages_2com_8uralstech_8ugemini_2_documentation_0i_2_main_page.html#autotoc_md21',1,'GenerateContent']]], + ['generated_20content_100',['Streaming Generated Content',['../md__u_gemini_2_packages_2com_8uralstech_8ugemini_2_documentation_0i_2_main_page.html#autotoc_md37',1,'']]], + ['generationconfig_101',['GenerationConfig',['../class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_chat_1_1_gemini_chat_request.html#af593ab40d701a4113e7d4fa7c14dc78d',1,'Uralstech::UGemini::Models::Generation::Chat::GeminiChatRequest']]], + ['get_102',['Get',['../md__u_gemini_2_packages_2com_8uralstech_8ugemini_2_documentation_0i_2_main_page.html#autotoc_md12',1,'Get'],['../md__u_gemini_2_packages_2com_8uralstech_8ugemini_2_documentation_0i_2_main_page.html#autotoc_md24',1,'Get']]], + ['get_20model_20metadata_103',['List and Get Model Metadata',['../md__u_gemini_2_packages_2com_8uralstech_8ugemini_2_documentation_0i_2_main_page.html#autotoc_md41',1,'']]], + ['getconfiguration_104',['GetConfiguration',['../class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_tools_1_1_declaration_1_1_gemini_tool_configuration.html#a8a854448cde37229c8173a5a90bccf4e',1,'Uralstech::UGemini::Models::Generation::Tools::Declaration::GeminiToolConfiguration']]], + ['getcontent_105',['GetContent',['../class_uralstech_1_1_u_gemini_1_1_models_1_1_content_1_1_gemini_content.html#a644ae5e0009169e9cc994749c2c522e5',1,'Uralstech.UGemini.Models.Content.GeminiContent.GetContent(string message, GeminiRole role=GeminiRole.Unspecified)'],['../class_uralstech_1_1_u_gemini_1_1_models_1_1_content_1_1_gemini_content.html#a905634171a8aec7e8666ef321bce25f3',1,'Uralstech.UGemini.Models.Content.GeminiContent.GetContent(string message, Texture2D image, GeminiRole role=GeminiRole.Unspecified)'],['../class_uralstech_1_1_u_gemini_1_1_models_1_1_content_1_1_gemini_content.html#a39154d76caaf43440a7847cb76d27412',1,'Uralstech.UGemini.Models.Content.GeminiContent.GetContent(string message, AudioClip audio, GeminiRole role=GeminiRole.Unspecified)'],['../class_uralstech_1_1_u_gemini_1_1_models_1_1_content_1_1_gemini_content.html#a90ef5374a537a6565a70e9e409d6515b',1,'Uralstech.UGemini.Models.Content.GeminiContent.GetContent(string message, GeminiFile file, GeminiRole role=GeminiRole.Unspecified)'],['../class_uralstech_1_1_u_gemini_1_1_models_1_1_content_1_1_gemini_content.html#a4c3741843c4112d150666495079bf645',1,'Uralstech.UGemini.Models.Content.GeminiContent.GetContent(GeminiFunctionCall functionCall)'],['../class_uralstech_1_1_u_gemini_1_1_models_1_1_content_1_1_gemini_content.html#a1131c07bdb35e23d2d95bda8dbac6782',1,'Uralstech.UGemini.Models.Content.GeminiContent.GetContent(GeminiFunctionResponse functionResponse)']]], + ['getcontentblob_106',['GetContentBlob',['../class_uralstech_1_1_u_gemini_1_1_models_1_1_content_1_1_gemini_content_blob.html#adbf49048cbeb27b8c5f0c6b42a898843',1,'Uralstech.UGemini.Models.Content.GeminiContentBlob.GetContentBlob(AudioClip audio)'],['../class_uralstech_1_1_u_gemini_1_1_models_1_1_content_1_1_gemini_content_blob.html#ad551a00302e88f9293306e4b421c22bb',1,'Uralstech.UGemini.Models.Content.GeminiContentBlob.GetContentBlob(Texture2D image, bool useJPEG=false)']]], + ['getendpointuri_107',['GetEndpointUri',['../class_uralstech_1_1_u_gemini_1_1_file_a_p_i_1_1_gemini_file_delete_request.html#a468845875f4d6f4165013baf75e726b5',1,'Uralstech.UGemini.FileAPI.GeminiFileDeleteRequest.GetEndpointUri()'],['../class_uralstech_1_1_u_gemini_1_1_file_a_p_i_1_1_gemini_file_get_request.html#a4cdb2e36ec4b15ce95f1837f9aa4f681',1,'Uralstech.UGemini.FileAPI.GeminiFileGetRequest.GetEndpointUri()'],['../class_uralstech_1_1_u_gemini_1_1_file_a_p_i_1_1_gemini_file_list_request.html#a802d42b80a0de901c1b68e49f58d0b90',1,'Uralstech.UGemini.FileAPI.GeminiFileListRequest.GetEndpointUri()'],['../class_uralstech_1_1_u_gemini_1_1_file_a_p_i_1_1_gemini_file_upload_request.html#a72b2ec065988d18fa295e59108b74449',1,'Uralstech.UGemini.FileAPI.GeminiFileUploadRequest.GetEndpointUri()'],['../class_uralstech_1_1_u_gemini_1_1_models_1_1_caching_1_1_gemini_cached_content_create_request.html#ae4e3357237204b6d3683862604aacce0',1,'Uralstech.UGemini.Models.Caching.GeminiCachedContentCreateRequest.GetEndpointUri()'],['../class_uralstech_1_1_u_gemini_1_1_models_1_1_caching_1_1_gemini_cached_content_delete_request.html#a4bb8022a90e8c191e7e6cfde94002284',1,'Uralstech.UGemini.Models.Caching.GeminiCachedContentDeleteRequest.GetEndpointUri()'],['../class_uralstech_1_1_u_gemini_1_1_models_1_1_caching_1_1_gemini_cached_content_get_request.html#a919d4a421db49df44497c1e7ba2f68cb',1,'Uralstech.UGemini.Models.Caching.GeminiCachedContentGetRequest.GetEndpointUri()'],['../class_uralstech_1_1_u_gemini_1_1_models_1_1_caching_1_1_gemini_cached_content_list_request.html#ac91df215a95190d82bb2113601bfcfef',1,'Uralstech.UGemini.Models.Caching.GeminiCachedContentListRequest.GetEndpointUri()'],['../class_uralstech_1_1_u_gemini_1_1_models_1_1_caching_1_1_gemini_cached_content_patch_request.html#a6822678bfa8b106e049b994b76233afa',1,'Uralstech.UGemini.Models.Caching.GeminiCachedContentPatchRequest.GetEndpointUri()'],['../class_uralstech_1_1_u_gemini_1_1_models_1_1_count_tokens_1_1_gemini_token_count_request.html#aab49d58d3761ae958e6a0325d97e2b83',1,'Uralstech.UGemini.Models.CountTokens.GeminiTokenCountRequest.GetEndpointUri()'],['../class_uralstech_1_1_u_gemini_1_1_models_1_1_embedding_1_1_gemini_batch_embed_content_request.html#ac554761fbaac870a11f22f2cbeafb8bb',1,'Uralstech.UGemini.Models.Embedding.GeminiBatchEmbedContentRequest.GetEndpointUri()'],['../class_uralstech_1_1_u_gemini_1_1_models_1_1_embedding_1_1_gemini_embed_content_request.html#a36343a969db82baffc398839c3452f9d',1,'Uralstech.UGemini.Models.Embedding.GeminiEmbedContentRequest.GetEndpointUri()'],['../class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_question_answering_1_1_gemini_answer_request.html#ae7a244e1b2954d7eee82c32c9483ebf9',1,'Uralstech.UGemini.Models.Generation.QuestionAnswering.GeminiAnswerRequest.GetEndpointUri()'],['../class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_chat_1_1_gemini_chat_request.html#a4139f12135cd58347c8df9c6e493774f',1,'Uralstech.UGemini.Models.Generation.Chat.GeminiChatRequest.GetEndpointUri()'],['../class_uralstech_1_1_u_gemini_1_1_models_1_1_gemini_model_get_request.html#add4ab4bac130944edbcc069b5d6ebeec',1,'Uralstech.UGemini.Models.GeminiModelGetRequest.GetEndpointUri()'],['../class_uralstech_1_1_u_gemini_1_1_models_1_1_gemini_model_list_request.html#aaf930bf273f73e99e16049b267423ed9',1,'Uralstech.UGemini.Models.GeminiModelListRequest.GetEndpointUri()'],['../interface_uralstech_1_1_u_gemini_1_1_i_gemini_request.html#ad2f0fb0c43979208acb8ad0b790467a8',1,'Uralstech.UGemini.IGeminiRequest.GetEndpointUri()']]], + ['getresponse_108',['GetResponse',['../class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_tools_1_1_gemini_function_call.html#a6fc0ccd2ea06ebb4454b8d26c4d6bf61',1,'Uralstech::UGemini::Models::Generation::Tools::GeminiFunctionCall']]], + ['getutf8encodeddata_109',['GetUtf8EncodedData',['../class_uralstech_1_1_u_gemini_1_1_file_a_p_i_1_1_gemini_file_upload_request.html#a8a9a563f895ab297a2d4bdc22b5c1bc8',1,'Uralstech.UGemini.FileAPI.GeminiFileUploadRequest.GetUtf8EncodedData()'],['../class_uralstech_1_1_u_gemini_1_1_models_1_1_caching_1_1_gemini_cached_content_create_request.html#a88e82f3c807735af26e83fbb8160b7de',1,'Uralstech.UGemini.Models.Caching.GeminiCachedContentCreateRequest.GetUtf8EncodedData()'],['../class_uralstech_1_1_u_gemini_1_1_models_1_1_caching_1_1_gemini_cached_content_patch_request.html#a3f77546f9ab0033553781e72670457dc',1,'Uralstech.UGemini.Models.Caching.GeminiCachedContentPatchRequest.GetUtf8EncodedData()'],['../class_uralstech_1_1_u_gemini_1_1_models_1_1_count_tokens_1_1_gemini_token_count_request.html#adb7251eae6cb41d6f084679d0dd634c7',1,'Uralstech.UGemini.Models.CountTokens.GeminiTokenCountRequest.GetUtf8EncodedData()'],['../class_uralstech_1_1_u_gemini_1_1_models_1_1_embedding_1_1_gemini_batch_embed_content_request.html#a06d784f963100a81880c0b7ed9d2063b',1,'Uralstech.UGemini.Models.Embedding.GeminiBatchEmbedContentRequest.GetUtf8EncodedData()'],['../class_uralstech_1_1_u_gemini_1_1_models_1_1_embedding_1_1_gemini_embed_content_request.html#af0f772901b7d42cfb9f8db154430d8c0',1,'Uralstech.UGemini.Models.Embedding.GeminiEmbedContentRequest.GetUtf8EncodedData()'],['../class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_question_answering_1_1_gemini_answer_request.html#a17d01467514d7e26af0d02835c851dca',1,'Uralstech.UGemini.Models.Generation.QuestionAnswering.GeminiAnswerRequest.GetUtf8EncodedData()'],['../class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_chat_1_1_gemini_chat_request.html#a3aa394c7912d968b2fe4cb63e607963e',1,'Uralstech.UGemini.Models.Generation.Chat.GeminiChatRequest.GetUtf8EncodedData()'],['../interface_uralstech_1_1_u_gemini_1_1_i_gemini_multi_part_post_request.html#a2bb8e32eb6322ec03b892585bd785ab1',1,'Uralstech.UGemini.IGeminiMultiPartPostRequest.GetUtf8EncodedData()'],['../interface_uralstech_1_1_u_gemini_1_1_i_gemini_patch_request.html#a80cd3d6f8c845a72858850754588d35d',1,'Uralstech.UGemini.IGeminiPatchRequest.GetUtf8EncodedData()'],['../interface_uralstech_1_1_u_gemini_1_1_i_gemini_post_request.html#a32f098e8b528b65c53249ca71246f118',1,'Uralstech.UGemini.IGeminiPostRequest.GetUtf8EncodedData()']]], + ['greaterthan_110',['GreaterThan',['../namespace_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_question_answering_1_1_semantic_retriever.html#a9b71bd58def275f208642864ab020cebaf6d044fe1f01fb0c956b80099e2a3072',1,'Uralstech::UGemini::Models::Generation::QuestionAnswering::SemanticRetriever']]], + ['greaterthanorequal_111',['GreaterThanOrEqual',['../namespace_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_question_answering_1_1_semantic_retriever.html#a9b71bd58def275f208642864ab020ceba25c44812e9d75f685d2a0b815dea1ebe',1,'Uralstech::UGemini::Models::Generation::QuestionAnswering::SemanticRetriever']]], + ['groundingattributions_112',['GroundingAttributions',['../class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_candidate_1_1_gemini_candidate.html#a600a90611b24e69fc67fac8c1f664c3e',1,'Uralstech::UGemini::Models::Generation::Candidate::GeminiCandidate']]], + ['groundingpassage_113',['GroundingPassage',['../class_uralstech_1_1_u_gemini_1_1_models_1_1_content_1_1_attribution_1_1_gemini_attribution_source_id.html#a92ad083742ba12e4127ac367bffa0a96',1,'Uralstech::UGemini::Models::Content::Attribution::GeminiAttributionSourceId']]] ]; diff --git a/docs/search/all_f.js b/docs/search/all_f.js index 0a1ffbfa..0b5bf56c 100644 --- a/docs/search/all_f.js +++ b/docs/search/all_f.js @@ -6,14 +6,15 @@ var searchData= ['parts_3',['Parts',['../class_uralstech_1_1_u_gemini_1_1_models_1_1_content_1_1_gemini_content.html#ab7908ab3797d3a1474f7a9b0aa780300',1,'Uralstech.UGemini.Models.Content.GeminiContent.Parts'],['../class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_chat_1_1_gemini_chat_response.html#a48d7d4510a2f2f4bb6b6dfa2e3f5b6eb',1,'Uralstech.UGemini.Models.Generation.Chat.GeminiChatResponse.Parts']]], ['passageid_4',['PassageId',['../class_uralstech_1_1_u_gemini_1_1_models_1_1_content_1_1_attribution_1_1_gemini_grounding_passage_id.html#ace5e64c1a263bbf87e2c30c660d70707',1,'Uralstech::UGemini::Models::Content::Attribution::GeminiGroundingPassageId']]], ['passages_5',['Passages',['../class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_question_answering_1_1_grounding_1_1_gemini_grounding_passages.html#af1fc6a76edaa955413ffaaaeb6876d64',1,'Uralstech::UGemini::Models::Generation::QuestionAnswering::Grounding::GeminiGroundingPassages']]], - ['plaintext_6',['PlainText',['../namespace_uralstech_1_1_u_gemini_1_1_models_1_1_generation.html#ae457ab25019d52b3adf32d4c5688791dab7ebbf7f254ef646928dd58f62383a85',1,'Uralstech::UGemini::Models::Generation']]], - ['probability_7',['Probability',['../class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_safety_1_1_gemini_safety_rating.html#a57016f8ab5ab1ab8cf04047a4278de35',1,'Uralstech::UGemini::Models::Generation::Safety::GeminiSafetyRating']]], - ['processing_8',['Processing',['../namespace_uralstech_1_1_u_gemini_1_1_file_a_p_i.html#a70714cf13354876d017e3c66f5060f40a643562a9ae7099c8aabfdc93478db117',1,'Uralstech::UGemini::FileAPI']]], - ['processstreameddata_9',['ProcessStreamedData',['../class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_chat_1_1_gemini_chat_request.html#a5ae6864a43de0026c8eb0cff6cba6eaa',1,'Uralstech.UGemini.Models.Generation.Chat.GeminiChatRequest.ProcessStreamedData()'],['../interface_uralstech_1_1_u_gemini_1_1_i_gemini_streamable_post_request.html#a3db97ecc85961d57c3a0ff9fc655ff5d',1,'Uralstech.UGemini.IGeminiStreamablePostRequest.ProcessStreamedData()']]], - ['prohibitedcontent_10',['ProhibitedContent',['../namespace_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_candidate.html#aff961a95f07e5ba39878f306c400eaa3a6b0f23249b46eb0c01e6659299d66b8b',1,'Uralstech.UGemini.Models.Generation.Candidate.ProhibitedContent'],['../namespace_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_safety.html#a25d0144f87394c388782a2eace3a6662a6b0f23249b46eb0c01e6659299d66b8b',1,'Uralstech.UGemini.Models.Generation.Safety.ProhibitedContent']]], - ['promptfeedback_11',['PromptFeedback',['../class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_chat_1_1_gemini_chat_response.html#af20ca00041cca3729b0d1637a262f5c1',1,'Uralstech::UGemini::Models::Generation::Chat::GeminiChatResponse']]], - ['prompting_20with_20file_20api_12',['Prompting with File API',['../md__u_gemini_2_packages_2com_8uralstech_8ugemini_2_documentation_0i_2_main_page.html#autotoc_md39',1,'']]], - ['prompttokencount_13',['PromptTokenCount',['../class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_candidate_1_1_gemini_usage_metadata.html#a7301c1376aa4d9fdbe49fedd862aa3d9',1,'Uralstech::UGemini::Models::Generation::Candidate::GeminiUsageMetadata']]], - ['properties_14',['Properties',['../class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_schema_1_1_gemini_schema.html#a505c6aa39014e9dd85ed496b3f35b981',1,'Uralstech::UGemini::Models::Generation::Schema::GeminiSchema']]], - ['python_15',['Python',['../namespace_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_tools_1_1_code_execution.html#a89d25a7a3f5b622af4b50b576197afd0aa7f5f35426b927411fc9231b56382173',1,'Uralstech::UGemini::Models::Generation::Tools::CodeExecution']]] + ['patch_6',['Patch',['../class_uralstech_1_1_u_gemini_1_1_models_1_1_caching_1_1_gemini_cached_content_patch_request.html#a62cc169bd8f4c1048314f63bea70127a',1,'Uralstech::UGemini::Models::Caching::GeminiCachedContentPatchRequest']]], + ['plaintext_7',['PlainText',['../namespace_uralstech_1_1_u_gemini_1_1_models_1_1_generation.html#ae457ab25019d52b3adf32d4c5688791dab7ebbf7f254ef646928dd58f62383a85',1,'Uralstech::UGemini::Models::Generation']]], + ['probability_8',['Probability',['../class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_safety_1_1_gemini_safety_rating.html#a57016f8ab5ab1ab8cf04047a4278de35',1,'Uralstech::UGemini::Models::Generation::Safety::GeminiSafetyRating']]], + ['processing_9',['Processing',['../namespace_uralstech_1_1_u_gemini_1_1_file_a_p_i.html#a70714cf13354876d017e3c66f5060f40a643562a9ae7099c8aabfdc93478db117',1,'Uralstech::UGemini::FileAPI']]], + ['processstreameddata_10',['ProcessStreamedData',['../class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_chat_1_1_gemini_chat_request.html#a5ae6864a43de0026c8eb0cff6cba6eaa',1,'Uralstech.UGemini.Models.Generation.Chat.GeminiChatRequest.ProcessStreamedData()'],['../interface_uralstech_1_1_u_gemini_1_1_i_gemini_streamable_post_request.html#a3db97ecc85961d57c3a0ff9fc655ff5d',1,'Uralstech.UGemini.IGeminiStreamablePostRequest.ProcessStreamedData()']]], + ['prohibitedcontent_11',['ProhibitedContent',['../namespace_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_candidate.html#aff961a95f07e5ba39878f306c400eaa3a6b0f23249b46eb0c01e6659299d66b8b',1,'Uralstech.UGemini.Models.Generation.Candidate.ProhibitedContent'],['../namespace_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_safety.html#a25d0144f87394c388782a2eace3a6662a6b0f23249b46eb0c01e6659299d66b8b',1,'Uralstech.UGemini.Models.Generation.Safety.ProhibitedContent']]], + ['promptfeedback_12',['PromptFeedback',['../class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_chat_1_1_gemini_chat_response.html#af20ca00041cca3729b0d1637a262f5c1',1,'Uralstech::UGemini::Models::Generation::Chat::GeminiChatResponse']]], + ['prompting_20with_20file_20api_13',['Prompting with File API',['../md__u_gemini_2_packages_2com_8uralstech_8ugemini_2_documentation_0i_2_main_page.html#autotoc_md39',1,'']]], + ['prompttokencount_14',['PromptTokenCount',['../class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_candidate_1_1_gemini_usage_metadata.html#a7301c1376aa4d9fdbe49fedd862aa3d9',1,'Uralstech::UGemini::Models::Generation::Candidate::GeminiUsageMetadata']]], + ['properties_15',['Properties',['../class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_schema_1_1_gemini_schema.html#a505c6aa39014e9dd85ed496b3f35b981',1,'Uralstech::UGemini::Models::Generation::Schema::GeminiSchema']]], + ['python_16',['Python',['../namespace_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_tools_1_1_code_execution.html#a89d25a7a3f5b622af4b50b576197afd0aa7f5f35426b927411fc9231b56382173',1,'Uralstech::UGemini::Models::Generation::Tools::CodeExecution']]] ]; diff --git a/docs/search/classes_0.js b/docs/search/classes_0.js index 19e417ef..a3ece733 100644 --- a/docs/search/classes_0.js +++ b/docs/search/classes_0.js @@ -12,66 +12,67 @@ var searchData= ['geminicachedcontentgetrequest_9',['GeminiCachedContentGetRequest',['../class_uralstech_1_1_u_gemini_1_1_models_1_1_caching_1_1_gemini_cached_content_get_request.html',1,'Uralstech::UGemini::Models::Caching']]], ['geminicachedcontentlistrequest_10',['GeminiCachedContentListRequest',['../class_uralstech_1_1_u_gemini_1_1_models_1_1_caching_1_1_gemini_cached_content_list_request.html',1,'Uralstech::UGemini::Models::Caching']]], ['geminicachedcontentlistresponse_11',['GeminiCachedContentListResponse',['../class_uralstech_1_1_u_gemini_1_1_models_1_1_caching_1_1_gemini_cached_content_list_response.html',1,'Uralstech::UGemini::Models::Caching']]], - ['geminicachedcontentpatchrequest_12',['GeminiCachedContentPatchRequest',['../class_uralstech_1_1_u_gemini_1_1_models_1_1_caching_1_1_gemini_cached_content_patch_request.html',1,'Uralstech::UGemini::Models::Caching']]], - ['geminicachedcontentusagemetadata_13',['GeminiCachedContentUsageMetadata',['../class_uralstech_1_1_u_gemini_1_1_models_1_1_caching_1_1_gemini_cached_content_usage_metadata.html',1,'Uralstech::UGemini::Models::Caching']]], - ['geminicandidate_14',['GeminiCandidate',['../class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_candidate_1_1_gemini_candidate.html',1,'Uralstech::UGemini::Models::Generation::Candidate']]], - ['geminichatrequest_15',['GeminiChatRequest',['../class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_chat_1_1_gemini_chat_request.html',1,'Uralstech::UGemini::Models::Generation::Chat']]], - ['geminichatresponse_16',['GeminiChatResponse',['../class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_chat_1_1_gemini_chat_response.html',1,'Uralstech::UGemini::Models::Generation::Chat']]], - ['geminicitationmetadata_17',['GeminiCitationMetadata',['../class_uralstech_1_1_u_gemini_1_1_models_1_1_content_1_1_citation_1_1_gemini_citation_metadata.html',1,'Uralstech::UGemini::Models::Content::Citation']]], - ['geminicitationsource_18',['GeminiCitationSource',['../class_uralstech_1_1_u_gemini_1_1_models_1_1_content_1_1_citation_1_1_gemini_citation_source.html',1,'Uralstech::UGemini::Models::Content::Citation']]], - ['geminicodeexecution_19',['GeminiCodeExecution',['../class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_tools_1_1_declaration_1_1_gemini_code_execution.html',1,'Uralstech::UGemini::Models::Generation::Tools::Declaration']]], - ['geminicodeexecutionresult_20',['GeminiCodeExecutionResult',['../class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_tools_1_1_code_execution_1_1_gemini_code_execution_result.html',1,'Uralstech::UGemini::Models::Generation::Tools::CodeExecution']]], - ['geminicontent_21',['GeminiContent',['../class_uralstech_1_1_u_gemini_1_1_models_1_1_content_1_1_gemini_content.html',1,'Uralstech::UGemini::Models::Content']]], - ['geminicontentblob_22',['GeminiContentBlob',['../class_uralstech_1_1_u_gemini_1_1_models_1_1_content_1_1_gemini_content_blob.html',1,'Uralstech::UGemini::Models::Content']]], - ['geminicontentembedding_23',['GeminiContentEmbedding',['../class_uralstech_1_1_u_gemini_1_1_models_1_1_embedding_1_1_gemini_content_embedding.html',1,'Uralstech::UGemini::Models::Embedding']]], - ['geminicontentpart_24',['GeminiContentPart',['../class_uralstech_1_1_u_gemini_1_1_models_1_1_content_1_1_gemini_content_part.html',1,'Uralstech::UGemini::Models::Content']]], - ['geminicontenttypeextensions_25',['GeminiContentTypeExtensions',['../class_uralstech_1_1_u_gemini_1_1_gemini_content_type_extensions.html',1,'Uralstech::UGemini']]], - ['geminiembedcontentrequest_26',['GeminiEmbedContentRequest',['../class_uralstech_1_1_u_gemini_1_1_models_1_1_embedding_1_1_gemini_embed_content_request.html',1,'Uralstech::UGemini::Models::Embedding']]], - ['geminiembedcontentresponse_27',['GeminiEmbedContentResponse',['../class_uralstech_1_1_u_gemini_1_1_models_1_1_embedding_1_1_gemini_embed_content_response.html',1,'Uralstech::UGemini::Models::Embedding']]], - ['geminiexecutablecode_28',['GeminiExecutableCode',['../class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_tools_1_1_code_execution_1_1_gemini_executable_code.html',1,'Uralstech::UGemini::Models::Generation::Tools::CodeExecution']]], - ['geminifile_29',['GeminiFile',['../class_uralstech_1_1_u_gemini_1_1_file_a_p_i_1_1_gemini_file.html',1,'Uralstech::UGemini::FileAPI']]], - ['geminifiledata_30',['GeminiFileData',['../class_uralstech_1_1_u_gemini_1_1_models_1_1_content_1_1_gemini_file_data.html',1,'Uralstech::UGemini::Models::Content']]], - ['geminifiledeleterequest_31',['GeminiFileDeleteRequest',['../class_uralstech_1_1_u_gemini_1_1_file_a_p_i_1_1_gemini_file_delete_request.html',1,'Uralstech::UGemini::FileAPI']]], - ['geminifilegetrequest_32',['GeminiFileGetRequest',['../class_uralstech_1_1_u_gemini_1_1_file_a_p_i_1_1_gemini_file_get_request.html',1,'Uralstech::UGemini::FileAPI']]], - ['geminifilelistrequest_33',['GeminiFileListRequest',['../class_uralstech_1_1_u_gemini_1_1_file_a_p_i_1_1_gemini_file_list_request.html',1,'Uralstech::UGemini::FileAPI']]], - ['geminifilelistresponse_34',['GeminiFileListResponse',['../class_uralstech_1_1_u_gemini_1_1_file_a_p_i_1_1_gemini_file_list_response.html',1,'Uralstech::UGemini::FileAPI']]], - ['geminifileuploadmetadata_35',['GeminiFileUploadMetaData',['../class_uralstech_1_1_u_gemini_1_1_file_a_p_i_1_1_gemini_file_upload_meta_data.html',1,'Uralstech::UGemini::FileAPI']]], - ['geminifileuploadrequest_36',['GeminiFileUploadRequest',['../class_uralstech_1_1_u_gemini_1_1_file_a_p_i_1_1_gemini_file_upload_request.html',1,'Uralstech::UGemini::FileAPI']]], - ['geminifileuploadresponse_37',['GeminiFileUploadResponse',['../class_uralstech_1_1_u_gemini_1_1_file_a_p_i_1_1_gemini_file_upload_response.html',1,'Uralstech::UGemini::FileAPI']]], - ['geminifilevideometadata_38',['GeminiFileVideoMetaData',['../class_uralstech_1_1_u_gemini_1_1_file_a_p_i_1_1_gemini_file_video_meta_data.html',1,'Uralstech::UGemini::FileAPI']]], - ['geminifunctioncall_39',['GeminiFunctionCall',['../class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_tools_1_1_gemini_function_call.html',1,'Uralstech::UGemini::Models::Generation::Tools']]], - ['geminifunctioncallingconfiguration_40',['GeminiFunctionCallingConfiguration',['../class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_tools_1_1_declaration_1_1_gemini_function_calling_configuration.html',1,'Uralstech::UGemini::Models::Generation::Tools::Declaration']]], - ['geminifunctiondeclaration_41',['GeminiFunctionDeclaration',['../class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_tools_1_1_declaration_1_1_gemini_function_declaration.html',1,'Uralstech::UGemini::Models::Generation::Tools::Declaration']]], - ['geminifunctionresponse_42',['GeminiFunctionResponse',['../class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_tools_1_1_gemini_function_response.html',1,'Uralstech::UGemini::Models::Generation::Tools']]], - ['geminifunctionresponsecontent_43',['GeminiFunctionResponseContent',['../class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_tools_1_1_gemini_function_response_content.html',1,'Uralstech::UGemini::Models::Generation::Tools']]], - ['geminigenerationconfiguration_44',['GeminiGenerationConfiguration',['../class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_gemini_generation_configuration.html',1,'Uralstech::UGemini::Models::Generation']]], - ['geminigroundingattribution_45',['GeminiGroundingAttribution',['../class_uralstech_1_1_u_gemini_1_1_models_1_1_content_1_1_attribution_1_1_gemini_grounding_attribution.html',1,'Uralstech::UGemini::Models::Content::Attribution']]], - ['geminigroundingpassage_46',['GeminiGroundingPassage',['../class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_question_answering_1_1_grounding_1_1_gemini_grounding_passage.html',1,'Uralstech::UGemini::Models::Generation::QuestionAnswering::Grounding']]], - ['geminigroundingpassageid_47',['GeminiGroundingPassageId',['../class_uralstech_1_1_u_gemini_1_1_models_1_1_content_1_1_attribution_1_1_gemini_grounding_passage_id.html',1,'Uralstech::UGemini::Models::Content::Attribution']]], - ['geminigroundingpassages_48',['GeminiGroundingPassages',['../class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_question_answering_1_1_grounding_1_1_gemini_grounding_passages.html',1,'Uralstech::UGemini::Models::Generation::QuestionAnswering::Grounding']]], - ['geminimanager_49',['GeminiManager',['../class_uralstech_1_1_u_gemini_1_1_gemini_manager.html',1,'Uralstech::UGemini']]], - ['geminimetadatacondition_50',['GeminiMetadataCondition',['../class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_question_answering_1_1_semantic_retri0c9a2baaae3a05ecf32bae131f9ac187.html',1,'Uralstech::UGemini::Models::Generation::QuestionAnswering::SemanticRetriever']]], - ['geminimetadatafilter_51',['GeminiMetadataFilter',['../class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_question_answering_1_1_semantic_retriever_1_1_gemini_metadata_filter.html',1,'Uralstech::UGemini::Models::Generation::QuestionAnswering::SemanticRetriever']]], - ['geminimodel_52',['GeminiModel',['../class_uralstech_1_1_u_gemini_1_1_models_1_1_gemini_model.html',1,'Uralstech::UGemini::Models']]], - ['geminimodelgetrequest_53',['GeminiModelGetRequest',['../class_uralstech_1_1_u_gemini_1_1_models_1_1_gemini_model_get_request.html',1,'Uralstech::UGemini::Models']]], - ['geminimodelid_54',['GeminiModelId',['../class_uralstech_1_1_u_gemini_1_1_models_1_1_gemini_model_id.html',1,'Uralstech::UGemini::Models']]], - ['geminimodelidstringconverter_55',['GeminiModelIdStringConverter',['../class_uralstech_1_1_u_gemini_1_1_models_1_1_gemini_model_id_string_converter.html',1,'Uralstech::UGemini::Models']]], - ['geminimodellistrequest_56',['GeminiModelListRequest',['../class_uralstech_1_1_u_gemini_1_1_models_1_1_gemini_model_list_request.html',1,'Uralstech::UGemini::Models']]], - ['geminimodellistresponse_57',['GeminiModelListResponse',['../class_uralstech_1_1_u_gemini_1_1_models_1_1_gemini_model_list_response.html',1,'Uralstech::UGemini::Models']]], - ['geminipromptfeedback_58',['GeminiPromptFeedback',['../class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_candidate_1_1_gemini_prompt_feedback.html',1,'Uralstech::UGemini::Models::Generation::Candidate']]], - ['geminirequestexception_59',['GeminiRequestException',['../class_uralstech_1_1_u_gemini_1_1_exceptions_1_1_gemini_request_exception.html',1,'Uralstech::UGemini::Exceptions']]], - ['geminirequestmetadata_60',['GeminiRequestMetadata',['../class_uralstech_1_1_u_gemini_1_1_gemini_request_metadata.html',1,'Uralstech::UGemini']]], - ['geminisafetyrating_61',['GeminiSafetyRating',['../class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_safety_1_1_gemini_safety_rating.html',1,'Uralstech::UGemini::Models::Generation::Safety']]], - ['geminisafetysettings_62',['GeminiSafetySettings',['../class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_safety_1_1_gemini_safety_settings.html',1,'Uralstech::UGemini::Models::Generation::Safety']]], - ['geminischema_63',['GeminiSchema',['../class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_schema_1_1_gemini_schema.html',1,'Uralstech::UGemini::Models::Generation::Schema']]], - ['geminisecondstotimespanjsonconverter_64',['GeminiSecondsToTimeSpanJsonConverter',['../class_uralstech_1_1_u_gemini_1_1_gemini_seconds_to_time_span_json_converter.html',1,'Uralstech::UGemini']]], - ['geminisemanticretrieverchunk_65',['GeminiSemanticRetrieverChunk',['../class_uralstech_1_1_u_gemini_1_1_models_1_1_content_1_1_attribution_1_1_gemini_semantic_retriever_chunk.html',1,'Uralstech::UGemini::Models::Content::Attribution']]], - ['geminisemanticretrieverconfig_66',['GeminiSemanticRetrieverConfig',['../class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_question_answering_1_1_semantic_retri9b6dfd7c08de54b9ab12d2385e99f3cf.html',1,'Uralstech::UGemini::Models::Generation::QuestionAnswering::SemanticRetriever']]], - ['geministatus_67',['GeminiStatus',['../class_uralstech_1_1_u_gemini_1_1_status_1_1_gemini_status.html',1,'Uralstech::UGemini::Status']]], - ['geministatusdetails_68',['GeminiStatusDetails',['../class_uralstech_1_1_u_gemini_1_1_status_1_1_gemini_status_details.html',1,'Uralstech::UGemini::Status']]], - ['geminitokencountrequest_69',['GeminiTokenCountRequest',['../class_uralstech_1_1_u_gemini_1_1_models_1_1_count_tokens_1_1_gemini_token_count_request.html',1,'Uralstech::UGemini::Models::CountTokens']]], - ['geminitokencountresponse_70',['GeminiTokenCountResponse',['../class_uralstech_1_1_u_gemini_1_1_models_1_1_count_tokens_1_1_gemini_token_count_response.html',1,'Uralstech::UGemini::Models::CountTokens']]], - ['geminitool_71',['GeminiTool',['../class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_tools_1_1_declaration_1_1_gemini_tool.html',1,'Uralstech::UGemini::Models::Generation::Tools::Declaration']]], - ['geminitoolconfiguration_72',['GeminiToolConfiguration',['../class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_tools_1_1_declaration_1_1_gemini_tool_configuration.html',1,'Uralstech::UGemini::Models::Generation::Tools::Declaration']]], - ['geminiusagemetadata_73',['GeminiUsageMetadata',['../class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_candidate_1_1_gemini_usage_metadata.html',1,'Uralstech::UGemini::Models::Generation::Candidate']]] + ['geminicachedcontentpatchdata_12',['GeminiCachedContentPatchData',['../class_uralstech_1_1_u_gemini_1_1_models_1_1_caching_1_1_gemini_cached_content_patch_data.html',1,'Uralstech::UGemini::Models::Caching']]], + ['geminicachedcontentpatchrequest_13',['GeminiCachedContentPatchRequest',['../class_uralstech_1_1_u_gemini_1_1_models_1_1_caching_1_1_gemini_cached_content_patch_request.html',1,'Uralstech::UGemini::Models::Caching']]], + ['geminicachedcontentusagemetadata_14',['GeminiCachedContentUsageMetadata',['../class_uralstech_1_1_u_gemini_1_1_models_1_1_caching_1_1_gemini_cached_content_usage_metadata.html',1,'Uralstech::UGemini::Models::Caching']]], + ['geminicandidate_15',['GeminiCandidate',['../class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_candidate_1_1_gemini_candidate.html',1,'Uralstech::UGemini::Models::Generation::Candidate']]], + ['geminichatrequest_16',['GeminiChatRequest',['../class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_chat_1_1_gemini_chat_request.html',1,'Uralstech::UGemini::Models::Generation::Chat']]], + ['geminichatresponse_17',['GeminiChatResponse',['../class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_chat_1_1_gemini_chat_response.html',1,'Uralstech::UGemini::Models::Generation::Chat']]], + ['geminicitationmetadata_18',['GeminiCitationMetadata',['../class_uralstech_1_1_u_gemini_1_1_models_1_1_content_1_1_citation_1_1_gemini_citation_metadata.html',1,'Uralstech::UGemini::Models::Content::Citation']]], + ['geminicitationsource_19',['GeminiCitationSource',['../class_uralstech_1_1_u_gemini_1_1_models_1_1_content_1_1_citation_1_1_gemini_citation_source.html',1,'Uralstech::UGemini::Models::Content::Citation']]], + ['geminicodeexecution_20',['GeminiCodeExecution',['../class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_tools_1_1_declaration_1_1_gemini_code_execution.html',1,'Uralstech::UGemini::Models::Generation::Tools::Declaration']]], + ['geminicodeexecutionresult_21',['GeminiCodeExecutionResult',['../class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_tools_1_1_code_execution_1_1_gemini_code_execution_result.html',1,'Uralstech::UGemini::Models::Generation::Tools::CodeExecution']]], + ['geminicontent_22',['GeminiContent',['../class_uralstech_1_1_u_gemini_1_1_models_1_1_content_1_1_gemini_content.html',1,'Uralstech::UGemini::Models::Content']]], + ['geminicontentblob_23',['GeminiContentBlob',['../class_uralstech_1_1_u_gemini_1_1_models_1_1_content_1_1_gemini_content_blob.html',1,'Uralstech::UGemini::Models::Content']]], + ['geminicontentembedding_24',['GeminiContentEmbedding',['../class_uralstech_1_1_u_gemini_1_1_models_1_1_embedding_1_1_gemini_content_embedding.html',1,'Uralstech::UGemini::Models::Embedding']]], + ['geminicontentpart_25',['GeminiContentPart',['../class_uralstech_1_1_u_gemini_1_1_models_1_1_content_1_1_gemini_content_part.html',1,'Uralstech::UGemini::Models::Content']]], + ['geminicontenttypeextensions_26',['GeminiContentTypeExtensions',['../class_uralstech_1_1_u_gemini_1_1_gemini_content_type_extensions.html',1,'Uralstech::UGemini']]], + ['geminiembedcontentrequest_27',['GeminiEmbedContentRequest',['../class_uralstech_1_1_u_gemini_1_1_models_1_1_embedding_1_1_gemini_embed_content_request.html',1,'Uralstech::UGemini::Models::Embedding']]], + ['geminiembedcontentresponse_28',['GeminiEmbedContentResponse',['../class_uralstech_1_1_u_gemini_1_1_models_1_1_embedding_1_1_gemini_embed_content_response.html',1,'Uralstech::UGemini::Models::Embedding']]], + ['geminiexecutablecode_29',['GeminiExecutableCode',['../class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_tools_1_1_code_execution_1_1_gemini_executable_code.html',1,'Uralstech::UGemini::Models::Generation::Tools::CodeExecution']]], + ['geminifile_30',['GeminiFile',['../class_uralstech_1_1_u_gemini_1_1_file_a_p_i_1_1_gemini_file.html',1,'Uralstech::UGemini::FileAPI']]], + ['geminifiledata_31',['GeminiFileData',['../class_uralstech_1_1_u_gemini_1_1_models_1_1_content_1_1_gemini_file_data.html',1,'Uralstech::UGemini::Models::Content']]], + ['geminifiledeleterequest_32',['GeminiFileDeleteRequest',['../class_uralstech_1_1_u_gemini_1_1_file_a_p_i_1_1_gemini_file_delete_request.html',1,'Uralstech::UGemini::FileAPI']]], + ['geminifilegetrequest_33',['GeminiFileGetRequest',['../class_uralstech_1_1_u_gemini_1_1_file_a_p_i_1_1_gemini_file_get_request.html',1,'Uralstech::UGemini::FileAPI']]], + ['geminifilelistrequest_34',['GeminiFileListRequest',['../class_uralstech_1_1_u_gemini_1_1_file_a_p_i_1_1_gemini_file_list_request.html',1,'Uralstech::UGemini::FileAPI']]], + ['geminifilelistresponse_35',['GeminiFileListResponse',['../class_uralstech_1_1_u_gemini_1_1_file_a_p_i_1_1_gemini_file_list_response.html',1,'Uralstech::UGemini::FileAPI']]], + ['geminifileuploadmetadata_36',['GeminiFileUploadMetaData',['../class_uralstech_1_1_u_gemini_1_1_file_a_p_i_1_1_gemini_file_upload_meta_data.html',1,'Uralstech::UGemini::FileAPI']]], + ['geminifileuploadrequest_37',['GeminiFileUploadRequest',['../class_uralstech_1_1_u_gemini_1_1_file_a_p_i_1_1_gemini_file_upload_request.html',1,'Uralstech::UGemini::FileAPI']]], + ['geminifileuploadresponse_38',['GeminiFileUploadResponse',['../class_uralstech_1_1_u_gemini_1_1_file_a_p_i_1_1_gemini_file_upload_response.html',1,'Uralstech::UGemini::FileAPI']]], + ['geminifilevideometadata_39',['GeminiFileVideoMetaData',['../class_uralstech_1_1_u_gemini_1_1_file_a_p_i_1_1_gemini_file_video_meta_data.html',1,'Uralstech::UGemini::FileAPI']]], + ['geminifunctioncall_40',['GeminiFunctionCall',['../class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_tools_1_1_gemini_function_call.html',1,'Uralstech::UGemini::Models::Generation::Tools']]], + ['geminifunctioncallingconfiguration_41',['GeminiFunctionCallingConfiguration',['../class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_tools_1_1_declaration_1_1_gemini_function_calling_configuration.html',1,'Uralstech::UGemini::Models::Generation::Tools::Declaration']]], + ['geminifunctiondeclaration_42',['GeminiFunctionDeclaration',['../class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_tools_1_1_declaration_1_1_gemini_function_declaration.html',1,'Uralstech::UGemini::Models::Generation::Tools::Declaration']]], + ['geminifunctionresponse_43',['GeminiFunctionResponse',['../class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_tools_1_1_gemini_function_response.html',1,'Uralstech::UGemini::Models::Generation::Tools']]], + ['geminifunctionresponsecontent_44',['GeminiFunctionResponseContent',['../class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_tools_1_1_gemini_function_response_content.html',1,'Uralstech::UGemini::Models::Generation::Tools']]], + ['geminigenerationconfiguration_45',['GeminiGenerationConfiguration',['../class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_gemini_generation_configuration.html',1,'Uralstech::UGemini::Models::Generation']]], + ['geminigroundingattribution_46',['GeminiGroundingAttribution',['../class_uralstech_1_1_u_gemini_1_1_models_1_1_content_1_1_attribution_1_1_gemini_grounding_attribution.html',1,'Uralstech::UGemini::Models::Content::Attribution']]], + ['geminigroundingpassage_47',['GeminiGroundingPassage',['../class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_question_answering_1_1_grounding_1_1_gemini_grounding_passage.html',1,'Uralstech::UGemini::Models::Generation::QuestionAnswering::Grounding']]], + ['geminigroundingpassageid_48',['GeminiGroundingPassageId',['../class_uralstech_1_1_u_gemini_1_1_models_1_1_content_1_1_attribution_1_1_gemini_grounding_passage_id.html',1,'Uralstech::UGemini::Models::Content::Attribution']]], + ['geminigroundingpassages_49',['GeminiGroundingPassages',['../class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_question_answering_1_1_grounding_1_1_gemini_grounding_passages.html',1,'Uralstech::UGemini::Models::Generation::QuestionAnswering::Grounding']]], + ['geminimanager_50',['GeminiManager',['../class_uralstech_1_1_u_gemini_1_1_gemini_manager.html',1,'Uralstech::UGemini']]], + ['geminimetadatacondition_51',['GeminiMetadataCondition',['../class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_question_answering_1_1_semantic_retri0c9a2baaae3a05ecf32bae131f9ac187.html',1,'Uralstech::UGemini::Models::Generation::QuestionAnswering::SemanticRetriever']]], + ['geminimetadatafilter_52',['GeminiMetadataFilter',['../class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_question_answering_1_1_semantic_retriever_1_1_gemini_metadata_filter.html',1,'Uralstech::UGemini::Models::Generation::QuestionAnswering::SemanticRetriever']]], + ['geminimodel_53',['GeminiModel',['../class_uralstech_1_1_u_gemini_1_1_models_1_1_gemini_model.html',1,'Uralstech::UGemini::Models']]], + ['geminimodelgetrequest_54',['GeminiModelGetRequest',['../class_uralstech_1_1_u_gemini_1_1_models_1_1_gemini_model_get_request.html',1,'Uralstech::UGemini::Models']]], + ['geminimodelid_55',['GeminiModelId',['../class_uralstech_1_1_u_gemini_1_1_models_1_1_gemini_model_id.html',1,'Uralstech::UGemini::Models']]], + ['geminimodelidstringconverter_56',['GeminiModelIdStringConverter',['../class_uralstech_1_1_u_gemini_1_1_models_1_1_gemini_model_id_string_converter.html',1,'Uralstech::UGemini::Models']]], + ['geminimodellistrequest_57',['GeminiModelListRequest',['../class_uralstech_1_1_u_gemini_1_1_models_1_1_gemini_model_list_request.html',1,'Uralstech::UGemini::Models']]], + ['geminimodellistresponse_58',['GeminiModelListResponse',['../class_uralstech_1_1_u_gemini_1_1_models_1_1_gemini_model_list_response.html',1,'Uralstech::UGemini::Models']]], + ['geminipromptfeedback_59',['GeminiPromptFeedback',['../class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_candidate_1_1_gemini_prompt_feedback.html',1,'Uralstech::UGemini::Models::Generation::Candidate']]], + ['geminirequestexception_60',['GeminiRequestException',['../class_uralstech_1_1_u_gemini_1_1_exceptions_1_1_gemini_request_exception.html',1,'Uralstech::UGemini::Exceptions']]], + ['geminirequestmetadata_61',['GeminiRequestMetadata',['../class_uralstech_1_1_u_gemini_1_1_gemini_request_metadata.html',1,'Uralstech::UGemini']]], + ['geminisafetyrating_62',['GeminiSafetyRating',['../class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_safety_1_1_gemini_safety_rating.html',1,'Uralstech::UGemini::Models::Generation::Safety']]], + ['geminisafetysettings_63',['GeminiSafetySettings',['../class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_safety_1_1_gemini_safety_settings.html',1,'Uralstech::UGemini::Models::Generation::Safety']]], + ['geminischema_64',['GeminiSchema',['../class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_schema_1_1_gemini_schema.html',1,'Uralstech::UGemini::Models::Generation::Schema']]], + ['geminisecondstotimespanjsonconverter_65',['GeminiSecondsToTimeSpanJsonConverter',['../class_uralstech_1_1_u_gemini_1_1_gemini_seconds_to_time_span_json_converter.html',1,'Uralstech::UGemini']]], + ['geminisemanticretrieverchunk_66',['GeminiSemanticRetrieverChunk',['../class_uralstech_1_1_u_gemini_1_1_models_1_1_content_1_1_attribution_1_1_gemini_semantic_retriever_chunk.html',1,'Uralstech::UGemini::Models::Content::Attribution']]], + ['geminisemanticretrieverconfig_67',['GeminiSemanticRetrieverConfig',['../class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_question_answering_1_1_semantic_retri9b6dfd7c08de54b9ab12d2385e99f3cf.html',1,'Uralstech::UGemini::Models::Generation::QuestionAnswering::SemanticRetriever']]], + ['geministatus_68',['GeminiStatus',['../class_uralstech_1_1_u_gemini_1_1_status_1_1_gemini_status.html',1,'Uralstech::UGemini::Status']]], + ['geministatusdetails_69',['GeminiStatusDetails',['../class_uralstech_1_1_u_gemini_1_1_status_1_1_gemini_status_details.html',1,'Uralstech::UGemini::Status']]], + ['geminitokencountrequest_70',['GeminiTokenCountRequest',['../class_uralstech_1_1_u_gemini_1_1_models_1_1_count_tokens_1_1_gemini_token_count_request.html',1,'Uralstech::UGemini::Models::CountTokens']]], + ['geminitokencountresponse_71',['GeminiTokenCountResponse',['../class_uralstech_1_1_u_gemini_1_1_models_1_1_count_tokens_1_1_gemini_token_count_response.html',1,'Uralstech::UGemini::Models::CountTokens']]], + ['geminitool_72',['GeminiTool',['../class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_tools_1_1_declaration_1_1_gemini_tool.html',1,'Uralstech::UGemini::Models::Generation::Tools::Declaration']]], + ['geminitoolconfiguration_73',['GeminiToolConfiguration',['../class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_tools_1_1_declaration_1_1_gemini_tool_configuration.html',1,'Uralstech::UGemini::Models::Generation::Tools::Declaration']]], + ['geminiusagemetadata_74',['GeminiUsageMetadata',['../class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_candidate_1_1_gemini_usage_metadata.html',1,'Uralstech::UGemini::Models::Generation::Candidate']]] ]; diff --git a/docs/search/functions_2.js b/docs/search/functions_2.js index e1e198b2..c2525026 100644 --- a/docs/search/functions_2.js +++ b/docs/search/functions_2.js @@ -6,7 +6,7 @@ var searchData= ['geminicachedcontentdeleterequest_3',['GeminiCachedContentDeleteRequest',['../class_uralstech_1_1_u_gemini_1_1_models_1_1_caching_1_1_gemini_cached_content_delete_request.html#a280616f447862cad36429b99490a6b92',1,'Uralstech::UGemini::Models::Caching::GeminiCachedContentDeleteRequest']]], ['geminicachedcontentgetrequest_4',['GeminiCachedContentGetRequest',['../class_uralstech_1_1_u_gemini_1_1_models_1_1_caching_1_1_gemini_cached_content_get_request.html#add549ebadae8356f19bd4559f007cf56',1,'Uralstech::UGemini::Models::Caching::GeminiCachedContentGetRequest']]], ['geminicachedcontentlistrequest_5',['GeminiCachedContentListRequest',['../class_uralstech_1_1_u_gemini_1_1_models_1_1_caching_1_1_gemini_cached_content_list_request.html#a14ac3382f45cef958342666b24856673',1,'Uralstech::UGemini::Models::Caching::GeminiCachedContentListRequest']]], - ['geminicachedcontentpatchrequest_6',['GeminiCachedContentPatchRequest',['../class_uralstech_1_1_u_gemini_1_1_models_1_1_caching_1_1_gemini_cached_content_patch_request.html#a09cbbfca4f09a3ed7eea7ce64b9523e1',1,'Uralstech::UGemini::Models::Caching::GeminiCachedContentPatchRequest']]], + ['geminicachedcontentpatchrequest_6',['GeminiCachedContentPatchRequest',['../class_uralstech_1_1_u_gemini_1_1_models_1_1_caching_1_1_gemini_cached_content_patch_request.html#a74fbb1eaf33f83439c4f9688cc46e785',1,'Uralstech::UGemini::Models::Caching::GeminiCachedContentPatchRequest']]], ['geminichatrequest_7',['GeminiChatRequest',['../class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_chat_1_1_gemini_chat_request.html#a5d0d1ac0c0880ee7a7953d3eb4ba3257',1,'Uralstech::UGemini::Models::Generation::Chat::GeminiChatRequest']]], ['geminiembedcontentrequest_8',['GeminiEmbedContentRequest',['../class_uralstech_1_1_u_gemini_1_1_models_1_1_embedding_1_1_gemini_embed_content_request.html#ab8cc8d1354d4cec612c6c36ec073e297',1,'Uralstech::UGemini::Models::Embedding::GeminiEmbedContentRequest']]], ['geminifiledata_9',['GeminiFileData',['../class_uralstech_1_1_u_gemini_1_1_models_1_1_content_1_1_gemini_file_data.html#a0ee16065b60107cf31668ea3bbb5b692',1,'Uralstech.UGemini.Models.Content.GeminiFileData.GeminiFileData()'],['../class_uralstech_1_1_u_gemini_1_1_models_1_1_content_1_1_gemini_file_data.html#aed1e0b92775ff77aacb67ec7e9a0176f',1,'Uralstech.UGemini.Models.Content.GeminiFileData.GeminiFileData(GeminiContentType contentType, string fileUri)']]], diff --git a/docs/search/functions_7.js b/docs/search/functions_7.js index 31c3623d..ef9ebb87 100644 --- a/docs/search/functions_7.js +++ b/docs/search/functions_7.js @@ -1,6 +1,6 @@ var searchData= [ ['readjson_0',['ReadJson',['../class_uralstech_1_1_u_gemini_1_1_gemini_seconds_to_time_span_json_converter.html#ab48d1dda11aa5aa43c00651e86467d64',1,'Uralstech.UGemini.GeminiSecondsToTimeSpanJsonConverter.ReadJson()'],['../class_uralstech_1_1_u_gemini_1_1_models_1_1_gemini_model_id_string_converter.html#a46a38c50eddc40e47c26e0ce2d618c74',1,'Uralstech.UGemini.Models.GeminiModelIdStringConverter.ReadJson()']]], - ['request_1',['Request',['../class_uralstech_1_1_u_gemini_1_1_gemini_manager.html#ab540f88449967ebfc8f67e1bb5101d75',1,'Uralstech.UGemini.GeminiManager.Request(IGeminiDeleteRequest request)'],['../class_uralstech_1_1_u_gemini_1_1_gemini_manager.html#a2e48697e0da0f9bf2767dc836bfec2d8',1,'Uralstech.UGemini.GeminiManager.Request(IGeminiPatchRequest request)']]], - ['request_3c_20tresponse_20_3e_2',['Request< TResponse >',['../class_uralstech_1_1_u_gemini_1_1_gemini_manager.html#adc073fccf089ba4c89b6c1730deef63c',1,'Uralstech.UGemini.GeminiManager.Request< TResponse >(IGeminiPostRequest request)'],['../class_uralstech_1_1_u_gemini_1_1_gemini_manager.html#a9c0a36c0676665ba04a27ce95348eebe',1,'Uralstech.UGemini.GeminiManager.Request< TResponse >(IGeminiMultiPartPostRequest request)'],['../class_uralstech_1_1_u_gemini_1_1_gemini_manager.html#abd5a1056444e232ec19f662db30e0756',1,'Uralstech.UGemini.GeminiManager.Request< TResponse >(IGeminiGetRequest request)']]] + ['request_1',['Request',['../class_uralstech_1_1_u_gemini_1_1_gemini_manager.html#ab540f88449967ebfc8f67e1bb5101d75',1,'Uralstech::UGemini::GeminiManager']]], + ['request_3c_20tresponse_20_3e_2',['Request< TResponse >',['../class_uralstech_1_1_u_gemini_1_1_gemini_manager.html#adc073fccf089ba4c89b6c1730deef63c',1,'Uralstech.UGemini.GeminiManager.Request< TResponse >(IGeminiPostRequest request)'],['../class_uralstech_1_1_u_gemini_1_1_gemini_manager.html#a9c0a36c0676665ba04a27ce95348eebe',1,'Uralstech.UGemini.GeminiManager.Request< TResponse >(IGeminiMultiPartPostRequest request)'],['../class_uralstech_1_1_u_gemini_1_1_gemini_manager.html#abd5a1056444e232ec19f662db30e0756',1,'Uralstech.UGemini.GeminiManager.Request< TResponse >(IGeminiGetRequest request)'],['../class_uralstech_1_1_u_gemini_1_1_gemini_manager.html#a04f9ccdd66f94a07cb41b320f87b461b',1,'Uralstech.UGemini.GeminiManager.Request< TResponse >(IGeminiPatchRequest request)']]] ]; diff --git a/docs/search/variables_11.js b/docs/search/variables_11.js index 7f26b4a0..6518c4c3 100644 --- a/docs/search/variables_11.js +++ b/docs/search/variables_11.js @@ -5,7 +5,7 @@ var searchData= ['text_2',['Text',['../class_uralstech_1_1_u_gemini_1_1_models_1_1_content_1_1_gemini_content_part.html#a6da074bd3ecbc226a8caef238d370de0',1,'Uralstech::UGemini::Models::Content::GeminiContentPart']]], ['textembedding004_3',['TextEmbedding004',['../class_uralstech_1_1_u_gemini_1_1_models_1_1_gemini_model.html#a8e7e38189cf04a3aa54926c697b3eb68',1,'Uralstech::UGemini::Models::GeminiModel']]], ['threshold_4',['Threshold',['../class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_safety_1_1_gemini_safety_settings.html#a5941b31b5ea579ac1f3ce46ae9b76116',1,'Uralstech::UGemini::Models::Generation::Safety::GeminiSafetySettings']]], - ['timetolive_5',['TimeToLive',['../class_uralstech_1_1_u_gemini_1_1_models_1_1_caching_1_1_gemini_cached_content_creation_data.html#a96699f72fb2b8db75d3cef7f5b5d6081',1,'Uralstech::UGemini::Models::Caching::GeminiCachedContentCreationData']]], + ['timetolive_5',['TimeToLive',['../class_uralstech_1_1_u_gemini_1_1_models_1_1_caching_1_1_gemini_cached_content_creation_data.html#a96699f72fb2b8db75d3cef7f5b5d6081',1,'Uralstech.UGemini.Models.Caching.GeminiCachedContentCreationData.TimeToLive'],['../class_uralstech_1_1_u_gemini_1_1_models_1_1_caching_1_1_gemini_cached_content_patch_data.html#a5ee3934e24f243254324361fe97c4917',1,'Uralstech.UGemini.Models.Caching.GeminiCachedContentPatchData.TimeToLive']]], ['title_6',['Title',['../class_uralstech_1_1_u_gemini_1_1_models_1_1_embedding_1_1_gemini_embed_content_request.html#a16ebaf170f03aad0b06895718ad6ae72',1,'Uralstech::UGemini::Models::Embedding::GeminiEmbedContentRequest']]], ['tokencount_7',['TokenCount',['../class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_candidate_1_1_gemini_candidate.html#aeb8dd941a1d016bd260a3d85ad6d5e6e',1,'Uralstech::UGemini::Models::Generation::Candidate::GeminiCandidate']]], ['toolconfig_8',['ToolConfig',['../class_uralstech_1_1_u_gemini_1_1_models_1_1_caching_1_1_gemini_cached_content_creation_data.html#a2e260988a91f0db5f03511644683a3d0',1,'Uralstech.UGemini.Models.Caching.GeminiCachedContentCreationData.ToolConfig'],['../class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_chat_1_1_gemini_chat_request.html#a4e0dd561cac2b9d929e8d447f638c365',1,'Uralstech.UGemini.Models.Generation.Chat.GeminiChatRequest.ToolConfig']]], diff --git a/docs/search/variables_2.js b/docs/search/variables_2.js index ff7d860b..0d2bfe06 100644 --- a/docs/search/variables_2.js +++ b/docs/search/variables_2.js @@ -15,7 +15,7 @@ var searchData= ['codeexecutionresult_12',['CodeExecutionResult',['../class_uralstech_1_1_u_gemini_1_1_models_1_1_content_1_1_gemini_content_part.html#a2744d46f3d7c48341fba745f04f8065b',1,'Uralstech::UGemini::Models::Content::GeminiContentPart']]], ['completerequest_13',['CompleteRequest',['../class_uralstech_1_1_u_gemini_1_1_models_1_1_count_tokens_1_1_gemini_token_count_request.html#a7807de6d6c62dba30268ed8d00ed14fb',1,'Uralstech::UGemini::Models::CountTokens::GeminiTokenCountRequest']]], ['conditions_14',['Conditions',['../class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_question_answering_1_1_semantic_retriever_1_1_gemini_metadata_filter.html#a8ae6e8e9ccb87809cd654b89a98897dc',1,'Uralstech::UGemini::Models::Generation::QuestionAnswering::SemanticRetriever::GeminiMetadataFilter']]], - ['content_15',['Content',['../class_uralstech_1_1_u_gemini_1_1_models_1_1_caching_1_1_gemini_cached_content_create_request.html#a863e496361b0f0bd25d58f50e64b7892',1,'Uralstech.UGemini.Models.Caching.GeminiCachedContentCreateRequest.Content'],['../class_uralstech_1_1_u_gemini_1_1_models_1_1_caching_1_1_gemini_cached_content_patch_request.html#a6d1cd7e509b580c7e07f0515310ae932',1,'Uralstech.UGemini.Models.Caching.GeminiCachedContentPatchRequest.Content'],['../class_uralstech_1_1_u_gemini_1_1_models_1_1_content_1_1_attribution_1_1_gemini_grounding_attribution.html#a6c52aded81d798880bc89161160e5beb',1,'Uralstech.UGemini.Models.Content.Attribution.GeminiGroundingAttribution.Content'],['../class_uralstech_1_1_u_gemini_1_1_models_1_1_embedding_1_1_gemini_embed_content_request.html#a61ba2b047b3d3ace8450600864e4983c',1,'Uralstech.UGemini.Models.Embedding.GeminiEmbedContentRequest.Content'],['../class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_question_answering_1_1_grounding_1_1_gemini_grounding_passage.html#a7e85c91ca161d560beea00bca3487b29',1,'Uralstech.UGemini.Models.Generation.QuestionAnswering.Grounding.GeminiGroundingPassage.Content'],['../class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_candidate_1_1_gemini_candidate.html#a2f8e104e04dd1e18a2cce2ddb188c7c8',1,'Uralstech.UGemini.Models.Generation.Candidate.GeminiCandidate.Content']]], + ['content_15',['Content',['../class_uralstech_1_1_u_gemini_1_1_models_1_1_caching_1_1_gemini_cached_content_create_request.html#a863e496361b0f0bd25d58f50e64b7892',1,'Uralstech.UGemini.Models.Caching.GeminiCachedContentCreateRequest.Content'],['../class_uralstech_1_1_u_gemini_1_1_models_1_1_content_1_1_attribution_1_1_gemini_grounding_attribution.html#a6c52aded81d798880bc89161160e5beb',1,'Uralstech.UGemini.Models.Content.Attribution.GeminiGroundingAttribution.Content'],['../class_uralstech_1_1_u_gemini_1_1_models_1_1_embedding_1_1_gemini_embed_content_request.html#a61ba2b047b3d3ace8450600864e4983c',1,'Uralstech.UGemini.Models.Embedding.GeminiEmbedContentRequest.Content'],['../class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_question_answering_1_1_grounding_1_1_gemini_grounding_passage.html#a7e85c91ca161d560beea00bca3487b29',1,'Uralstech.UGemini.Models.Generation.QuestionAnswering.Grounding.GeminiGroundingPassage.Content'],['../class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_candidate_1_1_gemini_candidate.html#a2f8e104e04dd1e18a2cce2ddb188c7c8',1,'Uralstech.UGemini.Models.Generation.Candidate.GeminiCandidate.Content']]], ['contentid_16',['ContentId',['../class_uralstech_1_1_u_gemini_1_1_models_1_1_caching_1_1_gemini_cached_content_delete_request.html#a054877b2d98767661a4c9808ad6eb35a',1,'Uralstech.UGemini.Models.Caching.GeminiCachedContentDeleteRequest.ContentId'],['../class_uralstech_1_1_u_gemini_1_1_models_1_1_caching_1_1_gemini_cached_content_get_request.html#a4be413ba200aa741d6e0cbff741e8471',1,'Uralstech.UGemini.Models.Caching.GeminiCachedContentGetRequest.ContentId'],['../class_uralstech_1_1_u_gemini_1_1_models_1_1_caching_1_1_gemini_cached_content_patch_request.html#af4f5e6219ac95d3416c563bff90f385b',1,'Uralstech.UGemini.Models.Caching.GeminiCachedContentPatchRequest.ContentId']]], ['contents_17',['Contents',['../class_uralstech_1_1_u_gemini_1_1_models_1_1_caching_1_1_gemini_cached_content_creation_data.html#ab9ef3b5511dc9f5a921de2a29b213950',1,'Uralstech.UGemini.Models.Caching.GeminiCachedContentCreationData.Contents'],['../class_uralstech_1_1_u_gemini_1_1_models_1_1_count_tokens_1_1_gemini_token_count_request.html#a41f0b5181daae11aa871b488765974f5',1,'Uralstech.UGemini.Models.CountTokens.GeminiTokenCountRequest.Contents'],['../class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_question_answering_1_1_gemini_answer_request.html#a7a5a232d39669c31d656a674a459e816',1,'Uralstech.UGemini.Models.Generation.QuestionAnswering.GeminiAnswerRequest.Contents'],['../class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_chat_1_1_gemini_chat_request.html#a928b52ad7b59ab7f6f4024b2518bfa86',1,'Uralstech.UGemini.Models.Generation.Chat.GeminiChatRequest.Contents']]], ['createtime_18',['CreateTime',['../class_uralstech_1_1_u_gemini_1_1_file_a_p_i_1_1_gemini_file.html#ad6295ecd52e47ec544c37df8faf34f60',1,'Uralstech.UGemini.FileAPI.GeminiFile.CreateTime'],['../class_uralstech_1_1_u_gemini_1_1_models_1_1_caching_1_1_gemini_cached_content.html#a246b4d168e41a5ccee76cce771285a08',1,'Uralstech.UGemini.Models.Caching.GeminiCachedContent.CreateTime']]] diff --git a/docs/search/variables_4.js b/docs/search/variables_4.js index a46b952b..8640fc57 100644 --- a/docs/search/variables_4.js +++ b/docs/search/variables_4.js @@ -6,5 +6,5 @@ var searchData= ['enum_3',['Enum',['../class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_schema_1_1_gemini_schema.html#a9a193ae6fc0f132b49bb9af8eb0fe05f',1,'Uralstech::UGemini::Models::Generation::Schema::GeminiSchema']]], ['executablecode_4',['ExecutableCode',['../class_uralstech_1_1_u_gemini_1_1_models_1_1_content_1_1_gemini_content_part.html#a2569e5f827a4add0a35baffbf7496893',1,'Uralstech::UGemini::Models::Content::GeminiContentPart']]], ['expirationtime_5',['ExpirationTime',['../class_uralstech_1_1_u_gemini_1_1_file_a_p_i_1_1_gemini_file.html#a7a61ce06b675869d0e1dbab8ed116676',1,'Uralstech::UGemini::FileAPI::GeminiFile']]], - ['expiretime_6',['ExpireTime',['../class_uralstech_1_1_u_gemini_1_1_models_1_1_caching_1_1_gemini_cached_content_creation_data.html#ac9db1d13d3fb01eb797e2030208744e8',1,'Uralstech.UGemini.Models.Caching.GeminiCachedContentCreationData.ExpireTime'],['../class_uralstech_1_1_u_gemini_1_1_models_1_1_caching_1_1_gemini_cached_content.html#a806860a9ed8ede3bfee20ee2db065adf',1,'Uralstech.UGemini.Models.Caching.GeminiCachedContent.ExpireTime']]] + ['expiretime_6',['ExpireTime',['../class_uralstech_1_1_u_gemini_1_1_models_1_1_caching_1_1_gemini_cached_content_creation_data.html#ac9db1d13d3fb01eb797e2030208744e8',1,'Uralstech.UGemini.Models.Caching.GeminiCachedContentCreationData.ExpireTime'],['../class_uralstech_1_1_u_gemini_1_1_models_1_1_caching_1_1_gemini_cached_content.html#a806860a9ed8ede3bfee20ee2db065adf',1,'Uralstech.UGemini.Models.Caching.GeminiCachedContent.ExpireTime'],['../class_uralstech_1_1_u_gemini_1_1_models_1_1_caching_1_1_gemini_cached_content_patch_data.html#a6607251dbe87b790e104817ce30feb75',1,'Uralstech.UGemini.Models.Caching.GeminiCachedContentPatchData.ExpireTime']]] ]; diff --git a/docs/search/variables_d.js b/docs/search/variables_d.js index 29500eca..196f78a2 100644 --- a/docs/search/variables_d.js +++ b/docs/search/variables_d.js @@ -6,8 +6,9 @@ var searchData= ['parts_3',['Parts',['../class_uralstech_1_1_u_gemini_1_1_models_1_1_content_1_1_gemini_content.html#ab7908ab3797d3a1474f7a9b0aa780300',1,'Uralstech::UGemini::Models::Content::GeminiContent']]], ['passageid_4',['PassageId',['../class_uralstech_1_1_u_gemini_1_1_models_1_1_content_1_1_attribution_1_1_gemini_grounding_passage_id.html#ace5e64c1a263bbf87e2c30c660d70707',1,'Uralstech::UGemini::Models::Content::Attribution::GeminiGroundingPassageId']]], ['passages_5',['Passages',['../class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_question_answering_1_1_grounding_1_1_gemini_grounding_passages.html#af1fc6a76edaa955413ffaaaeb6876d64',1,'Uralstech::UGemini::Models::Generation::QuestionAnswering::Grounding::GeminiGroundingPassages']]], - ['probability_6',['Probability',['../class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_safety_1_1_gemini_safety_rating.html#a57016f8ab5ab1ab8cf04047a4278de35',1,'Uralstech::UGemini::Models::Generation::Safety::GeminiSafetyRating']]], - ['promptfeedback_7',['PromptFeedback',['../class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_chat_1_1_gemini_chat_response.html#af20ca00041cca3729b0d1637a262f5c1',1,'Uralstech::UGemini::Models::Generation::Chat::GeminiChatResponse']]], - ['prompttokencount_8',['PromptTokenCount',['../class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_candidate_1_1_gemini_usage_metadata.html#a7301c1376aa4d9fdbe49fedd862aa3d9',1,'Uralstech::UGemini::Models::Generation::Candidate::GeminiUsageMetadata']]], - ['properties_9',['Properties',['../class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_schema_1_1_gemini_schema.html#a505c6aa39014e9dd85ed496b3f35b981',1,'Uralstech::UGemini::Models::Generation::Schema::GeminiSchema']]] + ['patch_6',['Patch',['../class_uralstech_1_1_u_gemini_1_1_models_1_1_caching_1_1_gemini_cached_content_patch_request.html#a62cc169bd8f4c1048314f63bea70127a',1,'Uralstech::UGemini::Models::Caching::GeminiCachedContentPatchRequest']]], + ['probability_7',['Probability',['../class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_safety_1_1_gemini_safety_rating.html#a57016f8ab5ab1ab8cf04047a4278de35',1,'Uralstech::UGemini::Models::Generation::Safety::GeminiSafetyRating']]], + ['promptfeedback_8',['PromptFeedback',['../class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_chat_1_1_gemini_chat_response.html#af20ca00041cca3729b0d1637a262f5c1',1,'Uralstech::UGemini::Models::Generation::Chat::GeminiChatResponse']]], + ['prompttokencount_9',['PromptTokenCount',['../class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_candidate_1_1_gemini_usage_metadata.html#a7301c1376aa4d9fdbe49fedd862aa3d9',1,'Uralstech::UGemini::Models::Generation::Candidate::GeminiUsageMetadata']]], + ['properties_10',['Properties',['../class_uralstech_1_1_u_gemini_1_1_models_1_1_generation_1_1_schema_1_1_gemini_schema.html#a505c6aa39014e9dd85ed496b3f35b981',1,'Uralstech::UGemini::Models::Generation::Schema::GeminiSchema']]] ];