Skip to content

Commit

Permalink
Fixing typo in FunctionTool.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
elliottburris authored Nov 5, 2024
1 parent bd87492 commit 41b7364
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/AnthropicSwiftSDK/Entity/Tool/FunctionTool.swift
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ public class InputSchema {
/// A true/false value
case boolean
/// A list of values
case arrray
case array
/// A complex object with properties
case object
}
Expand Down

0 comments on commit 41b7364

Please sign in to comment.