From 975371c77346ba001aab82a21b8fb76951b8b82d Mon Sep 17 00:00:00 2001 From: Sam Saffron Date: Thu, 6 Mar 2025 16:20:20 +1100 Subject: [PATCH] thinking was not implemented in bedrock, fixed that --- lib/completions/endpoints/aws_bedrock.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/completions/endpoints/aws_bedrock.rb b/lib/completions/endpoints/aws_bedrock.rb index 6b998c4fd..604d00739 100644 --- a/lib/completions/endpoints/aws_bedrock.rb +++ b/lib/completions/endpoints/aws_bedrock.rb @@ -219,6 +219,8 @@ def processor @processor ||= DiscourseAi::Completions::AnthropicMessageProcessor.new( streaming_mode: @streaming_mode, + partial_tool_calls: partial_tool_calls, + output_thinking: output_thinking, ) else @processor ||=