DEFAULT LANGCHAIN SKILL CONTENT

@waldiez/react v0.4.7


const DEFAULT_LANGCHAIN_SKILL_CONTENT: "\n\"\"\"Replace this with your code.\n\nYou can define any of the tools available in the langchain_community package.\nYou can explore the available tools in the LangChain Community Tools folder:\nhttps://github.com/langchain-ai/langchain/tree/master/libs/community/langchain_community/tools\n\nMake sure you have a variable named with the same name as the skill\n\"\"\"\n\n# Example:\n# # skill name: 'wiki_tool'\n#\n# from langchain_community.tools import WikipediaQueryRun\n# from langchain_community.utilities import WikipediaAPIWrapper\n#\n# api_wrapper = WikipediaAPIWrapper(top_k_results=1, doc_content_chars_max=1000)\n# wiki_tool = WikipediaQueryRun(api_wrapper=api_wrapper)\n#\n# Add your code below\n\n"

Defined in: src/waldiez/models/Skill/SkillData.ts:79