Skip to content

Commit

Permalink
Fix specs
Browse files Browse the repository at this point in the history
  • Loading branch information
SamSaffron committed Mar 3, 2025
1 parent 754b3ce commit 699ad5c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/completions/endpoints/fake.rb
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ def perform_completion!(
feature_name: nil,
feature_context: nil,
partial_tool_calls: false,
ouput_thinking: false
output_thinking: false
)
last_call = { dialect: dialect, user: user, model_params: model_params }
self.class.last_call = last_call
Expand Down
2 changes: 1 addition & 1 deletion lib/completions/endpoints/open_ai.rb
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def perform_completion!(
feature_name: nil,
feature_context: nil,
partial_tool_calls: false,
output_thinkings: false,
output_thinking: false,
&blk
)
@disable_native_tools = dialect.disable_native_tools?
Expand Down
2 changes: 1 addition & 1 deletion spec/lib/modules/ai_bot/playground_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -876,7 +876,7 @@
thinking_signature: "thinking-signature-123",
redacted_thinking_signature: "thinking-redacted-signature-123",
},
{ type: :user, content: "Say Cat", id: "bruce1" },
{ type: :user, content: "Say Cat", id: user.username },
],
)
end
Expand Down

0 comments on commit 699ad5c

Please sign in to comment.