refactor: trim rtt harness test surface · openclaw/openclaw@c59e4d3
steipete
·
2026-05-02
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -7,19 +7,7 @@ const execFileAsync = promisify(execFile);
|
7 | 7 | |
8 | 8 | export type RttProviderMode = "mock-openai" | "live-frontier"; |
9 | 9 | |
10 | | -export type RttCliOptions = { |
11 | | -packageTgz?: string; |
12 | | -providerMode: RttProviderMode; |
13 | | -runs: number; |
14 | | -samples: number; |
15 | | -sampleTimeoutMs: number; |
16 | | -harnessRoot: string; |
17 | | -output: string; |
18 | | -scenarios: string[]; |
19 | | -timeoutMs: number; |
20 | | -}; |
21 | | - |
22 | | -export type RttResult = { |
| 10 | +type RttResult = { |
23 | 11 | package: { |
24 | 12 | spec: string; |
25 | 13 | version: string; |
@@ -53,7 +41,7 @@ export type RttResult = {
|
53 | 41 | }; |
54 | 42 | }; |
55 | 43 | |
56 | | -export type TelegramQaSummary = { |
| 44 | +type TelegramQaSummary = { |
57 | 45 | scenarios?: Array<{ |
58 | 46 | id?: string; |
59 | 47 | rttMs?: number; |
@@ -266,7 +254,3 @@ export function buildRttResult(params: {
|
266 | 254 | artifacts: params.artifacts, |
267 | 255 | }; |
268 | 256 | } |
269 | | - |
270 | | -export const __testing = { |
271 | | -REQUIRED_TELEGRAM_ENV, |
272 | | -}; |
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。