Skip to content
1 min read · 102 words

Interface: FlydriveSpoolStoreOptions

Defined in: src/batteries/storage/flydrive/index.ts:286

Constructor options for FlydriveSpoolStore.

Properties

PropertyTypeDefault valueDescriptionDefined 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?number10 * 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