feat: tool desc

This commit is contained in:
Timothy J. Baek
2024-06-11 00:32:16 -07:00
parent 049b3136e8
commit 5237439e29
2 changed files with 5 additions and 1 deletions

View File

@@ -659,6 +659,7 @@
tools={$tools.reduce((a, e, i, arr) => {
a[e.id] = {
name: e.name,
description: e.meta.description,
enabled: false
};