We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4315827 commit 3680d2fCopy full SHA for 3680d2f
1 file changed
Core/Package.swift
@@ -322,7 +322,6 @@ let package = Package(
322
.product(name: "OpenAIService", package: "Tool"),
323
.product(name: "LangChain", package: "Tool"),
324
.product(name: "ExternalServices", package: "Tool"),
325
- .product(name: "PythonKit", package: "PythonKit"),
326
],
327
path: "Sources/ChatPlugins/SearchChatPlugin"
328
),
@@ -343,6 +342,7 @@ let package = Package(
343
342
name: "WebChatContextCollector",
344
dependencies: [
345
"ChatContextCollector",
+ .product(name: "LangChain", package: "Tool"),
346
347
348
.product(name: "Preferences", package: "Tool"),
0 commit comments