Interface MetalRetrieverFields

Interface for the fields required during the initialization of a MetalRetriever instance. It extends the BaseRetrieverInput interface and adds a client field of type Metal.

Hierarchy

Properties

client: MetalSDK
callbacks?: Callbacks
metadata?: Record<string, unknown>
tags?: string[]
verbose?: boolean

Generated using TypeDoc