mirror of
https://github.com/jina-ai/node-DeepResearch.git
synced 2026-03-22 15:39:06 +08:00
feat: add mdFixer tool config and update agent logic
This commit is contained in:
@@ -56,6 +56,9 @@
|
||||
"agentBeastMode": {
|
||||
"temperature": 0.7
|
||||
},
|
||||
"mdFixer": {
|
||||
"model": "gemini-2.5-flash-preview-05-20"
|
||||
},
|
||||
"fallback": {
|
||||
"maxTokens": 8000,
|
||||
"model": "gemini-2.0-flash-lite"
|
||||
@@ -91,7 +94,8 @@
|
||||
},
|
||||
"fallback": {
|
||||
"temperature": 0
|
||||
}
|
||||
},
|
||||
"mdFixer": {}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user