* The complete function will take a list of messages and optional functions and * return a generator that will yield various events. The function also handles * the current message state as well as correctly handling function calls. * * @param {Options} options * @returns {any}
({
client,
messages,
functions,
maxRecursion = 50,
...options
})
source not stored for this graph (policy: none)
no test coverage detected