feat: yield events for streaming including custom message complete event
This commit is contained in:
@@ -5,5 +5,5 @@ public class EndToEndTest(
|
||||
ConfigurationFixture configFixture
|
||||
) : IClassFixture<HttpClientFixture>, IClassFixture<ConfigurationFixture>
|
||||
{
|
||||
protected readonly Client _client = new(configFixture.AnthropicApiKey, httpClientFixture.HttpClient);
|
||||
protected readonly AnthropicApiClient _client = new(configFixture.AnthropicApiKey, httpClientFixture.HttpClient);
|
||||
}
|
||||
Reference in New Issue
Block a user