We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6055909 + 1ccd142 commit ac768e6Copy full SHA for ac768e6
pkg/tools/builtin/todo.go
@@ -24,10 +24,6 @@ type Todo struct {
24
Status string `json:"status" jsonschema:"New status (pending, in-progress,completed)"`
25
}
26
27
-type CreateTodoItem struct {
28
- Description string `json:"description" jsonschema:"Description of the todo item"`
29
-}
30
-
31
type CreateTodoArgs struct {
32
Description string `json:"description" jsonschema:"Description of the todo item"`
33
0 commit comments