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

Properties

code: string
response?: string
thoughts: string