check_replies
ActiveTool of pingwa
Pull inbound WhatsApp messages the human sent to pingwa (out-of-band instructions, or late answers to an `ask`). `since` is a cursor from a previous call (pass it back to get only newer messages); `wait` long-polls up to that many seconds for something to arrive. Returns the messages and a new cursor.
Parameters schema
{
"type": "object",
"title": "check_repliesArguments",
"properties": {
"wait": {
"type": "integer",
"title": "Wait",
"default": 0
},
"since": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Since",
"default": null
}
}
}Parent server
pingwa
https://github.com/grzgrzgrz3/pingwa-client
1/7 registries