interface CodeOutput {
    code: string;
    thoughts: string;
}

Properties

Properties

code: string
thoughts: string