mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-09 13:07:39 +00:00
chore: Enable more lint rules, disable some that trigger a lot. Will clean up later.
This commit is contained in:
@@ -65,7 +65,7 @@ function createStreamFnWithExtraParams(
|
||||
|
||||
const underlying = baseStreamFn ?? streamSimple;
|
||||
const wrappedStreamFn: StreamFn = (model, context, options) =>
|
||||
underlying(model as Model<Api>, context, {
|
||||
underlying(model, context, {
|
||||
...streamParams,
|
||||
...options,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user