feat: add mdFixer tool config and update agent logic

This commit is contained in:
Han Xiao
2025-06-09 17:47:19 -07:00
parent 2affd41c79
commit 78b2cbb2cf
5 changed files with 73 additions and 41 deletions

View File

@@ -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": {}
}
}
}