mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-06-03 23:53:38 -07:00
docs: add summary docstrings to all python scripts explaining their purpose
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
"""
|
||||
Purpose: A utility to execute the agentic analysis loop on a single, specific issue by its ID.
|
||||
Extremely useful for observing the tool-calling behavior, debugging prompts, or fixing edge cases without running the entire batch.
|
||||
"""
|
||||
import json
|
||||
import urllib.request
|
||||
import urllib.error
|
||||
|
||||
Reference in New Issue
Block a user