DEFAULT CREWAI SKILL CONTENT
const
DEFAULT_CREWAI_SKILL_CONTENT: "\n\"\"\"Replace this with your code.\n\nYou can define any of the tools available in the crewai_tools package.\nYou can explore the full list of available tools in the CrewAI Tools repository:\nhttps://github.com/crewAIInc/crewAI-tools/tree/main\n\nMake sure you have a variable named with the same name as the skill.\n\"\"\"\n\n# Example:\n# # skill name: 'scrape_tool'\n#\n# from crewai_tools import ScrapeWebsiteTool\n# scrape_tool = ScrapeWebsiteTool()\n#\n# Add your code below\n\n"
Defined in: src/waldiez/models/Skill/SkillData.ts:102