Skip to content

Commit

Permalink
chore: remove duplicate print of response in llamaindex demo (#1040)
Browse files Browse the repository at this point in the history
  • Loading branch information
tushar-composio authored Dec 19, 2024
1 parent a0ef2b8 commit 36b0733
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions python/plugins/llamaindex/llamaindex_demo.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,7 @@ def main():
verbose=True,
).as_agent()

response = agent.chat(
"Hello! I would like to star a repo composiohq/composio on GitHub"
)
print("Response:", response)
agent.chat("Hello! I would like to star a repo composiohq/composio on GitHub")


if __name__ == "__main__":
Expand Down

0 comments on commit 36b0733

Please sign in to comment.