mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-13 13:18:51 +00:00
test: tolerate xAI realtime STT brand spelling
This commit is contained in:
parent
f3d53ce22c
commit
09c39463bb
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@ export function normalizeTranscriptForMatch(value: string): string {
|
|||
|
||||
type ExpectedTranscriptMatch = RegExp | string;
|
||||
|
||||
const DEFAULT_OPENCLAW_TRANSCRIPT_MATCH = /open(?:claw|flaw)/;
|
||||
const DEFAULT_OPENCLAW_TRANSCRIPT_MATCH = /open(?:claw|flaw|clar)/;
|
||||
|
||||
export async function waitForLiveExpectation(expectation: () => void, timeoutMs = 30_000) {
|
||||
const started = Date.now();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue