Changes
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
namespace Api.Clients.Ai.Contracts;
|
||||
|
||||
public interface IMatcherAiClient
|
||||
{
|
||||
Task<string> CreateChatCompletionAsync(string systemPrompt, string userPrompt, decimal temperature, CancellationToken ct);
|
||||
}
|
||||
Reference in New Issue
Block a user