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

artifactContextItem

A context item within a context category.

Examples

type ArtifactContextItem {
  name: String
  trend: Int
}

Fields

Field
Description
Supported fields

name String

Name of the context item

trend Int

Trend value (1 for positive, -1 for negative)

References

Fields with this object:

Last updated