Skip to content

Latest commit

 

History

History
41 lines (22 loc) · 1.02 KB

TelemetrySettings.md

File metadata and controls

41 lines (22 loc) · 1.02 KB

@elizaos/core v0.1.7 / TelemetrySettings

Type Alias: TelemetrySettings

TelemetrySettings: object

Type declaration

isEnabled?

optional isEnabled: boolean

Enable or disable telemetry. Disabled by default while experimental.

recordInputs?

optional recordInputs: 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?

optional recordOutputs: 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?

optional functionId: string

Identifier for this function. Used to group telemetry data by function.

Defined in

packages/core/src/types.ts:634