Interface: FlydriveSpoolStoreOptions
Defined in: src/batteries/storage/flydrive/index.ts:286
Constructor options for FlydriveSpoolStore.
Properties
| Property | Type | Default value | Description | Defined in |
|---|---|---|---|---|
keyPrefix? | string | "" | Optional key prefix prepended to every callId. Useful for namespacing tool-call artifacts inside a shared bucket (e.g. "tool-calls/"). | src/batteries/storage/flydrive/index.ts:293 |
streamThresholdBytes? | number | 10 * 1024 * 1024 (10 MiB) | Default streamThresholdBytes for readers produced by write() and read(). Individual calls may override via their own opts argument. | src/batteries/storage/flydrive/index.ts:301 |