ToolObject

constructor(obj: Any)


constructor(obj: Any, namingStrategy: StringTransformer = StringTransformer.IDENTITY, filter: (String) -> Boolean = { true })

Parameters

obj

the object the tool annotations are on

namingStrategy

the naming strategy to use for the tool object's methods

filter

a filter to apply to the tool object's methods