remove duplicated steam method on cohere handler

This commit is contained in:
Timothy Carambat 2026-01-16 16:54:29 -08:00
parent 9191179c9e
commit f616fc9185

View File

@ -60,16 +60,6 @@ class CohereProvider extends InheritMultiple([Provider, UnTooled]) {
});
}
async stream(messages, functions = [], eventHandler = null) {
return await UnTooled.prototype.stream.call(
this,
messages,
functions,
this.#handleFunctionCallStream.bind(this),
eventHandler
);
}
async streamingFunctionCall(
messages,
functions,