mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-08 23:48:28 +00:00
chore(format)
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import { createSessionManagerRuntimeRegistry } from "../session-manager-runtime-registry.js";
|
||||
import type { EffectiveContextPruningSettings } from "./settings.js";
|
||||
import { createSessionManagerRuntimeRegistry } from "../session-manager-runtime-registry.js";
|
||||
|
||||
export type ContextPruningRuntimeValue = {
|
||||
settings: EffectiveContextPruningSettings;
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
import { compileGlobPatterns, matchesAnyGlobPattern } from "../../glob-pattern.js";
|
||||
import type { ContextPruningToolMatch } from "./settings.js";
|
||||
import { compileGlobPatterns, matchesAnyGlobPattern } from "../../glob-pattern.js";
|
||||
|
||||
function normalizeGlob(value: string) {
|
||||
return String(value ?? "")
|
||||
|
||||
Reference in New Issue
Block a user