Skip to content

Documentation / @agentick/connector / ContentPolicy

Type Alias: ContentPolicy ​

ContentPolicy = "full" | "text-only" | "summarized" | ContentPolicyFn

Defined in: connector/src/types.ts:36

Controls what content reaches the platform.

  • "full" — pass through unchanged
  • "text-only" — strip tool_use/tool_result blocks, keep text + images
  • "summarized" — collapse tool calls into brief summaries, keep text
  • Function — full control over filtering/transformation

Released under the ISC License.