Skip to content

Commit

Permalink
thinking was not implemented in bedrock, fixed that
Browse files Browse the repository at this point in the history
  • Loading branch information
SamSaffron committed Mar 6, 2025
1 parent 1f3c2e2 commit 975371c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/completions/endpoints/aws_bedrock.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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 ||=
Expand Down

0 comments on commit 975371c

Please sign in to comment.