chore: initial commit

This commit is contained in:
Stevan Freeborn
2025-02-04 14:39:54 -06:00
commit a1a682916e
45 changed files with 1736 additions and 0 deletions
@@ -0,0 +1,3 @@
namespace AltGen.API.Generate.Providers.Gemini;
record Content(Part[] Parts, string Role);