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.
説明、Refactor、Docstring の追加

Explain コードレンズは Cascade を呼び出し、関数やクラスの役割と仕組みを簡潔に説明します。
特に Refactor と Docstring のコードレンズは Command を呼び出します。
Refactorをクリックすると、Devin Desktop は選択可能な、あらかじめ用意された指示のドロップダウンを表示します。そこから選ぶことも、自分で入力することもできます。これは、関数をハイライトして Command を呼び出すのと同じです。Docstringをクリックすると、Devin Desktop は関数ヘッダーの上に docstring を生成します。 (Python では、docstring は関数ヘッダーの 下 に正しく生成されます。)
