From 78497b823572127b9802d80dff4fc7ca92ca169e Mon Sep 17 00:00:00 2001 From: Stevan Freeborn <65925598+StevanFreeborn@users.noreply.github.com> Date: Tue, 2 Jul 2024 00:07:49 -0500 Subject: [PATCH] docs: update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 35ef7dd..27d0430 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,6 @@ > [!NOTE] > This client library is heavily inspired by the [Anthropic.SDK](https://github.com/tghamm/Anthropic.SDK) library. I chose to create a new library because I wanted to handle streaming and tool calling differently as well as have control over the client library as I plan to use it to build a connector for [SemanticKernel](https://github.com/microsoft/semantic-kernel). -⚠️ Under Construction ⚠️ +## ⚠️ Under Construction ⚠️ This is a client library for the Anthropic API. It is a work in progress and is not yet ready for use.