ObserveLogOptions
Configuration for the observe.log() middleware.
Properties
Section titled “Properties”output?
Section titled “output?”
optionaloutput?: (event) =>void
Custom output function. Default: JSON line to stderr.
Parameters
Section titled “Parameters”Returns
Section titled “Returns”void
recordContent?
Section titled “recordContent?”
optionalrecordContent?:boolean
Record prompt/response content in log events. Default: false.