public afterToolCall(call as ToolCall, result as String) as Void
Called after a tool executed successfully.
| Parameter | Description |
|---|---|
call | Tool call requested by the provider. |
result | Text returned to the provider. |
public override afterToolCall(call as ToolCall, result as String) as Void:
print("done " + call.name)