清理注释
This commit is contained in:
@@ -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"`
|
||||
|
||||
Reference in New Issue
Block a user