Skip to content

Commit ac768e6

Browse files
authored
Merge pull request #553 from trungutt/cleanup-todo-types
Remove unused CreateTodoItem struct
2 parents 6055909 + 1ccd142 commit ac768e6

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

pkg/tools/builtin/todo.go

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,6 @@ type Todo struct {
2424
Status string `json:"status" jsonschema:"New status (pending, in-progress,completed)"`
2525
}
2626

27-
type CreateTodoItem struct {
28-
Description string `json:"description" jsonschema:"Description of the todo item"`
29-
}
30-
3127
type CreateTodoArgs struct {
3228
Description string `json:"description" jsonschema:"Description of the todo item"`
3329
}

0 commit comments

Comments
 (0)