Skip to content
1 min read · 102 words

Interface: FlydriveSpoolStoreOptions

Defined in: batteries/storage/flydrive/index.ts:270

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/").batteries/storage/flydrive/index.ts:277
streamThresholdBytes?number10 * 1024 * 1024 (10 MiB)Default streamThresholdBytes for readers produced by write() and read(). Individual calls may override via their own opts argument.batteries/storage/flydrive/index.ts:285