refactor: knowledge as msg

This commit is contained in:
Han Xiao 2025-03-13 14:11:37 +08:00
parent 0e0630b727
commit 8fe0d50ecc

View File

@ -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 {