Interface BaseConversationSummaryMemoryInput

Interface for the input parameters of the BaseConversationSummaryMemory class.

Hierarchy

Properties

llm: BaseLanguageModelInterface
aiPrefix?: string
humanPrefix?: string
memoryKey?: string
prompt?: any
summaryChatMessageClass?: (new (content) => BaseMessage)

Type declaration

    • new (content): BaseMessage
    • Parameters

      • content: string

      Returns BaseMessage

Generated using TypeDoc