We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1654baf commit e6e1a49Copy full SHA for e6e1a49
python/tools/call_subordinate.py
@@ -23,7 +23,7 @@ async def execute(self, message="", reset="", **kwargs):
23
subordinate.hist_add_user_message(UserMessage(message=message, attachments=[]))
24
25
# set subordinate prompt profile if provided, if not, keep original
26
- agent_profile = kwargs.get("agent_profile")
+ agent_profile = kwargs.get("profile")
27
if agent_profile:
28
subordinate.config.profile = agent_profile
29
0 commit comments