Skip to content

Commit 7a2453c

Browse files
authored
Merge pull request #48 from fumito-ito/feature/remove-vertexai-extension
remove VertexAI extension
2 parents 2ec91c4 + afe43fa commit 7a2453c

File tree

11 files changed

+0
-642
lines changed

11 files changed

+0
-642
lines changed

Package.swift

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,6 @@ let package = Package(
1414
.library(
1515
name: "AnthropicSwiftSDK",
1616
targets: ["AnthropicSwiftSDK"]),
17-
.library(
18-
name: "AnthropicSwiftSDK-VertexAI",
19-
targets: ["AnthropicSwiftSDK-VertexAI"]),
2017
],
2118
dependencies: [
2219
.package(url: "https://github.com/fumito-ito/FunctionCalling", from: "0.4.0")
@@ -36,17 +33,6 @@ let package = Package(
3633
"AnthropicSwiftSDK",
3734
"AnthropicSwiftSDK-TestUtils"
3835
]),
39-
.target(
40-
name: "AnthropicSwiftSDK-VertexAI",
41-
dependencies: [
42-
"AnthropicSwiftSDK",
43-
]),
44-
.testTarget(
45-
name: "AnthropicSwiftSDK-VertexAITests",
46-
dependencies: [
47-
"AnthropicSwiftSDK-VertexAI",
48-
"AnthropicSwiftSDK-TestUtils",
49-
]),
5036
.target(
5137
name: "AnthropicSwiftSDK-TestUtils",
5238
dependencies: ["AnthropicSwiftSDK"]

Sources/AnthropicSwiftSDK-VertexAI/AnthropicVertexAIClient.swift

Lines changed: 0 additions & 25 deletions
This file was deleted.

Sources/AnthropicSwiftSDK-VertexAI/Entity/SupportedRegion.swift

Lines changed: 0 additions & 30 deletions
This file was deleted.

Sources/AnthropicSwiftSDK-VertexAI/Extensions/AnthropicSwiftSDK_Model+Extension.swift

Lines changed: 0 additions & 29 deletions
This file was deleted.

Sources/AnthropicSwiftSDK-VertexAI/Messages.swift

Lines changed: 0 additions & 140 deletions
This file was deleted.

Sources/AnthropicSwiftSDK-VertexAI/Network/VertexAIClient.swift

Lines changed: 0 additions & 104 deletions
This file was deleted.

Sources/AnthropicSwiftSDK-VertexAI/UnnecessaryParameter.swift

Lines changed: 0 additions & 15 deletions
This file was deleted.

Sources/AnthropicSwiftSDK-VertexAI/VertexAIClientError.swift

Lines changed: 0 additions & 20 deletions
This file was deleted.

0 commit comments

Comments
 (0)