name
: name of the function you want to executeargs
: arguments of the functionkwargs
: keyword arguments of the function
example
{
"name": "is_holiday",
"args": ["2012-08-07"],
"kwargs": {"hey": true}
}
result
: result from the executed function
example
{
"result": true
}