Spaces:
Running
Running
MCP tweaks (token case)
Browse files
src/core/builder/proposal_generator.py
CHANGED
|
@@ -47,6 +47,8 @@ Requirements:
|
|
| 47 |
3. The function return type MUST be specified (e.g. `-> str`).
|
| 48 |
4. The function name should match '{project_name}' (normalized to python snake_case).
|
| 49 |
5. If the code requires external libraries (like `requests`, `pandas`, `numpy`), list them.
|
|
|
|
|
|
|
| 50 |
|
| 51 |
Return ONLY a valid JSON object with the following structure:
|
| 52 |
{{
|
|
|
|
| 47 |
3. The function return type MUST be specified (e.g. `-> str`).
|
| 48 |
4. The function name should match '{project_name}' (normalized to python snake_case).
|
| 49 |
5. If the code requires external libraries (like `requests`, `pandas`, `numpy`), list them.
|
| 50 |
+
6. If the function calls an external API that needs a token, handle the token as an argument and precise it in the docstring.
|
| 51 |
+
|
| 52 |
|
| 53 |
Return ONLY a valid JSON object with the following structure:
|
| 54 |
{{
|