mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 15:40:44 +00:00
perf: speed local checks and warm builds
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
import { DEFAULT_MODEL, DEFAULT_PROVIDER } from "openclaw/plugin-sdk/agent-runtime";
|
||||
import { vi } from "vitest";
|
||||
import {
|
||||
removeAckReactionAfterReply,
|
||||
@@ -10,6 +9,9 @@ import {
|
||||
} from "../../../src/channels/mention-gating.js";
|
||||
import type { PluginRuntime } from "../../../src/plugins/runtime/types.js";
|
||||
|
||||
const DEFAULT_PROVIDER = "openai";
|
||||
const DEFAULT_MODEL = "gpt-5.4";
|
||||
|
||||
type DeepPartial<T> = {
|
||||
[K in keyof T]?: T[K] extends (...args: never[]) => unknown
|
||||
? T[K]
|
||||
|
||||
Reference in New Issue
Block a user