Skip to content

Commit c702f4a

Browse files
committed
Confidence\ scores\ and\ pipelines
1 parent dd63934 commit c702f4a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/tool_forge/tool_definition.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ def to_mcp_tool
233233

234234
schema_args = { properties: properties }
235235
schema_args[:required] = required_params if required_params.any?
236-
236+
237237
input_schema(**schema_args)
238238

239239
# Create a helper object that contains all the helper methods

0 commit comments

Comments
 (0)