klyn.llm.LLMToolCallObserver.beforeToolCall
method
public beforeToolCall(call as ToolCall) as Void
Description

Called just before a tool is executed.

Parameters
  • call Tool call requested by the provider. ```klyn public override beforeToolCall(call as ToolCall) as Void: print("calling " + call.name) ```