Variable CodeOutputResponseFormatConst

CodeOutputResponseFormat: AutoParseableResponseFormat<{
    code: string;
    thoughts: string;
}> = ...