sync of changes

This commit is contained in:
2024-11-09 19:50:14 -05:00
parent 37939088ed
commit cd4ad59a38
4 changed files with 3 additions and 4 deletions

View File

@@ -30,7 +30,7 @@ func (g google) requestToGoogleRequest(in Request, model *genai.GenerativeModel)
res = append(res, genai.Text(c.Text))
}
for _, tool := range in.Toolbox {
for _, tool := range in.Toolbox.funcs {
panic("google ToolBox is todo" + tool.Name)
/*