show_memory_path
Retrieve the absolute path of the active knowledge-graph file to enable structured reasoning and persistent memory access for AI assistants in complex problem-solving tasks.
Instructions
Return absolute path of the active knowledge-graph file.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
random_string | No | Dummy parameter for no-parameter tools |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"random_string": {
"description": "Dummy parameter for no-parameter tools",
"type": "string"
}
},
"type": "object"
}