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: KVMap,
name: string
): Promise<Run>| Name | Type | Description |
|---|---|---|
tool* | Serialized | |
input* | string | |
runId* | string | |
parentRunId | string | |
tags | string[] | |
metadata | KVMap | |
name | string |