Commit
·
3accd89
1
Parent(s):
fe8007f
header update
Browse files
ui.py
CHANGED
@@ -4,7 +4,7 @@ from smolagents.tools import Tool
|
|
4 |
|
5 |
|
6 |
HEADER = """ ## Python debugger for Agents
|
7 |
-
The goal of the tool is to
|
8 |
"""
|
9 |
|
10 |
ARTICLE_INTRO = """---
|
|
|
4 |
|
5 |
|
6 |
HEADER = """ ## Python debugger for Agents
|
7 |
+
The goal of the tool is to enable agents to debug and resolve bugs in code generated by LLMs.
|
8 |
"""
|
9 |
|
10 |
ARTICLE_INTRO = """---
|