Function: extractInputSummary()

function extractInputSummary(toolName, input): string;

Defined in: context/observation-masker.ts:341

Extract a short summary from tool input for the mask text.

Parameters

Parameter Type
toolName string
input Record<string, unknown>

Returns

string