Documentation Index
Fetch the complete documentation index at: https://docs.devin.ai/llms.txt
Use this file to discover all available pages before exploring further.
解释、重构和添加 Docstring

Explain 代码透镜会调用 Cascade,直接解释函数或类的作用以及它的工作原理。
Refactor 和 Docstring 代码透镜则会调用 Command。
- 如果你点击
Refactor,Devin Desktop 会显示一个下拉菜单,其中包含可选的预填充指示供你选择。你也可以自己编写指示。这相当于选中该函数并调用 Command。 - 如果你点击
Docstring,Devin Desktop 会在函数定义上方为你生成 docstring。 (在 Python 中,docstring 会正确生成在函数定义的 下方。)
