Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.corti.ai/llms.txt

Use this file to discover all available pages before exploring further.

Event Properties

FieldValue
event"embedded.factsAdded"
confidentialboolean
payloadobject
FieldTypeDescription
factCountnumberNumber of facts being added
interactionIdstringUnique interaction identifier
interactionStateInteractionStateCurrent state of the interaction

Example

{
  "event": "embedded.factsAdded",
  "confidential": false,
  "payload": {
    "factCount": 2,
    "interactionId": "int_123",
    "interactionState": "ongoing"
  }
}