mirror of
https://github.com/agentscope-ai/ReMe.git
synced 2026-08-28 05:25:04 +00:00
fix(profiles): disable thinking parameters in ReadAllProfiles tool
This commit is contained in:
parent
3bf3dcebf4
commit
3dcb9e09f4
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
),
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue