Interface RunnableWithMessageHistoryInputs<RunInput, RunOutput>

Type Parameters

  • RunInput

  • RunOutput

Hierarchy

  • Omit<RunnableBindingArgs<RunInput, RunOutput>, "bound" | "config">
    • RunnableWithMessageHistoryInputs

Properties

getMessageHistory: GetSessionHistoryCallable
runnable: Runnable<RunInput, RunOutput, RunnableConfig>
configFactories?: ((config) => RunnableConfig)[]

Type declaration

historyMessagesKey?: string
inputMessagesKey?: string
kwargs?: Partial<RunnableConfig>
outputMessagesKey?: string

Generated using TypeDoc