Interface defining the structure of the inputs for the BabyAGI class. It extends the ChainInputs interface, omitting the 'memory' and 'callbackManager' properties, and adds properties specific to BabyAGI.

Hierarchy

  • Omit<ChainInputs, "memory" | "callbackManager">
    • BabyAGIInputs

Implemented by

Properties

prioritizationChain: BaseChain<ChainValues, ChainValues>
vectorstore: VectorStore
callbacks?: Callbacks
maxIterations?: number
metadata?: Record<string, unknown>
tags?: string[]
verbose?: boolean

Generated using TypeDoc