mirror of
https://gitea.toothfairyai.com/ToothFairyAI/tf_code.git
synced 2026-04-03 23:53:46 +00:00
Revert "feat: make skills invokable as slash commands in the TUI"
This reverts commit 85126556b8.
This commit is contained in:
@@ -153,11 +153,4 @@ export namespace Skill {
|
||||
export async function all() {
|
||||
return state().then((x) => Object.values(x))
|
||||
}
|
||||
|
||||
export async function content(name: string) {
|
||||
const info = await get(name)
|
||||
if (!info) return undefined
|
||||
const md = await ConfigMarkdown.parse(info.location)
|
||||
return md.content
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user