From 450fcb7ddc70fc917e10c55fa27c821eb0eddde5 Mon Sep 17 00:00:00 2001 From: Robin Xiang Date: Mon, 25 Mar 2024 15:51:30 +0800 Subject: [PATCH] change the type of the change in changelog and mv the changelog to changelog/unleased/kong/ --- .../{kong-ee => kong}/add-messages-api-to-anthropic.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename changelog/unreleased/{kong-ee => kong}/add-messages-api-to-anthropic.yml (89%) diff --git a/changelog/unreleased/kong-ee/add-messages-api-to-anthropic.yml b/changelog/unreleased/kong/add-messages-api-to-anthropic.yml similarity index 89% rename from changelog/unreleased/kong-ee/add-messages-api-to-anthropic.yml rename to changelog/unreleased/kong/add-messages-api-to-anthropic.yml index ffe5c2e9ca91..e75cb24b358d 100644 --- a/changelog/unreleased/kong-ee/add-messages-api-to-anthropic.yml +++ b/changelog/unreleased/kong/add-messages-api-to-anthropic.yml @@ -1,5 +1,5 @@ "message": "**AI-Proxy**: To support the new messages API of `Anthropic`, the upstream path of the `Anthropic` for `llm/v1/chat` route type is changed from `/v1/complete` to `/v1/messages`" -"type": "feature" +"type": "breaking_change" "scope": "Plugin" "jiras": - "FTI-5770"