refactor: add safe obj generation (#60)

* fix: broken markdown footnote

* refactor: safe obj generation

* test: update token tracking assertions to match new implementation

Co-Authored-By: Han Xiao <han.xiao@jina.ai>

* refactor: safe obj generation

* chore: update readme

---------

Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
This commit is contained in:
Han Xiao
2025-02-13 00:33:58 +08:00
committed by GitHub
parent 08c1dd04ca
commit bd77535dd9
14 changed files with 286 additions and 294 deletions

View File

@@ -38,13 +38,14 @@
"maxTokens": 8000
},
"tools": {
"search-grounding": { "temperature": 0 },
"searchGrounding": { "temperature": 0 },
"dedup": { "temperature": 0.1 },
"evaluator": {},
"errorAnalyzer": {},
"queryRewriter": { "temperature": 0.1 },
"agent": { "temperature": 0.7 },
"agentBeastMode": { "temperature": 0.7 }
"agentBeastMode": { "temperature": 0.7 },
"fallback": { "temperature": 0 }
}
},
"openai": {
@@ -54,13 +55,14 @@
"maxTokens": 8000
},
"tools": {
"search-grounding": { "temperature": 0 },
"searchGrounding": { "temperature": 0 },
"dedup": { "temperature": 0.1 },
"evaluator": {},
"errorAnalyzer": {},
"queryRewriter": { "temperature": 0.1 },
"agent": { "temperature": 0.7 },
"agentBeastMode": { "temperature": 0.7 }
"agentBeastMode": { "temperature": 0.7 },
"fallback": { "temperature": 0 }
}
}
}