@effect/ai-anthropic 4.0.0-beta.65 → 4.0.0-beta.67

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/src/Generated.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @since 1.0.0
2
+ * @since 4.0.0
3
3
  */
4
4
 
5
5
  import * as Data from "effect/Data"
package/src/index.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @since 1.0.0
2
+ * @since 4.0.0
3
3
  */
4
4
 
5
5
  // @barrel: Auto-generated exports. Do not edit manually.
@@ -10,12 +10,12 @@
10
10
  * Provides a type-safe, Effect-based client for Anthropic operations including
11
11
  * messages and streaming responses.
12
12
  *
13
- * @since 1.0.0
13
+ * @since 4.0.0
14
14
  */
15
15
  export * as AnthropicClient from "./AnthropicClient.ts"
16
16
 
17
17
  /**
18
- * @since 1.0.0
18
+ * @since 4.0.0
19
19
  */
20
20
  export * as AnthropicConfig from "./AnthropicConfig.ts"
21
21
 
@@ -25,12 +25,12 @@ export * as AnthropicConfig from "./AnthropicConfig.ts"
25
25
  * Provides Anthropic-specific metadata fields for AI error types through module
26
26
  * augmentation, enabling typed access to Anthropic error details.
27
27
  *
28
- * @since 1.0.0
28
+ * @since 4.0.0
29
29
  */
30
30
  export * as AnthropicError from "./AnthropicError.ts"
31
31
 
32
32
  /**
33
- * @since 1.0.0
33
+ * @since 4.0.0
34
34
  */
35
35
  export * as AnthropicLanguageModel from "./AnthropicLanguageModel.ts"
36
36
 
@@ -41,7 +41,7 @@ export * as AnthropicLanguageModel from "./AnthropicLanguageModel.ts"
41
41
  * semantic conventions, extending the base GenAI attributes with Anthropic-specific
42
42
  * request and response metadata.
43
43
  *
44
- * @since 1.0.0
44
+ * @since 4.0.0
45
45
  */
46
46
  export * as AnthropicTelemetry from "./AnthropicTelemetry.ts"
47
47
 
@@ -51,11 +51,11 @@ export * as AnthropicTelemetry from "./AnthropicTelemetry.ts"
51
51
  * Provides tools that are natively supported by Anthropic's API, including
52
52
  * Bash, Code Execution, Computer Use, Memory, and Text Editor functionality.
53
53
  *
54
- * @since 1.0.0
54
+ * @since 4.0.0
55
55
  */
56
56
  export * as AnthropicTool from "./AnthropicTool.ts"
57
57
 
58
58
  /**
59
- * @since 1.0.0
59
+ * @since 4.0.0
60
60
  */
61
61
  export * as Generated from "./Generated.ts"