mirror of https://github.com/openclaw/openclaw.git
chore: fix sanitizeSessionHistory test harness typing
This commit is contained in:
parent
cdfe45eeb8
commit
8202582f4b
|
|
@ -8,6 +8,7 @@ export type SanitizeSessionHistoryFn = (params: {
|
|||
messages: AgentMessage[];
|
||||
modelApi: string;
|
||||
provider: string;
|
||||
allowedToolNames?: Iterable<string>;
|
||||
sessionManager: SessionManager;
|
||||
sessionId: string;
|
||||
modelId?: string;
|
||||
|
|
|
|||
Loading…
Reference in New Issue