Show / Hide Table of Contents

Class UpdateDatabaseToolsMcpToolsetGenAiSqlAssistantDetails

Database Tools MCP Toolset information to be updated for the GenAI SQL Assistant type.

Inheritance
object
UpdateDatabaseToolsMcpToolsetDetails
UpdateDatabaseToolsMcpToolsetGenAiSqlAssistantDetails
Inherited Members
UpdateDatabaseToolsMcpToolsetDetails.Version
UpdateDatabaseToolsMcpToolsetDetails.DisplayName
UpdateDatabaseToolsMcpToolsetDetails.Description
UpdateDatabaseToolsMcpToolsetDetails.DefinedTags
UpdateDatabaseToolsMcpToolsetDetails.FreeformTags
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.DatabasetoolsService.Models
Assembly: OCI.DotNetSDK.Databasetools.dll
Syntax
public class UpdateDatabaseToolsMcpToolsetGenAiSqlAssistantDetails : UpdateDatabaseToolsMcpToolsetDetails

Properties

DefaultExecutionType

Declaration
[JsonProperty(PropertyName = "defaultExecutionType")]
[JsonConverter(typeof(StringEnumConverter))]
public DatabaseToolsMcpToolsetDefaultExecutionType? DefaultExecutionType { get; set; }
Property Value
Type Description
DatabaseToolsMcpToolsetDefaultExecutionType?

The default execution type for the toolset. The default value is SYNCHRONOUS.
To use ASYNCHRONOUS execution, the MCP Server must have the storage property configured.

GenerativeAiSemanticStoreId

Declaration
[JsonProperty(PropertyName = "generativeAiSemanticStoreId")]
public string GenerativeAiSemanticStoreId { get; set; }
Property Value
Type Description
string

The OCID of the related Generative AI Semantic Store.

Tools

Declaration
[JsonProperty(PropertyName = "tools")]
public List<UpdateDatabaseToolsMcpToolsetToolDetails> Tools { get; set; }
Property Value
Type Description
List<UpdateDatabaseToolsMcpToolsetToolDetails>

List of Database Tools GENAI_SQL_ASSISTANT toolset tool configurations

In this article
Back to top