diff --git a/.changeset/pink-bees-dress.md b/.changeset/pink-bees-dress.md deleted file mode 100644 index 04af26d..0000000 --- a/.changeset/pink-bees-dress.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"llm-polyglot": major ---- - -update anthropic tool use api to use new stable + streaming json diff --git a/public-packages/llm-client/CHANGELOG.md b/public-packages/llm-client/CHANGELOG.md index eccea07..b804d14 100644 --- a/public-packages/llm-client/CHANGELOG.md +++ b/public-packages/llm-client/CHANGELOG.md @@ -1,5 +1,11 @@ # llm-polyglot +## 2.0.0 + +### Major Changes + +- [#60](https://github.com/hack-dance/island-ai/pull/60) [`92434c6`](https://github.com/hack-dance/island-ai/commit/92434c62a3dcf53f073ccbbc56abea8e652f201d) Thanks [@roodboi](https://github.com/roodboi)! - update anthropic tool use api to use new stable + streaming json + ## 1.0.1 ### Patch Changes diff --git a/public-packages/llm-client/package.json b/public-packages/llm-client/package.json index eaa2456..80f0418 100644 --- a/public-packages/llm-client/package.json +++ b/public-packages/llm-client/package.json @@ -1,6 +1,6 @@ { "name": "llm-polyglot", - "version": "1.0.1", + "version": "2.0.0", "description": "A universal LLM client - provides adapters for various LLM providers to adhere to a universal interface - the openai sdk - allows you to use providers like anthropic using the same openai interface and transforms the responses in the same way - this allows you to switch between providers without changing your code - we currently have partial support for anthropic and openai - azure coming soon.", "publishConfig": { "access": "public"