Adding commands to CrewAI Assistant GPT #1107
JimJim12
started this conversation in
Feature Requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I think it would be beneficial to add some commands to the CrewAI Assistant GPT. Here are some commands that I think would be helpful to users.
/d [Documentation]: The user requests the Assistant to review documentation and codebase before responding. Example: /d Explain how CrewAI handles task delegation.
/e [Example]: The user asks for practical examples relevant to the query. Example: /e Show an example of a CrewAI process.
/c [Clarify]: This command is used when the user seeks more detailed explanations or clarification. Example: /c What does autonomy mean for CrewAI agents?.
/t [Tool]: The user inquires about specific tools or functionalities within CrewAI. Example: /t Details about Google Serper API tool.
/p [Plan]: The user requests a structured approach or plan for a task or project. Example: /p Plan for developing a new CrewAI agent.
/s [Search]: This command directs a web search for the latest information or resources. Example: /s Latest trends in AI role-playing agents.
/r [Review Code]: The user asks for a review of code or coding suggestions. Example: /r Review this Python function for optimization.
/i [Integrate]: The user seeks assistance in integrating tools, APIs, or systems. Example: /i Integrating GitHub API with CrewAI.
/h [Help]: Used for general assistance on a range of topics. Example: /h How to debug a CrewAI process.
/k [Commands]: The user can retrieve a list of all available commands. Example: /k.
Beta Was this translation helpful? Give feedback.
All reactions