Chore: solving TODOs

This commit is contained in:
Grail Finder
2025-10-03 20:42:36 +03:00
parent 448cb97074
commit dc183e3692
7 changed files with 21 additions and 34 deletions

View File

@@ -5,11 +5,6 @@ import (
"strings"
)
// type FuncCall struct {
// Name string `json:"name"`
// Args []string `json:"args"`
// }
type FuncCall struct {
Name string `json:"name"`
Args map[string]string `json:"args"`