export_to_markdown
Export knowledge base content to organized markdown files for documentation, sharing, or backup purposes.
Instructions
Export knowledge base to markdown files
Input Schema
Name | Required | Description | Default |
---|---|---|---|
export_path | No | Path to export to (optional) |
Input Schema (JSON Schema)
{
"properties": {
"export_path": {
"description": "Path to export to (optional)",
"type": "string"
}
},
"type": "object"
}