Skip to content
This repository was archived by the owner on Jul 22, 2025. It is now read-only.

Commit 975371c

Browse files
committed
thinking was not implemented in bedrock, fixed that
1 parent 1f3c2e2 commit 975371c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/completions/endpoints/aws_bedrock.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -219,6 +219,8 @@ def processor
219219
@processor ||=
220220
DiscourseAi::Completions::AnthropicMessageProcessor.new(
221221
streaming_mode: @streaming_mode,
222+
partial_tool_calls: partial_tool_calls,
223+
output_thinking: output_thinking,
222224
)
223225
else
224226
@processor ||=

0 commit comments

Comments
 (0)