decodeArgs
open override fun decodeArgs(rawArgs: JSONObject, serializer: JSONSerializer): ToolFromCallable.Args(source)
Decodes the provided raw JSON arguments into an instance of the specified arguments type.
Parameters
rawArgs
The raw JSON object that contains the encoded arguments
serializer
The JSON serializer to use.