initial commit of untested function stuff

This commit is contained in:
2024-11-08 20:53:12 -05:00
parent f603010dee
commit 37939088ed
15 changed files with 693 additions and 20 deletions

View File

@@ -31,7 +31,7 @@ func (g google) requestToGoogleRequest(in Request, model *genai.GenerativeModel)
}
for _, tool := range in.Toolbox {
panic("google toolbox is todo" + tool.Name)
panic("google ToolBox is todo" + tool.Name)
/*
t := genai.Tool{}