using LLMApi.Data.Contracts.ChatGpt3_5; namespace LLMApi.Data.Contracts.Game.ChatGpt3_5; public record AnswerResponse( Message[] Context, IEnumerable Choices );