MCPcopy Create free account
hub / github.com/CopilotKit/aimock / strictNoMatchMessage

Function strictNoMatchMessage

src/helpers.ts:86–91  ·  view source on GitHub ↗
(skippedBySequenceOrTurn: number)

Source from the content-addressed store, hash-verified

84 * gates always pass `0` and therefore see the generic message.
85 */
86export function strictNoMatchMessage(skippedBySequenceOrTurn: number): string {
87 if (skippedBySequenceOrTurn > 0) {
88 return `Strict mode: ${skippedBySequenceOrTurn} candidate fixture(s) skipped by sequence/turn state`;
89 }
90 return "Strict mode: no fixture matched";
91}
92
93/**
94 * Build the strict-mode error LOG line, mirroring {@link strictNoMatchMessage}'s

Callers 15

handleVideoCreateFunction · 0.85
handleOllamaFunction · 0.85
handleOllamaGenerateFunction · 0.85
handleOllamaEmbeddingsFunction · 0.85
handleConverseFunction · 0.85
handleConverseStreamFunction · 0.85
handleCohereFunction · 0.85
handleCohereEmbedFunction · 0.85
handleQueueSubmitFunction · 0.85
handleSyncRunFunction · 0.85
handleSpeechFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…