清理注释

This commit is contained in:
RedwindA
2025-06-06 01:09:51 +08:00
parent f13e4bf486
commit a52a67176e
2 changed files with 0 additions and 15 deletions

View File

@@ -27,11 +27,6 @@ type FunctionCall struct {
Arguments any `json:"args"`
}
// type GeminiFunctionResponseContent struct {
// Name string `json:"name"`
// Content any `json:"content"`
// }
type FunctionResponse struct {
Name string `json:"name"`
Response map[string]interface{} `json:"response"`