diff --git a/src/utils/schemas.ts b/src/utils/schemas.ts index 5fdea05..01a1da4 100644 --- a/src/utils/schemas.ts +++ b/src/utils/schemas.ts @@ -4,7 +4,7 @@ import {EvaluationType, PromptPair} from "../types"; export const MAX_URLS_PER_STEP = 4 export const MAX_QUERIES_PER_STEP = 7 -export const MAX_REFLECT_PER_STEP = 1 +export const MAX_REFLECT_PER_STEP = 2 function getLanguagePrompt(question: string): PromptPair { return {