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 | stringrequiredThe file's text content. `null` when no file has been written yet.
existsbooleanrequiredWhether a knowledge file currently exists for the org.
updated_atnull | string <date-time>requiredISO 8601 timestamp of the last write, or `null` when unset.
Example
UserKnowledge example
{
"content": null,
"exists": false,
"updated_at": null
}