Class UpdateDatabaseToolsMcpToolsetGenAiSqlAssistantDetails
Database Tools MCP Toolset information to be updated for the GenAI SQL Assistant type.
Inheritance
UpdateDatabaseToolsMcpToolsetGenAiSqlAssistantDetails
Inherited Members
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.
|
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 |