namespace Api.Services.Contracts; public interface IMatcherAiClient { Task CreateChatCompletionAsync(string systemPrompt, string userPrompt, decimal temperature, CancellationToken ct); }