mirror of
https://github.com/jina-ai/node-DeepResearch.git
synced 2025-12-26 06:28:56 +08:00
refactor: knowledge as msg
This commit is contained in:
parent
0e0630b727
commit
8fe0d50ecc
@ -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 {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user