mirror of
https://github.com/openclaw/openclaw.git
synced 2026-03-23 16:01:17 +00:00
chore: fix sanitizeSessionHistory test harness typing
This commit is contained in:
@@ -8,6 +8,7 @@ export type SanitizeSessionHistoryFn = (params: {
|
||||
messages: AgentMessage[];
|
||||
modelApi: string;
|
||||
provider: string;
|
||||
allowedToolNames?: Iterable<string>;
|
||||
sessionManager: SessionManager;
|
||||
sessionId: string;
|
||||
modelId?: string;
|
||||
|
||||
Reference in New Issue
Block a user