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

Interface GPTTestOptions

src/models.ts:128–135  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

126}
127
128export interface GPTTestOptions {
129 system?: string;
130 messages: ChatCompletionMessageParam[];
131 model?: string;
132 temperature?: number;
133 main?: boolean;
134 solution: string;
135}
136
137export async function testWithGPT({
138 system,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected