typedCall

open fun typedCall(input: I): O

Execute the tool with strongly typed input. Calls the function provided at construction time. Can be overridden in subclasses for custom behavior.

Return

Output object (will be serialized to JSON)

Parameters

input

Deserialized input object