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

artifactContextCategory

A context category grouping related context items.

Examples

type ArtifactContextCategory {
  name: String
  icon: String
  items: [ArtifactContextItem]
}

Fields

Field
Description
Supported fields

name String

Name of the category (e.g., Reachability, Exportability, Damage)

icon String

Icon identifier for the category

List of context items in this category

name String trend Int

References

Fields with this object:

Last updated