namespace LLMApi.Data.Contracts.ChatGpt3_5; public record Message( string Role, string? Content );