Skip to content

agent-plugin-conversation-history / Exports / IConversationHistoryPluginStats

Interface: IConversationHistoryPluginStats

Conversation history plugin statistics

Hierarchy

  • IPluginStats

    IConversationHistoryPluginStats

Table of contents

Properties

Properties

enabled

enabled: boolean

Inherited from

IPluginStats.enabled

Defined in

agent-core/dist/node/index.d.ts:1004


calls

calls: number

Inherited from

IPluginStats.calls

Defined in

agent-core/dist/node/index.d.ts:1005


errors

errors: number

Inherited from

IPluginStats.errors

Defined in

agent-core/dist/node/index.d.ts:1006


lastActivity

Optional lastActivity: Date

Inherited from

IPluginStats.lastActivity

Defined in

agent-core/dist/node/index.d.ts:1007


moduleEventsReceived

Optional moduleEventsReceived: number

Inherited from

IPluginStats.moduleEventsReceived

Defined in

agent-core/dist/node/index.d.ts:1008


totalConversations

totalConversations: number

Total number of conversations stored

Defined in

agent-plugin-conversation-history/src/types.ts:55


totalMessages

totalMessages: number

Total number of messages stored

Defined in

agent-plugin-conversation-history/src/types.ts:57


storageStrategy

storageStrategy: THistoryStorageStrategy

Storage strategy in use

Defined in

agent-plugin-conversation-history/src/types.ts:59


lastSaveTime

Optional lastSaveTime: Date

Last save timestamp

Defined in

agent-plugin-conversation-history/src/types.ts:61


failedSaves

failedSaves: number

Number of failed saves

Defined in

agent-plugin-conversation-history/src/types.ts:63

Released under the MIT License.