Skip to content

Documentation / @agentick/connector / createToolSummarizer

Function: createToolSummarizer() ​

createToolSummarizer(custom?): ToolSummarizer

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

Create a tool summarizer with optional custom overrides. Custom summaries are checked first, then defaults, then generic fallback.

Parameters ​

custom? ​

Record<string, (input) => string>

Returns ​

ToolSummarizer

Released under the ISC License.