DEFAULT CUSTOM TOOL CONTENT

@waldiez/react v0.5.0


const DEFAULT_CUSTOM_TOOL_CONTENT: "\n\"\"\"Replace this with your code.\n\nmake sure a function with the same name\nas the tool is defined in the code.\n\"\"\"\n\n# Example:\n# tool name: 'new_tool'\n#\n# def new_tool() -> str:\n# \"\"\"Tool entry point.\"\"\"\n# return \"Hello, world!\"\n#\n# Add your code below\n\ndef new_tool() -> None:\n \"\"\"Tool entry point.\"\"\"\n ...\n"

Defined in: src/waldiez/models/Tool/ToolData.ts:35