Skip to content

Commit

Permalink
fix: smol_demo file fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
Prat011 committed Feb 7, 2025
1 parent f77dab1 commit 82dc4d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/plugins/smolagent/smol_demo.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
actions=[Action.GITHUB_STAR_A_REPOSITORY_FOR_THE_AUTHENTICATED_USER],
)
# Create agent with Composio tools
agent = CodeAgent(tools=list(tools), model=HfApiModel())
agent = CodeAgent(tools=tools, model=HfApiModel())

agent.run("Star the composiohq/composio repo")

0 comments on commit 82dc4d7

Please sign in to comment.