PlaygroundAction.txt 414 B

1234567891011121314151617181920
  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}}
  9. ```
  10. The user has asked:
  11. Provide a brief example on how to use `{{selected}}`.
  12. - Respond only with a single code block.
  13. - Don't use comments.
  14. - Don't use print statements.
  15. - Don't import any additional modules.