From 31c5ea74ab38213e80b6b403969f0937d0335760 Mon Sep 17 00:00:00 2001 From: Krrish Dholakia Date: Thu, 6 Mar 2025 00:22:57 -0800 Subject: [PATCH] docs: cleanup --- docs/my-website/release_notes/v1.63.0/index.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/my-website/release_notes/v1.63.0/index.md b/docs/my-website/release_notes/v1.63.0/index.md index ce71cb770b6..e74a2f9b867 100644 --- a/docs/my-website/release_notes/v1.63.0/index.md +++ b/docs/my-website/release_notes/v1.63.0/index.md @@ -17,6 +17,8 @@ hide_table_of_contents: false v1.63.0 fixes Anthropic 'thinking' response on streaming to return the `signature` block. [Github Issue](https://github.com/BerriAI/litellm/issues/8964) + + It also moves the response structure from `signature_delta` to `signature` to be the same as Anthropic. [Anthropic Docs](https://docs.anthropic.com/en/docs/build-with-claude/extended-thinking#implementing-extended-thinking)