Skip to content

Commit

Permalink
fix: Rename the key to in bedrock invocation
Browse files Browse the repository at this point in the history
  • Loading branch information
Sandro-Meireles committed Feb 3, 2025
1 parent 92daccb commit 893a2b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nexus/task_managers/file_database/bedrock.py
Original file line number Diff line number Diff line change
Expand Up @@ -456,7 +456,7 @@ def invoke_supervisor_stream(
"date_time_now": datetime.now().isoformat(),
"project_id": message.project_uuid,
"specific_personality": json.dumps({
"function": agent.role,
"occupation": agent.role,
"name": agent.name,
"goal": agent.goal,
"adjective": agent.personality,
Expand Down

0 comments on commit 893a2b4

Please sign in to comment.