ccm commited on
Commit
e5cbdce
·
1 Parent(s): d88717c

Removing second agent

Browse files
Files changed (1) hide show
  1. agents/code_writing_agent.py +3 -0
agents/code_writing_agent.py CHANGED
@@ -4,6 +4,9 @@ import smolagents.models
4
 
5
 
6
  def create_code_writing_agent():
 
 
 
7
  return smolagents.CodeAgent(
8
  name="code_writing_agent_without_tools",
9
  model=smolagents.models.OpenAIServerModel(
 
4
 
5
 
6
  def create_code_writing_agent():
7
+ """
8
+ Create a code-writing agent without any extra tools.
9
+ """
10
  return smolagents.CodeAgent(
11
  name="code_writing_agent_without_tools",
12
  model=smolagents.models.OpenAIServerModel(