@elizaos/core v0.1.7-alpha.2 / TelemetrySettings
Type Alias: TelemetrySettings
TelemetrySettings:
object
Type declaration
isEnabled?
optionalisEnabled:boolean
Enable or disable telemetry. Disabled by default while experimental.
recordInputs?
optionalrecordInputs:boolean
Enable or disable input recording. Enabled by default.
You might want to disable input recording to avoid recording sensitive information, to reduce data transfers, or to increase performance.
recordOutputs?
optionalrecordOutputs:boolean
Enable or disable output recording. Enabled by default.
You might want to disable output recording to avoid recording sensitive information, to reduce data transfers, or to increase performance.
functionId?
optionalfunctionId:string
Identifier for this function. Used to group telemetry data by function.