@effect-agent/storage-cloudflare 0.1.0-beta.8 → 0.1.0-beta.9

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.
Files changed (2) hide show
  1. package/dist/index.d.mts +4 -0
  2. package/package.json +2 -2
package/dist/index.d.mts CHANGED
@@ -537,6 +537,7 @@ declare const encodePortRequest: (input: LedgerAdmitCall | LedgerLookupCall | Le
537
537
  readonly messagesDigest: string;
538
538
  readonly inputTokens?: number | undefined;
539
539
  readonly outputTokens?: number | undefined;
540
+ readonly costMicrousd?: number | undefined;
540
541
  } | {
541
542
  readonly _tag: "ToolCallPrepared";
542
543
  readonly runId: string;
@@ -722,6 +723,7 @@ declare const encodePortRequest: (input: LedgerAdmitCall | LedgerLookupCall | Le
722
723
  readonly messagesDigest: string;
723
724
  readonly inputTokens?: number | undefined;
724
725
  readonly outputTokens?: number | undefined;
726
+ readonly costMicrousd?: number | undefined;
725
727
  } | {
726
728
  readonly _tag: "ToolCallPrepared";
727
729
  readonly runId: string;
@@ -1036,6 +1038,7 @@ declare const encodePortResponse: (input: PortFailed | PortSucceeded, options?:
1036
1038
  readonly messagesDigest: string;
1037
1039
  readonly inputTokens?: number | undefined;
1038
1040
  readonly outputTokens?: number | undefined;
1041
+ readonly costMicrousd?: number | undefined;
1039
1042
  } | {
1040
1043
  readonly _tag: "ToolCallPrepared";
1041
1044
  readonly runId: string;
@@ -1243,6 +1246,7 @@ declare const encodePortResponse: (input: PortFailed | PortSucceeded, options?:
1243
1246
  readonly messagesDigest: string;
1244
1247
  readonly inputTokens?: number | undefined;
1245
1248
  readonly outputTokens?: number | undefined;
1249
+ readonly costMicrousd?: number | undefined;
1246
1250
  } | {
1247
1251
  readonly _tag: "ToolCallPrepared";
1248
1252
  readonly runId: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@effect-agent/storage-cloudflare",
3
- "version": "0.1.0-beta.8",
3
+ "version": "0.1.0-beta.9",
4
4
  "exports": {
5
5
  ".": {
6
6
  "types": "./dist/index.d.mts",
@@ -8,7 +8,7 @@
8
8
  }
9
9
  },
10
10
  "dependencies": {
11
- "@effect-agent/session": "0.1.0-beta.8",
11
+ "@effect-agent/session": "0.1.0-beta.9",
12
12
  "@effect/platform-browser": "4.0.0-beta.107",
13
13
  "@effect/sql-sqlite-do": "4.0.0-beta.107",
14
14
  "effect": "4.0.0-beta.107"