feat: giving agent enough information to add to list instead of creating one

This commit is contained in:
2025-07-29 12:14:45 +01:00
parent ee109f05a0
commit 3d05ff708e
2 changed files with 13 additions and 5 deletions

View File

@@ -162,7 +162,6 @@ const listTools = `
}
]`
type listListsArguments struct{}
type createListArguments struct {
Name string `json:"name"`
Desription string `json:"description"`