using LLMApi.Data.Contracts.ChatGpt3_5; namespace LLMApi.Data.Contracts.Game.ChatGpt3_5; public record AnswerRequest( Message[]? Context, string Prompt );