Spaces:
Running
Running
Update code_agent.py
Browse files- 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
|
| 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 |
"""
|