Sign up (with export icon)

AIContextItem

Api-typedef icontypedef

A context item.

Properties

  • Chevron-right icon

    documents : Array<AIContextItemDocument> | undefined

    Per-document metadata for the current-document context item.

    Each entry corresponds to a single root and produces one { type: 'document' } request entry when the context item is serialized to API request data.

  • hidden : boolean | undefined

  • isReadOnly : boolean | undefined

  • label : string

  • resourceId : string | undefined

  • selection : Array<object> | undefined

  • sessionId : string | null | undefined

  • uiId : string

  • version : number | undefined