Called at the start of a Tool run, with the tool name and input and the run ID.
handleToolStart(
tool: Serialized,
input: string,
runId: string,
parentRunId: string,
tags: string[],
metadata: Record<string, unknown>,
runName: string
): any| Name | Type | Description |
|---|---|---|
tool* | Serialized | |
input* | string | |
runId* | string | |
parentRunId | string | |
tags | string[] | |
metadata | Record<string, unknown> | |
runName | string |