4 lines
92 B
C#
4 lines
92 B
C#
namespace AltGen.API.Generate.Providers.Gemini;
|
|
|
|
record Content(Part[] Parts, string Role);
|