namespace LLMApi.Data.Contracts.ChatGpt3_5; public record Choice( int Index, Message Message, string FinishReason );