CrewAI Assistant (GPT): Difference between revisions

m
Text replacement - "K↵|Knowledge = " to ",000 |Knowledge = "
m (Text replacement - "|Updated = ↵" to "|Updated = ")
m (Text replacement - "K↵|Knowledge = " to ",000 |Knowledge = ")
 
(2 intermediate revisions by one other user not shown)
Line 12: Line 12:
|Website =  
|Website =  
|Link = https://chat.openai.com//g/g-qqTuUWsBY-crewai-assistant
|Link = https://chat.openai.com//g/g-qqTuUWsBY-crewai-assistant
|Chats =  
|Chats = 27,000
|Knowledge = Yes
|Actions = Yes
|Web Browsing = Yes
|DALL·E Image Generation = Yes
|Code Interpreter = Yes
|Free = Yes
|Free = Yes
|Price =  
|Price =  
|Available = Yes
|Available = Yes
|Working = Yes
|Working =  
|Hidden =  
|Hidden =  
|Updated = 2024-01-12
|Updated = 2024-01-23
}}
}}
==Instructions (System Prompt)==
==Instructions (System Prompt)==
Line 237: Line 242:


==Conversation Starters==
==Conversation Starters==
* Help me create a crew for a use case
* What are some advanced CrewAI features?
* How can I set up a Crew myself?
* Explain CrewAI for me


==Knowledge (Uploaded Files)==
==Knowledge (Uploaded Files)==


==Actions==
==Actions==
*'''crew-ai-custom-gpt-crewai.replit.app''': The CrewAI framework includes the Agent class, which is a central component in orchestrating role-playing, autonomous AI agents.
===Website===
crew-ai-custom-gpt-crewai.replit.app
===Privacy Policy===
https://crew-ai-custom-gpt-crewai.replit.app/privacy
===Auth===
<pre>
{"type":"none"}
</pre>
===Code===
<pre>
{"openapi":"3.1.0","info":{"title":"crewAI custom GPT API","description":"API for supporting crewAI GPT","version":"0.1"},"servers":[{"url":"https://crew-ai-custom-gpt-crewai.replit.app","description":"Main API server"}],"paths":{"/read_crewai_code/{code_class}":{"get":{"summary":"Read Code","operationId":"read_code_read_crewai_code__code_class__get","parameters":[{"name":"code_class","in":"path","required":true,"schema":{"type":"string","title":"Code Class","enum":["agent","task","crew","process"]}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/agent_examples/{type}":{"get":{"summary":"Agent Examples","operationId":"agent_examples_agent_examples__type__get","parameters":[{"name":"type","in":"path","required":true,"schema":{"type":"string","title":"Type","enum":["travel_related_examples","financial_related_examples","landing_page_generation_related_examples","marketing_related_examples","game_generation_related_examples"]}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/task_examples/{type}":{"get":{"summary":"Task Examples","operationId":"task_examples_task_examples__type__get","parameters":[{"name":"type","in":"path","required":true,"schema":{"type":"string","title":"Type","enum":["travel_related_examples","financial_related_examples","marketing_related_examples","game_generation_related_examples"]}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}}},"components":{"schemas":{"HTTPValidationError":{"properties":{"detail":{"items":{"$ref":"#/components/schemas/ValidationError"},"type":"array","title":"Detail"}},"type":"object","title":"HTTPValidationError"},"ValidationError":{"properties":{"loc":{"items":{"anyOf":[{"type":"string"},{"type":"integer"}]},"type":"array","title":"Location"},"msg":{"type":"string","title":"Message"},"type":{"type":"string","title":"Error Type"}},"type":"object","required":["loc","msg","type"],"title":"ValidationError"}}}}
</pre>


==Guide==
==Guide==