We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e02e63 commit 1d084a8Copy full SHA for 1d084a8
Tests/Anthropic/module.swift
@@ -10,6 +10,6 @@ public var ANTHROPIC_API_KEY: String {
10
""
11
}
12
13
-public var client: Anthropic {
14
- Anthropic(apiKey: ANTHROPIC_API_KEY)
+public var client: Anthropic.Client {
+ Anthropic.Client(apiKey: ANTHROPIC_API_KEY)
15
0 commit comments