mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-06-11 11:57:03 -07:00
docs: add summary docstrings to all python scripts explaining their purpose
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
"""
|
||||
Purpose: A highly configurable, generic agentic processor for any backlog task.
|
||||
Unlike the specific bug analyzers, this script accepts custom system prompts, input datasets, and output locations via command-line arguments, making it reusable for features, label updates, or custom queries.
|
||||
"""
|
||||
import json
|
||||
import urllib.request
|
||||
import os
|
||||
|
||||
Reference in New Issue
Block a user