kb_get_history
Retrieve recent changes to your knowledge base to track updates and maintain awareness of modifications.
Instructions
Get recent history of knowledge base changes
Input Schema
Name | Required | Description | Default |
---|---|---|---|
limit | No | Number of history entries to return |
Input Schema (JSON Schema)
{
"properties": {
"limit": {
"default": 20,
"description": "Number of history entries to return",
"type": "number"
}
},
"type": "object"
}