Skip to content

Commit 3d12943

Browse files
authored
Merge pull request #13 from googleads/explain
Add explain command
2 parents b78a682 + d6e1e8c commit 3d12943

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.gemini/commands/explain.toml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
description = "Explains the code or text provided in plain English."
2+
3+
prompt = """
4+
You are a helpful coding tutor.
5+
Please explain the following code or text in simple, easy-to-understand terms:
6+
7+
{{args}}
8+
"""

0 commit comments

Comments
 (0)