namespace AIStudio.Provider.Google; public sealed record GoogleEmbedding { public List? Values { get; init; } }