UserKnowledge

The caller's organization knowledge file: a free-form text/markdown blob describing the org. `exists` is `false` and `content` is `null` when none has been written yet.

Properties

contentnull | stringrequired

The file's text content. `null` when no file has been written yet.

existsbooleanrequired

Whether a knowledge file currently exists for the org.

updated_atnull | string <date-time>required

ISO 8601 timestamp of the last write, or `null` when unset.

Example

UserKnowledge example
{
  "content": null,
  "exists": false,
  "updated_at": null
}