Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Input ¶
type Input struct {
Name string `json:"name" jsonschema:"The name of the asset to create"`
AssetTypeID string `json:"assetTypeId" jsonschema:"The UUID of the asset type (from prepare_create_asset resolved.assetTypeId)"`
DomainID string `json:"domainId" jsonschema:"The UUID of the domain to create the asset in (from prepare_create_asset resolved.domainId)"`
DisplayName string `json:"displayName,omitempty" jsonschema:"Optional. The display name of the asset"`
Attributes map[string]string `json:"attributes,omitempty" jsonschema:"Optional. Map of attribute type UUID to attribute value"`
}
Input defines the parameters for the create_asset tool.
Click to show internal directories.
Click to hide internal directories.