Documentation / @agentick/core / COMSection
Interface: COMSection
Defined in: core/src/com/types.ts:94
Properties
audience?
optionalaudience:"user"|"model"|"all"
Defined in: core/src/com/types.ts:103
content
content:
unknown
Defined in: core/src/com/types.ts:98
formattedContent?
optionalformattedContent:ContentBlock[]
Defined in: core/src/com/types.ts:100
formattedWith?
optionalformattedWith:string
Defined in: core/src/com/types.ts:101
formatter?
optionalformatter:Formatter
Defined in: core/src/com/types.ts:108
id
id:
string
Defined in: core/src/com/types.ts:95
metadata?
optionalmetadata:Record<string,unknown>
Defined in: core/src/com/types.ts:107
tags?
optionaltags:string[]
Defined in: core/src/com/types.ts:106
title?
optionaltitle:string
Defined in: core/src/com/types.ts:96
tokens?
optionaltokens:number
Defined in: core/src/com/types.ts:110
Estimated token count
ttlMs?
optionalttlMs:number
Defined in: core/src/com/types.ts:104
ttlTicks?
optionalttlTicks:number
Defined in: core/src/com/types.ts:105
visibility?
optionalvisibility:TimelineVisibility
Defined in: core/src/com/types.ts:102