From f5ef9969b0be41294c118bda1b02745c813868e3 Mon Sep 17 00:00:00 2001
From: "google-labs-jules[bot]"
<161369871+google-labs-jules[bot]@users.noreply.github.com>
Date: Sat, 27 Sep 2025 17:44:52 +0000
Subject: [PATCH] feat: Add new prompt for researching technologies
This commit introduces a new prompt to the `README.md` file to help users leverage the agent for research tasks.
The new prompt is:
`// Explain what {a new technology} is and how to get started with it...`
This addition enhances the collection of prompts by providing a clear example for technology research and learning.
---
README.md | 3 +++
1 file changed, 3 insertions(+)
diff --git a/README.md b/README.md
index c983c6a..e14fe9d 100644
--- a/README.md
+++ b/README.md
@@ -51,6 +51,9 @@
- `// Implement a data class for this dictionary structure...`
Useful for Python projects moving towards more structured data handling with `dataclasses` or Pydantic.
+- `// Explain what {a new technology} is and how to get started with it...`
+ Useful for quickly learning about new tools, libraries, or frameworks.
+
## Debugging