refactor: trim status fixture exports

This commit is contained in:
Peter Steinberger
2026-05-01 22:19:10 +01:00
parent 0640db72b0
commit deeec3117c
5 changed files with 24 additions and 24 deletions

View File

@@ -22,7 +22,7 @@ import type {
type TimerHandle = ReturnType<typeof setTimeout>;
type ModelRef = { provider: string; model: string };
export type CommitmentExtractionEnqueueInput = CommitmentScope & {
type CommitmentExtractionEnqueueInput = CommitmentScope & {
cfg?: OpenClawConfig;
nowMs?: number;
userText: string;
@@ -31,7 +31,7 @@ export type CommitmentExtractionEnqueueInput = CommitmentScope & {
sourceRunId?: string;
};
export type CommitmentExtractionRuntime = {
type CommitmentExtractionRuntime = {
extractBatch?: (params: {
cfg?: OpenClawConfig;
items: CommitmentExtractionItem[];