Interface BaseCallbackHandlerInput

Interface for the input parameters of the BaseCallbackHandler class. It allows to specify which types of events should be ignored by the callback handler.

Hierarchy

Implemented by

Properties

ignoreAgent?: boolean
ignoreChain?: boolean
ignoreLLM?: boolean
ignoreRetriever?: boolean

Generated using TypeDoc