From 4da481c39017daa10aeb6807147ef62547fec8eb Mon Sep 17 00:00:00 2001 From: Yoshifumi Kawai <46207+neuecc@users.noreply.github.com> Date: Sat, 16 Mar 2024 22:37:59 +0900 Subject: [PATCH] R --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0f77976..1d7ec1a 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Unofficial [Anthropic Claude API](https://www.anthropic.com/api) client for .NET. -We have built a C# API similar to the official [Python SDK](https://github.com/anthropics/anthropic-sdk-python) and [TypeScript SDK](https://github.com/anthropics/anthropic-sdk-typescript). It supports netstandard2.1, net6.0, and net8.0. If you want to use it in Unity, please reference it from [NuGetForUnity](https://github.com/GlitchEnzo/NuGetForUnity). +We have built a C# API similar to the official [Python SDK](https://github.com/anthropics/anthropic-sdk-python) and [TypeScript SDK](https://github.com/anthropics/anthropic-sdk-typescript). It supports netstandard2.1, net6.0, and net8.0. In addition to the pure client SDK, it also includes a C# Source Generator for performing Function Calling, similar to [anthropic-tools](https://github.com/anthropics/anthropic-tools/). @@ -12,6 +12,8 @@ This library is distributed via NuGet, supporting .NET Standard 2.1, .NET 6(.NET > PM> Install-Package [Claudia](https://www.nuget.org/packages/Claudia) +It can also be used with Unity Game Engine both Runtime and Editor. For instructions on how to use it, please refer to the [Unity section](#unity). + Usage --- For details about the API, please check the [official API reference](https://docs.anthropic.com/claude/reference/getting-started-with-the-api).