Skip to content

Documentation / @agentick/core / autoContentSummary

Function: autoContentSummary() ​

autoContentSummary(type, props): string

Defined in: core/src/jsx/components/auto-summary.ts:60

Auto-summarize a content block by type. Returns a type-specific default like "[image]", "[code: ts]", etc.

Parameters ​

type ​

string

props ​

Record<string, any>

Returns ​

string

Released under the ISC License.