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