Interface RunnableWithMessageHistoryInputs<RunInput, RunOutput>

Type Parameters

  • RunInput

  • RunOutput

Hierarchy

Properties

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

Type declaration

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

Generated using TypeDoc