feat: giving agent enough information to add to list instead of creating one
This commit is contained in:
@@ -162,7 +162,6 @@ const listTools = `
|
||||
}
|
||||
]`
|
||||
|
||||
type listListsArguments struct{}
|
||||
type createListArguments struct {
|
||||
Name string `json:"name"`
|
||||
Desription string `json:"description"`
|
||||
|
||||
Reference in New Issue
Block a user