MCPcopy Create free account
hub / github.com/Zoo-Code-Org/Zoo-Code / toolResultsContain

Function toolResultsContain

apps/vscode-e2e/src/fixtures/tool-result.ts:23–25  ·  view source on GitHub ↗
(req: ChatCompletionRequest, expectations: ToolResultExpectation[])

Source from the content-addressed store, hash-verified

21}
22
23export function toolResultsContain(req: ChatCompletionRequest, expectations: ToolResultExpectation[]) {
24 return expectations.every(({ toolCallId, expected }) => toolResultContains(req, toolCallId, expected))
25}

Callers 1

Calls 1

toolResultContainsFunction · 0.70

Tested by

no test coverage detected