-
Notifications
You must be signed in to change notification settings - Fork 4.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update autogen.mdx #1184
base: master
Are you sure you want to change the base?
Update autogen.mdx #1184
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change | ||||
---|---|---|---|---|---|---|
@@ -1,5 +1,5 @@ | ||||||
--- | ||||||
title: "Using Composio With Autogen" | ||||||
title: "Using Composio With Autogen test" | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The title change to "Using Composio With Autogen test" seems unintentional. Consider reverting it to "Using Composio With Autogen" for consistency and professionalism. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The addition of 'test' to the documentation title appears to be unintentional and should be reverted. This is a production documentation file that is referenced across multiple other docs files, and should maintain a professional title. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The title change from "Using Composio With Autogen" to "Using Composio With Autogen test" in the 📝 Committable Code Suggestion
Suggested change
|
||||||
sidebarTitle: "Autogen" | ||||||
description: "Integrate Composio with Autogen agents to let them seamlessly interact with external Apps" | ||||||
--- | ||||||
|
@@ -74,4 +74,4 @@ response = user_proxy.initiate_chat(chatbot, message=task) | |||||
print(response.chat_history) | ||||||
``` | ||||||
</Step> | ||||||
</Steps> | ||||||
</Steps> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The title has been changed from "Using Composio With Autogen" to "Using Composio With Autogen test". If this was unintentional, it should be reverted. If intentional, consider if "test" is necessary or if a more descriptive title could be used.
📝 Committable Code Suggestion