For the complete documentation index, see llms.txt. This page is also available as Markdown.

TagValueSource

Describes how the value of a tag is derived from the source asset.

enum TagValueSource {
  AssetName
  Attribute
}

Values

AssetName

Use the source asset's display name.

Attribute

Use the value of a specific attribute on the source asset.

Member Of

TagValueMapping object ● TagValueMappingInput input

Last updated

Was this helpful?