remove duplicated steam method on cohere handler
This commit is contained in:
parent
9191179c9e
commit
f616fc9185
@ -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,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user