Amin

Results 1 comments of Amin

Go to the file src/helpers/determineNextAction.ts and modify these parts: ```export async function determineNextAction( taskInstructions: string, previousActions: ParsedResponseSuccess[], simplifiedDOM: string, maxAttempts = 3, notifyError?: (error: string) => void ) { //...