mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 09:10:45 +00:00
fix(arcee): disable Trinity tools in main sessions
This commit is contained in:
@@ -69,6 +69,14 @@ describe("arcee provider plugin", () => {
|
||||
"arcee/trinity-large-preview",
|
||||
"arcee/trinity-large-thinking",
|
||||
]);
|
||||
expect(
|
||||
config?.models?.providers?.arcee?.models?.find(
|
||||
(model) => model.id === "arcee/trinity-large-thinking",
|
||||
)?.compat,
|
||||
).toMatchObject({
|
||||
supportsReasoningEffort: false,
|
||||
supportsTools: false,
|
||||
});
|
||||
});
|
||||
|
||||
it("keeps direct Arcee auth env candidates separate from OpenRouter", () => {
|
||||
|
||||
Reference in New Issue
Block a user