MCPcopy Create free account
hub / github.com/EvolvingPrograms/turing / ClaudeTestOptions

Interface ClaudeTestOptions

src/models.ts:31–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29}
30
31export interface ClaudeTestOptions {
32 system?: string;
33 messages: MessageParam[];
34 max_tokens?: number;
35 model?: string;
36 temperature?: number;
37 debug?: boolean;
38 main?: boolean;
39 solution: string;
40}
41
42export type TestResult = {
43 pass: boolean;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected