From 392302794b9a25bdfc9752e80a0beaaf77ba043b Mon Sep 17 00:00:00 2001 From: jknapp Date: Sun, 16 Mar 2025 12:10:48 -0700 Subject: [PATCH] Testing Reasoning --- claude_sonnet-3-7-bedrock.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/claude_sonnet-3-7-bedrock.py b/claude_sonnet-3-7-bedrock.py index 3ef7916..54dcc1f 100644 --- a/claude_sonnet-3-7-bedrock.py +++ b/claude_sonnet-3-7-bedrock.py @@ -199,4 +199,4 @@ class Pipeline: if "text" in block: text = block["text"] - return reasoning, text \ No newline at end of file + return text \ No newline at end of file