Skip to content

Commit 98bc158

Browse files
author
wushixiong
committed
force custom_tool_call
1 parent 180d636 commit 98bc158

File tree

1 file changed

+1
-0
lines changed
  • omnibox_wizard/wizard/grimoire/agent

1 file changed

+1
-0
lines changed

omnibox_wizard/wizard/grimoire/agent/agent.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -417,6 +417,7 @@ def __init__(self, config: Config, system_prompt_template_name: str):
417417
)
418418

419419
self.custom_tool_call: bool | None = config.grimoire.custom_tool_call
420+
self.custom_tool_call = True
420421

421422
@classmethod
422423
def has_function(cls, tools: list[dict] | None, function_name: str) -> bool:

0 commit comments

Comments
 (0)