fix(profiles): disable thinking parameters in ReadAllProfiles tool

This commit is contained in:
jinli.yl 2026-03-02 11:53:30 +08:00
parent 3bf3dcebf4
commit 3dcb9e09f4

View file

@ -328,7 +328,7 @@ class ReMe(Application):
llm=llm_config_name,
tools=[
ReadAllProfiles(
enable_thinking_params=enable_thinking_params,
enable_thinking_params=False,
enable_memory_target=False,
profile_dir=self.profile_dir,
),