klyn.llm.LLMToolCallObserver.afterToolCall
method
public afterToolCall(call as ToolCall, result as String) as Void
Description

Called after a tool executed successfully.

Parameters
ParameterDescription
callTool call requested by the provider.
resultText returned to the provider.
Example
public override afterToolCall(call as ToolCall, result as String) as Void:
print("done " + call.name)