ExecutingToolCallEvent
Signals that the tool is about to be executed. Emitted for both server-side and
client-side tools. For client-side tools, the client should begin executing its
handler upon receiving this event and return the result via sendToolCallEnd.
Properties¶
| Property | Type | Description |
|---|---|---|
input? |
JSONObject |
The final tool input, reflecting any modifications made during tool-call confirmation. |
timestamp? |
string |
The time the tool call began executing. |