@effect/ai-anthropic 4.0.0-beta.2 → 4.0.0-beta.21

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.
@@ -238,7 +238,7 @@ export declare const CodeExecution_20250522: <Mode extends Tool.FailureMode | un
238
238
  readonly new_str: Schema.String;
239
239
  }>]>;
240
240
  readonly success: Schema.Struct<{
241
- readonly content: Schema.Array$<Schema.Struct<{
241
+ readonly content: Schema.$Array<Schema.Struct<{
242
242
  readonly file_id: Schema.String;
243
243
  readonly type: Schema.Literal<"code_execution_output">;
244
244
  }>>;
@@ -270,7 +270,7 @@ export declare const CodeExecution_20250825: <Mode extends Tool.FailureMode | un
270
270
  readonly code: Schema.String;
271
271
  }>;
272
272
  readonly success: Schema.Union<readonly [Schema.Struct<{
273
- readonly content: Schema.Array$<Schema.Struct<{
273
+ readonly content: Schema.$Array<Schema.Struct<{
274
274
  readonly file_id: Schema.String;
275
275
  readonly type: Schema.Literal<"code_execution_output">;
276
276
  }>>;
@@ -279,7 +279,7 @@ export declare const CodeExecution_20250825: <Mode extends Tool.FailureMode | un
279
279
  readonly stdout: Schema.String;
280
280
  readonly type: Schema.Literal<"code_execution_result">;
281
281
  }>, Schema.Struct<{
282
- readonly content: Schema.Array$<Schema.Struct<{
282
+ readonly content: Schema.$Array<Schema.Struct<{
283
283
  readonly file_id: Schema.String;
284
284
  readonly type: Schema.Literal<"bash_code_execution_output">;
285
285
  }>>;
@@ -298,7 +298,7 @@ export declare const CodeExecution_20250825: <Mode extends Tool.FailureMode | un
298
298
  readonly is_file_update: Schema.Boolean;
299
299
  readonly type: Schema.Literal<"text_editor_code_execution_create_result">;
300
300
  }>, Schema.Struct<{
301
- readonly lines: Schema.Union<readonly [Schema.Array$<Schema.String>, Schema.Null]>;
301
+ readonly lines: Schema.Union<readonly [Schema.$Array<Schema.String>, Schema.Null]>;
302
302
  readonly new_lines: Schema.Union<readonly [Schema.Number, Schema.Null]>;
303
303
  readonly new_start: Schema.Union<readonly [Schema.Number, Schema.Null]>;
304
304
  readonly old_lines: Schema.Union<readonly [Schema.Number, Schema.Null]>;
@@ -1741,13 +1741,13 @@ export declare const WebSearch_20250305_Args: Schema.Struct<{
1741
1741
  *
1742
1742
  * Cannot be used together with `blockedDomains`.
1743
1743
  */
1744
- readonly allowedDomains: Schema.optional<Schema.Array$<Schema.String>>;
1744
+ readonly allowedDomains: Schema.optional<Schema.$Array<Schema.String>>;
1745
1745
  /**
1746
1746
  * Exclude results from these domains.
1747
1747
  *
1748
1748
  * Cannot be used together with `allowedDomains`.
1749
1749
  */
1750
- readonly blockedDomains: Schema.optional<Schema.Array$<Schema.String>>;
1750
+ readonly blockedDomains: Schema.optional<Schema.$Array<Schema.String>>;
1751
1751
  /**
1752
1752
  * User location for localizing search results.
1753
1753
  */
@@ -1829,13 +1829,13 @@ export declare const WebSearch_20250305: <Mode extends Tool.FailureMode | undefi
1829
1829
  *
1830
1830
  * Cannot be used together with `blockedDomains`.
1831
1831
  */
1832
- readonly allowedDomains: Schema.optional<Schema.Array$<Schema.String>>;
1832
+ readonly allowedDomains: Schema.optional<Schema.$Array<Schema.String>>;
1833
1833
  /**
1834
1834
  * Exclude results from these domains.
1835
1835
  *
1836
1836
  * Cannot be used together with `allowedDomains`.
1837
1837
  */
1838
- readonly blockedDomains: Schema.optional<Schema.Array$<Schema.String>>;
1838
+ readonly blockedDomains: Schema.optional<Schema.$Array<Schema.String>>;
1839
1839
  /**
1840
1840
  * User location for localizing search results.
1841
1841
  */
@@ -1868,7 +1868,7 @@ export declare const WebSearch_20250305: <Mode extends Tool.FailureMode | undefi
1868
1868
  */
1869
1869
  readonly query: Schema.String;
1870
1870
  }>;
1871
- readonly success: Schema.Array$<Schema.Struct<{
1871
+ readonly success: Schema.$Array<Schema.Struct<{
1872
1872
  readonly encrypted_content: Schema.String;
1873
1873
  readonly page_age: Schema.Union<readonly [Schema.String, Schema.Null]>;
1874
1874
  readonly title: Schema.String;
@@ -1914,13 +1914,13 @@ export declare const WebFetch_20250910_Args: Schema.Struct<{
1914
1914
  *
1915
1915
  * Cannot be used together with `blockedDomains`.
1916
1916
  */
1917
- readonly allowedDomains: Schema.optional<Schema.Array$<Schema.String>>;
1917
+ readonly allowedDomains: Schema.optional<Schema.$Array<Schema.String>>;
1918
1918
  /**
1919
1919
  * Exclude fetches from these domains.
1920
1920
  *
1921
1921
  * Cannot be used together with `allowedDomains`.
1922
1922
  */
1923
- readonly blockedDomains: Schema.optional<Schema.Array$<Schema.String>>;
1923
+ readonly blockedDomains: Schema.optional<Schema.$Array<Schema.String>>;
1924
1924
  /**
1925
1925
  * Enable citations for fetched content.
1926
1926
  */
@@ -1988,13 +1988,13 @@ export declare const WebFetch_20250910: <Mode extends Tool.FailureMode | undefin
1988
1988
  *
1989
1989
  * Cannot be used together with `blockedDomains`.
1990
1990
  */
1991
- readonly allowedDomains: Schema.optional<Schema.Array$<Schema.String>>;
1991
+ readonly allowedDomains: Schema.optional<Schema.$Array<Schema.String>>;
1992
1992
  /**
1993
1993
  * Exclude fetches from these domains.
1994
1994
  *
1995
1995
  * Cannot be used together with `allowedDomains`.
1996
1996
  */
1997
- readonly blockedDomains: Schema.optional<Schema.Array$<Schema.String>>;
1997
+ readonly blockedDomains: Schema.optional<Schema.$Array<Schema.String>>;
1998
1998
  /**
1999
1999
  * Enable citations for fetched content.
2000
2000
  */
@@ -2100,7 +2100,7 @@ export declare const ToolSearchRegex_20251119: <Mode extends Tool.FailureMode |
2100
2100
  */
2101
2101
  readonly query: Schema.String;
2102
2102
  }>;
2103
- readonly success: Schema.Array$<Schema.Struct<{
2103
+ readonly success: Schema.$Array<Schema.Struct<{
2104
2104
  readonly cache_control: Schema.optionalKey<Schema.Union<readonly [Schema.Union<readonly [Schema.Struct<{
2105
2105
  readonly ttl: Schema.optionalKey<Schema.Literals<readonly ["5m", "1h"]>>;
2106
2106
  readonly type: Schema.Literal<"ephemeral">;
@@ -2135,7 +2135,7 @@ export declare const ToolSearchBM25_20251119: <Mode extends Tool.FailureMode | u
2135
2135
  */
2136
2136
  readonly query: Schema.String;
2137
2137
  }>;
2138
- readonly success: Schema.Array$<Schema.Struct<{
2138
+ readonly success: Schema.$Array<Schema.Struct<{
2139
2139
  readonly cache_control: Schema.optionalKey<Schema.Union<readonly [Schema.Union<readonly [Schema.Struct<{
2140
2140
  readonly ttl: Schema.optionalKey<Schema.Literals<readonly ["5m", "1h"]>>;
2141
2141
  readonly type: Schema.Literal<"ephemeral">;