okf_suggest_concept_path
Suggest a bundle-relative Markdown path using a concept's type and title, ensuring a safe file location within the given bundle.
Instructions
Suggest a safe bundle relative Markdown path from a concept type and title.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | Yes | Concept type used to build the path. | |
| title | Yes | Concept title used to build the file name. | |
| bundle | Yes | Writable bundle id that will contain the concept. | |
| prefix | No | Optional bundle relative directory prefix. |