We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58039c8 commit 46043d9Copy full SHA for 46043d9
Package.swift
@@ -16,7 +16,7 @@ let package = Package(
16
targets: ["FunctionCalling-MacPaw-OpenAI"]),
17
],
18
dependencies: [
19
- .package(url: "https://github.com/FunctionCalling/FunctionCalling", from: "0.4.0"),
+ .package(url: "https://github.com/FunctionCalling/FunctionCalling", from: "0.5.0"),
20
.package(url: "https://github.com/MacPaw/OpenAI", from: "0.3.0")
21
22
targets: [
0 commit comments