feat: create chat message
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
namespace AnthropicClient.Tests.EndToEnd;
|
||||
|
||||
public class HttpClientFixture
|
||||
{
|
||||
public HttpClient HttpClient { get; }
|
||||
|
||||
public HttpClientFixture()
|
||||
{
|
||||
HttpClient = new HttpClient();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user