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

Commit 1d8a11b

Browse files
committed
fix conlict mistakes
1 parent c370558 commit 1d8a11b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/models/ai_tool_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ def create_tool(
1212
)
1313
AiTool.create!(
1414
name: "test",
15-
tool_name: "test",
15+
tool_name: "test_#{SecureRandom.uuid}",
1616
description: "test",
1717
parameters: parameters || [{ name: "query", type: "string", desciption: "perform a search" }],
1818
script: script || "function invoke(params) { return params; }",

0 commit comments

Comments
 (0)