SimpleTool

constructor(argsType: TypeToken, name: String, description: String)(source)

Parameters

TArgs

The type of arguments the tool accepts.


constructor(argsSerializer: KSerializer<TArgs>, name: String, description: String)(source)

Deprecated

Use TypeToken constructor instead