Skip to content

Commit c5af682

Browse files
committed
fix build errors
1 parent 5b6780e commit c5af682

2 files changed

Lines changed: 180 additions & 7 deletions

File tree

Package.resolved

Lines changed: 178 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Tests/FunctionCalling-AWSBedrockTests/TestUtils/BedrockRuntimeClientTypes+Extension.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ extension BedrockRuntimeClientTypes.Tool {
1616
return nil
1717
case .cachepoint(_):
1818
return nil
19+
case .systemtool(_):
20+
return nil
1921
}
2022
}
2123
}

0 commit comments

Comments
 (0)