Skip to content

Documentation / @agentick/connector / ToolSummarizer

Type Alias: ToolSummarizer() ​

ToolSummarizer = (name, input) => string

Defined in: connector/src/content-pipeline.ts:11

Summarize a tool call as human-readable text. Connectors can override this per-tool via ContentPolicy functions, or provide a custom summarizeTool in ConnectorConfig.

Parameters ​

name ​

string

input ​

Record<string, unknown>

Returns ​

string

Released under the ISC License.