Skip to content

Commit cc0b74f

Browse files
committed
Format reasoning output
1 parent 8b8b919 commit cc0b74f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/agents.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ def show_agent_reasoning(output, agent_name):
310310
except json.JSONDecodeError:
311311
# Fallback to original string if not valid JSON
312312
print(output)
313-
print("=" * 40)
313+
print("=" * 48)
314314

315315
##### Run the Hedge Fund #####
316316
def run_hedge_fund(ticker: str, start_date: str, end_date: str, portfolio: dict, show_reasoning: bool = False):

0 commit comments

Comments
 (0)