Skip to content

Documentation / @agentick/core / COMSection

Interface: COMSection ​

Defined in: core/src/com/types.ts:94

Properties ​

audience? ​

optional audience: "user" | "model" | "all"

Defined in: core/src/com/types.ts:103


content ​

content: unknown

Defined in: core/src/com/types.ts:98


formattedContent? ​

optional formattedContent: ContentBlock[]

Defined in: core/src/com/types.ts:100


formattedWith? ​

optional formattedWith: string

Defined in: core/src/com/types.ts:101


formatter? ​

optional formatter: Formatter

Defined in: core/src/com/types.ts:108


id ​

id: string

Defined in: core/src/com/types.ts:95


metadata? ​

optional metadata: Record<string, unknown>

Defined in: core/src/com/types.ts:107


tags? ​

optional tags: string[]

Defined in: core/src/com/types.ts:106


title? ​

optional title: string

Defined in: core/src/com/types.ts:96


tokens? ​

optional tokens: number

Defined in: core/src/com/types.ts:110

Estimated token count


ttlMs? ​

optional ttlMs: number

Defined in: core/src/com/types.ts:104


ttlTicks? ​

optional ttlTicks: number

Defined in: core/src/com/types.ts:105


visibility? ​

optional visibility: TimelineVisibility

Defined in: core/src/com/types.ts:102

Released under the ISC License.