Skip to content

Commit 41b7364

Browse files
Fixing typo in FunctionTool.swift
1 parent bd87492 commit 41b7364

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/AnthropicSwiftSDK/Entity/Tool/FunctionTool.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ public class InputSchema {
8787
/// A true/false value
8888
case boolean
8989
/// A list of values
90-
case arrray
90+
case array
9191
/// A complex object with properties
9292
case object
9393
}

0 commit comments

Comments
 (0)