Skip to content
1 min read · 90 words

Interface: FlydriveSpoolStoreOptions

Constructor options for FlydriveSpoolStore.

Properties

PropertyTypeDefault valueDescription
keyPrefix?string""Optional key prefix prepended to every callId. Useful for namespacing tool-call artifacts inside a shared bucket (e.g. "tool-calls/").
streamThresholdBytes?number10 * 1024 * 1024 (10 MiB)Default streamThresholdBytes for readers produced by write() and read(). Individual calls may override via their own opts argument.