DocumentAction.txt 374 B

123456789101112131415161718
  1. The user is curently inside this file: {{filename}}
  2. The contents are below:
  3. ```swift:{{filename}}
  4. {{filecontent}}
  5. ```
  6. The user has selected the following code from that file:
  7. ```swift
  8. {{selected_code}}
  9. ```
  10. The user has asked:
  11. Provide documentation for `{{selected_code}}`.
  12. - Respond with a single code block.
  13. - Only include documentation comments. No other Swift code.