Skip to content

Commit e6e1a49

Browse files
committed
call subordinate profile fix
1 parent 1654baf commit e6e1a49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/tools/call_subordinate.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ async def execute(self, message="", reset="", **kwargs):
2323
subordinate.hist_add_user_message(UserMessage(message=message, attachments=[]))
2424

2525
# set subordinate prompt profile if provided, if not, keep original
26-
agent_profile = kwargs.get("agent_profile")
26+
agent_profile = kwargs.get("profile")
2727
if agent_profile:
2828
subordinate.config.profile = agent_profile
2929

0 commit comments

Comments
 (0)