kernl
ReferencekernlType aliases

Type Alias: ThreadEvent

type ThreadEvent = LanguageModelItem & ThreadEventBase;

Defined in: packages/kernl/src/api/models/thread.ts:138

Thread event as returned by APIs like kernl.threads.history().

This is a LanguageModelItem (message, tool-call, tool-result, etc.) enriched with thread-specific metadata such as tid and seq.

Internal system events are filtered out before exposing this type.

On this page