alfulanny commited on
Commit
f619bc4
·
verified ·
1 Parent(s): 6511ad1

Update code_agent.py

Browse files
Files changed (1) hide show
  1. code_agent.py +2 -2
code_agent.py CHANGED
@@ -108,8 +108,8 @@ def run_agent(prompt: str) -> str:
108
  prompt: the reasoning task/question for the agent.
109
 
110
  Returns:
111
- The agent's final answer as a string.
112
-
113
  Raises:
114
  Exception: if CodeAgent.run fails (e.g., no HF credentials or credits).
115
  """
 
108
  prompt: the reasoning task/question for the agent.
109
 
110
  Returns:
111
+ The agent final answer as a string.
112
+
113
  Raises:
114
  Exception: if CodeAgent.run fails (e.g., no HF credentials or credits).
115
  """