Repository Analysis

GoogleCloudPlatform/generative-ai

Sample code and notebooks for Generative AI on Google Cloud, with Gemini Enterprise Agent Platform

7.6 Low AI signal View on GitHub

Analysis Overview

This report presents the forensic synthetic code analysis of GoogleCloudPlatform/generative-ai, a Jupyter Notebook project with 17,227 GitHub stars. SynthScan v2.0 examined 449,619 lines of code across 1739 source files, recording 1922 pattern matches distributed across 23 syntactic categories. The overall adjusted score of 7.6 places this repository in the Low AI signal band.

The scanner applied 160+ deterministic lexical heuristics, multi-line block detectors, abstract syntax tree depth profilers, and a cross-file Jaccard similarity matrix to construct a statistically normalised synthetic code estimate. All matches are individually weighted by severity coefficient and contextual multiplier before summation, and the resulting headline score is temporally discounted to account for the repository's development history relative to the commercial emergence of large language model coding tooling (November 2022 onward).

7.6
Adjusted Score
7.6
Raw Score
100%
Time Factor
2026-07-13
Last Push
17.2K
Stars
Jupyter Notebook
Language
449.6K
Lines of Code
1.7K
Files
1.9K
Pattern Hits
2026-07-14
Scan Date
0.13
HC Hit Rate

What These Metrics Mean

Adjusted Score
Primary synthetic code indicator. Raw score normalised per 1,000 lines of code and multiplied by the temporal discount factor. This is the definitive comparative metric — use it to rank repositories by AI authorship density.
Raw Score
The unmodified sum of all severity-weighted, context-multiplied pattern match scores before temporal discounting. Reflects the absolute signal strength independent of when the repository was last active.
Time Factor
The temporal discount multiplier (0–100%) applied to the raw score. Repositories last updated before ChatGPT's launch (Nov 2022) receive a 5% factor. Full signal is only assigned to repositories active in the post-adoption era (Jan 2024+).
Pattern Hits
Total count of individual pattern matches across all files and categories. A high hit count with a low score may indicate a very large codebase with isolated AI snippets; a low count with a high score indicates dense, concentrated AI signatures.
HC Hit Rate
High+Critical pattern hits per file, averaged across the repository. This orthogonal signal catches repositories where a few files are densely packed with high-severity AI tells — a strong indicator even when the normalised score appears moderate due to codebase size.
Lines of Code / Files
Total lines and files analysed. The scanner examines 94 file extensions. These denominators are used to normalise the score, enabling fair comparison between repositories of vastly different sizes.

Score History

This chart maps the temporal evolution of the adjusted synthetic code score across successive scan runs. An upward trajectory indicates ongoing incorporation of AI-generated code or expanding LLM-assisted scaffolding; a stable or declining trajectory may reflect active human refactoring, code removal, or the adoption of stricter authorship policies. The dashed secondary line (right axis) independently tracks total raw pattern hit count, which can diverge from the normalised score when codebase size changes significantly between scans.

Severity Breakdown

Classifies detected patterns by their diagnostic confidence and structural impact. CRITICAL patterns (coefficient 10) represent definitive synthetic signatures — hallucinated imports, explicit LLM attribution metadata — virtually never produced by human authors. HIGH (5) indicates strong structural tells such as cross-file repetition or cross-linguistic idioms. MEDIUM (2) covers recognisable conversational padding and AI-specific vocabulary. LOW (1) captures subtle indicators like tautological comments and generic boilerplate that require density to carry independent signal.

CRITICAL 4HIGH 215MEDIUM 358LOW 1345

Directory Score Breakdown

This horizontal bar chart decomposes the repository's raw synthetic code score by top-level directory, allowing you to pinpoint precisely which modules or components carry the highest AI authorship density. Directories with disproportionately high scores relative to their size warrant targeted manual review: concentrated AI signatures often trace back to mass-generated configuration layers, auto-ported test suites, LLM-scaffolded boilerplate classes, or entire subsystems authored under heavy copilot assistance. Use this view to prioritise your human code-review effort.

Pattern Findings

The scanner identified 1922 distinct pattern matches across 23 syntactic categories. Each entry below represents a discrete location in the source code where the engine recorded a statistically significant AI authorship indicator. Expand any category row to inspect the individual file paths, line numbers, code snippets, and the lexical context (CODE, COMMENT, or STRING) in which each match was detected.

Reading the findings table: The Severity column indicates the diagnostic confidence level (CRITICAL / HIGH / MEDIUM / LOW). The Context column identifies whether the match occurred inside executable code, an inline comment, or a string literal — comment-context matches receive a ×1.5 weight because LLMs systematically over-annotate. The ⚡ bolt icon marks clustered matches: three or more patterns within a 10-line window, each receiving an additional ×1.5 density multiplier as dense clusters constitute far stronger evidence of synthetic authorship than isolated hits.

Cross-File Repetition173 hits · 865 pts
SeverityFileLineSnippetContext
HIGH…ebsocket-demo-apps/gaming-assistant-demo-app/server.py0websocket proxy server for gemini live api. handles authentication and proxies websocket connections. this server acts aSTRING
HIGH…ebsocket-demo-apps/customer-support-demo-app/server.py0websocket proxy server for gemini live api. handles authentication and proxies websocket connections. this server acts aSTRING
HIGH…ive-audio-websocket-demo-apps/react-demo-app/server.py0websocket proxy server for gemini live api. handles authentication and proxies websocket connections. this server acts aSTRING
HIGH…ebsocket-demo-apps/realtime-advisor-demo-app/server.py0websocket proxy server for gemini live api. handles authentication and proxies websocket connections. this server acts aSTRING
HIGH…ebsocket-demo-apps/gaming-assistant-demo-app/server.py0retrieves an access token using google cloud default credentials.STRING
HIGH…-audio-websocket-demo-apps/plain-js-demo-app/server.py0retrieves an access token using google cloud default credentials.STRING
HIGH…ebsocket-demo-apps/realtime-advisor-demo-app/server.py0retrieves an access token using google cloud default credentials.STRING
HIGH…ebsocket-demo-apps/customer-support-demo-app/server.py0retrieves an access token using google cloud default credentials.STRING
HIGH…ive-audio-websocket-demo-apps/react-demo-app/server.py0retrieves an access token using google cloud default credentials.STRING
HIGH…ebsocket-demo-apps/gaming-assistant-demo-app/server.py0forwards messages from source_websocket to destination_websocket. args: source_websocket: the websocket connection to reSTRING
HIGH…-audio-websocket-demo-apps/plain-js-demo-app/server.py0forwards messages from source_websocket to destination_websocket. args: source_websocket: the websocket connection to reSTRING
HIGH…ebsocket-demo-apps/realtime-advisor-demo-app/server.py0forwards messages from source_websocket to destination_websocket. args: source_websocket: the websocket connection to reSTRING
HIGH…ebsocket-demo-apps/customer-support-demo-app/server.py0forwards messages from source_websocket to destination_websocket. args: source_websocket: the websocket connection to reSTRING
HIGH…ive-audio-websocket-demo-apps/react-demo-app/server.py0forwards messages from source_websocket to destination_websocket. args: source_websocket: the websocket connection to reSTRING
HIGH…ebsocket-demo-apps/gaming-assistant-demo-app/server.py0establishes a websocket connection to the gemini server and creates bidirectional proxy. args: client_websocket: the webSTRING
HIGH…-audio-websocket-demo-apps/plain-js-demo-app/server.py0establishes a websocket connection to the gemini server and creates bidirectional proxy. args: client_websocket: the webSTRING
HIGH…ebsocket-demo-apps/realtime-advisor-demo-app/server.py0establishes a websocket connection to the gemini server and creates bidirectional proxy. args: client_websocket: the webSTRING
HIGH…ebsocket-demo-apps/customer-support-demo-app/server.py0establishes a websocket connection to the gemini server and creates bidirectional proxy. args: client_websocket: the webSTRING
HIGH…ive-audio-websocket-demo-apps/react-demo-app/server.py0establishes a websocket connection to the gemini server and creates bidirectional proxy. args: client_websocket: the webSTRING
HIGH…ebsocket-demo-apps/gaming-assistant-demo-app/server.py0handles a new websocket client connection. expects first message with optional bearer_token and service_url. if no beareSTRING
HIGH…-audio-websocket-demo-apps/plain-js-demo-app/server.py0handles a new websocket client connection. expects first message with optional bearer_token and service_url. if no beareSTRING
HIGH…ebsocket-demo-apps/realtime-advisor-demo-app/server.py0handles a new websocket client connection. expects first message with optional bearer_token and service_url. if no beareSTRING
HIGH…ebsocket-demo-apps/customer-support-demo-app/server.py0handles a new websocket client connection. expects first message with optional bearer_token and service_url. if no beareSTRING
HIGH…ive-audio-websocket-demo-apps/react-demo-app/server.py0handles a new websocket client connection. expects first message with optional bearer_token and service_url. if no beareSTRING
HIGH…ebsocket-demo-apps/gaming-assistant-demo-app/server.py0╔════════════════════════════════════════════════════════════╗ ║ gemini live api proxy server ║ ╠═══════════════════════STRING
HIGH…ebsocket-demo-apps/realtime-advisor-demo-app/server.py0╔════════════════════════════════════════════════════════════╗ ║ gemini live api proxy server ║ ╠═══════════════════════STRING
HIGH…ebsocket-demo-apps/customer-support-demo-app/server.py0╔════════════════════════════════════════════════════════════╗ ║ gemini live api proxy server ║ ╠═══════════════════════STRING
HIGH…ive-audio-websocket-demo-apps/react-demo-app/server.py0╔════════════════════════════════════════════════════════════╗ ║ gemini live api proxy server ║ ╠═══════════════════════STRING
HIGH…end/concierge_ui/agents/gemini_chat_with_guardrails.py0handles chat interactions for a semantic router agent by streaming responses from a remote langgraph. this function takeSTRING
HIGH…graph-demo/frontend/concierge_ui/agents/gemini_chat.py0handles chat interactions for a semantic router agent by streaming responses from a remote langgraph. this function takeSTRING
HIGH…-demo/frontend/concierge_ui/agents/function_calling.py0handles chat interactions for a semantic router agent by streaming responses from a remote langgraph. this function takeSTRING
HIGH…h-demo/frontend/concierge_ui/agents/semantic_router.py0handles chat interactions for a semantic router agent by streaming responses from a remote langgraph. this function takeSTRING
HIGH…-experience-concierge/langgraph-demo/backend/README.md0you are a retail search assistant for the cymbal retail company. answer questions about the company. cymbal offers both STRING
HIGH…erge/langgraph-demo/backend/concierge/agents/gemini.py0you are a retail search assistant for the cymbal retail company. answer questions about the company. cymbal offers both STRING
HIGH…graph-demo/backend/concierge/agents/semantic_router.py0you are a retail search assistant for the cymbal retail company. answer questions about the company. cymbal offers both STRING
HIGH…aph-demo/backend/concierge/langgraph_server/schemas.py0retrieves the current state of a thread. args: thread_id: the id of the thread. subgraphs: whether to include subgraph sSTRING
HIGH…/backend/concierge/langgraph_server/langgraph_agent.py0retrieves the current state of a thread. args: thread_id: the id of the thread. subgraphs: whether to include subgraph sSTRING
HIGH…demo/backend/concierge/langgraph_server/fastapi_app.py0retrieves the current state of a thread. args: thread_id: the id of the thread. subgraphs: whether to include subgraph sSTRING
HIGH…aph-demo/backend/concierge/langgraph_server/schemas.py0retrieves the history of thread states. args: thread_id: the id of the thread. limit: the maximum number of states to reSTRING
HIGH…/backend/concierge/langgraph_server/langgraph_agent.py0retrieves the history of thread states. args: thread_id: the id of the thread. limit: the maximum number of states to reSTRING
HIGH…demo/backend/concierge/langgraph_server/fastapi_app.py0retrieves the history of thread states. args: thread_id: the id of the thread. limit: the maximum number of states to reSTRING
HIGH…image-background-changer-using-imagen3/backend/main.py0configures cors middleware based on the environment.STRING
HIGH…profile-image-generation-using-imagen3/backend/main.py0configures cors middleware based on the environment.STRING
HIGH…bot/conversational-app-single-playbook/backend/main.py0configures cors middleware based on the environment.STRING
HIGH…s/quickbot/text-to-image-using-imagen3/backend/main.py0configures cors middleware based on the environment.STRING
HIGH…bot/website-search-using-agent-builder/backend/main.py0configures cors middleware based on the environment.STRING
HIGH…kbot/conversational-app-multi-playbook/backend/main.py0configures cors middleware based on the environment.STRING
HIGH…ot/document-search-using-agent-builder/backend/main.py0configures cors middleware based on the environment.STRING
HIGH…/multi-agent-travel-concierge-with-adk/backend/main.py0configures cors middleware based on the environment.STRING
HIGH…bot/conversational-app-single-playbook/backend/main.py0main fastapi application entry point for the quick bot backend. this module initializes the fastapi application, configuSTRING
HIGH…bot/website-search-using-agent-builder/backend/main.py0main fastapi application entry point for the quick bot backend. this module initializes the fastapi application, configuSTRING
HIGH…kbot/conversational-app-multi-playbook/backend/main.py0main fastapi application entry point for the quick bot backend. this module initializes the fastapi application, configuSTRING
HIGH…ot/document-search-using-agent-builder/backend/main.py0main fastapi application entry point for the quick bot backend. this module initializes the fastapi application, configuSTRING
HIGH…bot/conversational-app-single-playbook/backend/main.py0invalid environment: {environment}. must be 'production' or 'development'STRING
HIGH…bot/website-search-using-agent-builder/backend/main.py0invalid environment: {environment}. must be 'production' or 'development'STRING
HIGH…kbot/conversational-app-multi-playbook/backend/main.py0invalid environment: {environment}. must be 'production' or 'development'STRING
HIGH…ot/document-search-using-agent-builder/backend/main.py0invalid environment: {environment}. must be 'production' or 'development'STRING
HIGH…app-single-playbook/backend/scripts/big_query_setup.py0utility functions for setting up google bigquery datasets and tables.STRING
HIGH…using-agent-builder/backend/scripts/big_query_setup.py0utility functions for setting up google bigquery datasets and tables.STRING
HIGH…-app-multi-playbook/backend/scripts/big_query_setup.py0utility functions for setting up google bigquery datasets and tables.STRING
113 more matches not shown…
Excessive Try-Catch Wrapping459 hits · 493 pts
SeverityFileLineSnippetContext
LOWtools/llmevalkit/pages/2_Dataset_Creation.py61 except Exception as e:CODE
LOWtools/llmevalkit/pages/2_Dataset_Creation.py102 except Exception as e:CODE
LOWtools/llmevalkit/pages/2_Dataset_Creation.py124 except Exception as e:CODE
LOWtools/llmevalkit/pages/2_Dataset_Creation.py139 except Exception as e:CODE
LOWtools/llmevalkit/pages/1_Prompt_Management.py157 except Exception as e:CODE
LOWtools/llmevalkit/pages/1_Prompt_Management.py191 except Exception as e:CODE
LOWtools/llmevalkit/pages/1_Prompt_Management.py254 except Exception as e:CODE
LOWtools/llmevalkit/pages/1_Prompt_Management.py311 except Exception as e:CODE
LOWtools/llmevalkit/pages/1_Prompt_Management.py348 except Exception as e:CODE
LOWtools/llmevalkit/pages/1_Prompt_Management.py467 except Exception as e:CODE
LOWtools/llmevalkit/pages/8_Prompt_Records.py51 except Exception as e:CODE
LOWtools/llmevalkit/pages/8_Prompt_Records.py60 except Exception as e:CODE
LOWtools/llmevalkit/pages/7_Prompt_Optimization_Results.py96 except Exception as e:CODE
LOWtools/llmevalkit/pages/7_Prompt_Optimization_Results.py143 except Exception as e:CODE
LOWtools/llmevalkit/pages/7_Prompt_Optimization_Results.py354 except Exception as e:CODE
LOWtools/llmevalkit/pages/7_Prompt_Optimization_Results.py375 except Exception as e:CODE
LOWtools/llmevalkit/pages/7_Prompt_Optimization_Results.py468 except Exception as e:CODE
LOWtools/llmevalkit/pages/3_Evaluation.py50 except Exception as e:CODE
LOWtools/llmevalkit/pages/3_Evaluation.py125 except Exception as e:CODE
LOWtools/llmevalkit/pages/3_Evaluation.py419 except Exception as e:CODE
LOWtools/llmevalkit/pages/3_Evaluation.py548 except Exception as e:CODE
LOWtools/llmevalkit/pages/3_Evaluation.py768 except Exception as e:CODE
LOWtools/llmevalkit/pages/3_Evaluation.py1034 except Exception as e:CODE
LOWtools/llmevalkit/pages/5_Performance_Tuner.py528 except Exception as e:CODE
LOWtools/llmevalkit/pages/5_Performance_Tuner.py565 except Exception as e:CODE
LOWtools/llmevalkit/pages/5_Performance_Tuner.py599 except Exception as e:CODE
LOWtools/llmevalkit/pages/4_One_Click_Refiner.py102 except Exception as e:CODE
LOWtools/llmevalkit/pages/4_One_Click_Refiner.py124 except Exception as e:CODE
LOWtools/llmevalkit/pages/4_One_Click_Refiner.py167 except Exception as e:CODE
LOWtools/llmevalkit/pages/4_One_Click_Refiner.py187 except Exception as e:CODE
LOWtools/llmevalkit/pages/4_One_Click_Refiner.py229 except Exception as e:CODE
LOWtools/llmevalkit/src/gcp_evaluation.py64 except Exception as e:CODE
LOWtools/llmevalkit/src/gcp_evaluation.py124 except Exception as e:CODE
MEDIUMtools/llmevalkit/src/gcp_evaluation.py125 print(f"Error preparing DataFrame: {e}")CODE
LOWtools/llmevalkit/src/gcp_prompt.py236 except Exception as e:CODE
MEDIUMtools/llmevalkit/src/gcp_dataset.py94 print(f"An error occurred: {e}")CODE
LOW…/multimodal-live-api/livekit-adk/app/livekit_bridge.py50 except Exception as e:CODE
LOW…/multimodal-live-api/livekit-adk/app/livekit_bridge.py198 except Exception as send_err:CODE
LOW…/multimodal-live-api/livekit-adk/app/livekit_bridge.py274 except Exception as exception:CODE
LOW…/multimodal-live-api/livekit-adk/app/livekit_bridge.py276 except Exception as e:CODE
LOWgemini/multimodal-live-api/livekit-adk/app/main.py102 except Exception as e:CODE
LOWgemini/multimodal-live-api/livekit-adk/app/main.py130 except Exception as e:CODE
LOW…l-live-api/livekit-adk/app/travel_booking/telemetry.py41 except Exception as e:CODE
LOW…l-live-api/livekit-adk/app/travel_booking/telemetry.py44 except Exception as e:CODE
LOW…-live-api/livekit-adk/app/travel_booking/viewer_api.py39 except Exception as e:CODE
LOW…-live-api/livekit-adk/app/travel_booking/viewer_api.py82 except Exception as e:CODE
LOW…kit-adk/app/travel_booking/database_session_service.py136 except Exception:STRING
LOW…kit-adk/app/travel_booking/database_session_service.py202 except Exception as parse_e:STRING
LOW…ebsocket-demo-apps/gaming-assistant-demo-app/server.py35 except Exception as e:CODE
MEDIUM…ebsocket-demo-apps/gaming-assistant-demo-app/server.py36 print(f"Error generating access token: {e}")CODE
LOW…ebsocket-demo-apps/gaming-assistant-demo-app/server.py61 except Exception as e:CODE
MEDIUM…ebsocket-demo-apps/gaming-assistant-demo-app/server.py62 print(f"Error processing message: {e}")CODE
LOW…ebsocket-demo-apps/gaming-assistant-demo-app/server.py67 except Exception as e:CODE
LOW…ebsocket-demo-apps/gaming-assistant-demo-app/server.py141 except Exception as e:CODE
LOW…ebsocket-demo-apps/gaming-assistant-demo-app/server.py195 except Exception as e:CODE
LOW…-audio-websocket-demo-apps/plain-js-demo-app/server.py38 except Exception as e:CODE
MEDIUM…-audio-websocket-demo-apps/plain-js-demo-app/server.py39 print(f"Error generating access token: {e}")CODE
LOW…-audio-websocket-demo-apps/plain-js-demo-app/server.py65 except Exception as e:CODE
MEDIUM…-audio-websocket-demo-apps/plain-js-demo-app/server.py66 print(f"Error processing message: {e}")CODE
LOW…-audio-websocket-demo-apps/plain-js-demo-app/server.py71 except Exception as e:CODE
399 more matches not shown…
Decorative Section Separators118 hits · 372 pts
SeverityFileLineSnippetContext
MEDIUM…/multimodal-live-api/livekit-adk/app/livekit_bridge.py215 # ==============================================================COMMENT
MEDIUM…/multimodal-live-api/livekit-adk/app/livekit_bridge.py217 # ==============================================================COMMENT
MEDIUMgemini/multimodal-live-api/livekit-adk/app/main.py45# ========================================COMMENT
MEDIUMgemini/multimodal-live-api/livekit-adk/app/main.py47# ========================================COMMENT
MEDIUMgemini/multimodal-live-api/livekit-adk/app/main.py137# ========================================COMMENT
MEDIUMgemini/multimodal-live-api/livekit-adk/app/main.py139# ========================================COMMENT
MEDIUMgemini/agents/always-on-memory-agent/agent.py524# ─── Consolidation Timer ──────────────────────────────────────COMMENT
MEDIUMgemini/agents/always-on-memory-agent/agent.py36# ─── Config ────────────────────────────────────────────────────COMMENT
MEDIUMgemini/agents/always-on-memory-agent/agent.py77# ─── Database ──────────────────────────────────────────────────COMMENT
MEDIUMgemini/agents/always-on-memory-agent/agent.py315# ─── ADK Agents ────────────────────────────────────────────────COMMENT
MEDIUMgemini/agents/always-on-memory-agent/agent.py395# ─── Agent Runner ──────────────────────────────────────────────COMMENT
MEDIUMgemini/agents/always-on-memory-agent/agent.py478# ─── File Watcher ──────────────────────────────────────────────COMMENT
MEDIUMgemini/agents/always-on-memory-agent/agent.py546# ─── HTTP API ──────────────────────────────────────────────────COMMENT
MEDIUMgemini/agents/always-on-memory-agent/agent.py609# ─── Main ──────────────────────────────────────────────────────COMMENT
MEDIUMgemini/agents/always-on-memory-agent/agent.py111# ─── ADK Tools ─────────────────────────────────────────────────STRING
MEDIUM…ps/accelerating_product_innovation/app/app_config.toml1# -----------------------------------------------------------------------------COMMENT
MEDIUM…ps/accelerating_product_innovation/app/app_config.toml3# -----------------------------------------------------------------------------COMMENT
MEDIUM…ps/accelerating_product_innovation/app/app_config.toml9# -----------------------------------------------------------------------------COMMENT
MEDIUM…ps/accelerating_product_innovation/app/app_config.toml11# -----------------------------------------------------------------------------COMMENT
MEDIUM…ps/accelerating_product_innovation/app/app_config.toml23# -----------------------------------------------------------------------------COMMENT
MEDIUM…ps/accelerating_product_innovation/app/app_config.toml25# -----------------------------------------------------------------------------COMMENT
MEDIUM…ps/accelerating_product_innovation/app/app_config.toml35# -----------------------------------------------------------------------------COMMENT
MEDIUM…ps/accelerating_product_innovation/app/app_config.toml37# -----------------------------------------------------------------------------COMMENT
MEDIUM…ps/accelerating_product_innovation/app/app_config.toml45# -----------------------------------------------------------------------------COMMENT
MEDIUM…ps/accelerating_product_innovation/app/app_config.toml47# -----------------------------------------------------------------------------COMMENT
MEDIUM…ps/accelerating_product_innovation/app/app_config.toml57# -----------------------------------------------------------------------------COMMENT
MEDIUM…ps/accelerating_product_innovation/app/app_config.toml59# -----------------------------------------------------------------------------COMMENT
MEDIUM…ps/accelerating_product_innovation/app/app_config.toml69# -----------------------------------------------------------------------------COMMENT
MEDIUM…ps/accelerating_product_innovation/app/app_config.toml71# -----------------------------------------------------------------------------COMMENT
MEDIUM…mpliance-pipeline/python-extraction-agent/app/agent.py88# ---------------------------------------------------------------------------COMMENT
MEDIUM…mpliance-pipeline/python-extraction-agent/app/agent.py90# ---------------------------------------------------------------------------COMMENT
MEDIUM…mpliance-pipeline/python-extraction-agent/app/agent.py128# ---------------------------------------------------------------------------STRING
MEDIUM…mpliance-pipeline/python-extraction-agent/app/agent.py130# ---------------------------------------------------------------------------STRING
MEDIUM…mpliance-pipeline/python-extraction-agent/app/agent.py150# ---------------------------------------------------------------------------STRING
MEDIUM…mpliance-pipeline/python-extraction-agent/app/agent.py152# ---------------------------------------------------------------------------STRING
MEDIUM…mpliance-pipeline/python-extraction-agent/app/agent.py183# ---------------------------------------------------------------------------STRING
MEDIUM…mpliance-pipeline/python-extraction-agent/app/agent.py185# ---------------------------------------------------------------------------STRING
MEDIUM…e-demo-generator/agent_template/adk_agent/app/tools.py285# =============================================================================COMMENT
MEDIUM…e-demo-generator/agent_template/adk_agent/app/tools.py287# =============================================================================COMMENT
MEDIUM…e-demo-generator/agent_template/adk_agent/app/tools.py998 # =====================================================================COMMENT
MEDIUM…e-demo-generator/agent_template/adk_agent/app/tools.py1007 # =====================================================================COMMENT
MEDIUM…e-demo-generator/agent_template/adk_agent/app/tools.py1555# =============================================================================COMMENT
MEDIUM…e-demo-generator/agent_template/adk_agent/app/tools.py1557# =============================================================================COMMENT
MEDIUM…e-demo-generator/agent_template/adk_agent/app/tools.py74# =============================================================================COMMENT
MEDIUM…e-demo-generator/agent_template/adk_agent/app/tools.py76# =============================================================================COMMENT
MEDIUM…e-demo-generator/agent_template/adk_agent/app/tools.py229# =============================================================================COMMENT
MEDIUM…e-demo-generator/agent_template/adk_agent/app/tools.py244# =============================================================================COMMENT
MEDIUM…e-demo-generator/agent_template/adk_agent/app/tools.py850# =====================================================================COMMENT
MEDIUM…e-demo-generator/agent_template/adk_agent/app/tools.py858# =====================================================================COMMENT
MEDIUM…e-demo-generator/agent_template/adk_agent/app/agent.py28# =============================================================================COMMENT
MEDIUM…e-demo-generator/agent_template/adk_agent/app/agent.py31# =============================================================================COMMENT
MEDIUM…e-demo-generator/agent_template/adk_agent/app/agent.py34# =============================================================================COMMENT
MEDIUM…e-demo-generator/agent_template/adk_agent/app/agent.py37# =============================================================================COMMENT
MEDIUM…e-demo-generator/agent_template/adk_agent/app/agent.py238# =============================================================================COMMENT
MEDIUM…e-demo-generator/agent_template/adk_agent/app/agent.py240# =============================================================================COMMENT
MEDIUM…e-demo-generator/agent_template/adk_agent/app/agent.py243# =============================================================================COMMENT
MEDIUM…e-demo-generator/agent_template/adk_agent/app/agent.py1062# =============================================================================COMMENT
MEDIUM…e-demo-generator/agent_template/adk_agent/app/agent.py1069# =============================================================================COMMENT
MEDIUM…e-demo-generator/agent_template/adk_agent/app/agent.py1078# =============================================================================COMMENT
MEDIUM…e-demo-generator/agent_template/adk_agent/app/agent.py1097# =============================================================================COMMENT
58 more matches not shown…
Over-Commented Block357 hits · 342 pts
SeverityFileLineSnippetContext
LOWtools/llmevalkit/pages/8_Prompt_Records.py1# Copyright 2025 Google LLCCOMMENT
LOWtools/llmevalkit/pages/6_Prompt_Optimization.py1# Copyright 2025 Google LLCCOMMENT
LOWtools/llmevalkit/pages/3_Evaluation.py1# Copyright 2025 Google LLCCOMMENT
LOWtools/llmevalkit/pages/5_Performance_Tuner.py1# Copyright 2025 Google LLCCOMMENT
LOWtools/llmevalkit/src/gcp_evaluation.py1# Copyright 2025 Google LLCCOMMENT
LOWtools/llmevalkit/src/gcp_prompt.py1# Copyright 2025 Google LLCCOMMENT
LOWtools/llmevalkit/src/__init__.py1# Copyright 2025 Google LLCCOMMENT
LOWtools/llmevalkit/src/vapo_lib.py1# Copyright 2024 Google LLCCOMMENT
LOWtools/llmevalkit/src/gcp_dataset.py1# Copyright 2025 Google LLCCOMMENT
LOW…/multimodal-live-api/project-livewire/server/server.py1# Copyright 2025 Google LLCCOMMENT
LOW…-api/project-livewire/server/core/websocket_handler.py1# Copyright 2025 Google LLCCOMMENT
LOW…modal-live-api/project-livewire/server/core/session.py1# Copyright 2025 Google LLCCOMMENT
LOW…-live-api/project-livewire/server/core/tool_handler.py1# Copyright 2025 Google LLCCOMMENT
LOW…live-api/project-livewire/server/core/gemini_client.py1# Copyright 2025 Google LLCCOMMENT
LOW…odal-live-api/project-livewire/server/config/config.py1# Copyright 2025 Google LLCCOMMENT
LOW…cloud-functions/weather-tools/get-weather-tool/main.py1# Copyright 2025 Google LLCCOMMENT
LOWgemini/agents/genai-experience-concierge/LICENSE.txt1# Copyright 2025 Google LLCCOMMENT
LOW…perience-concierge/langgraph-demo/frontend/LICENSE.txt1# Copyright 2025 Google LLCCOMMENT
LOW…ierge/langgraph-demo/frontend/concierge_ui/__init__.py1# Copyright 2025 Google. This software is provided as-is, without warranty orCOMMENT
LOW…xperience-concierge/langgraph-demo/backend/LICENSE.txt1# Copyright 2025 Google LLCCOMMENT
LOW…concierge/langgraph-demo/backend/concierge/__init__.py1# Copyright 2025 Google. This software is provided as-is, without warranty orCOMMENT
LOW…rge/langgraph-demo/backend/concierge/tools/__init__.py1# Copyright 2025 Google. This software is provided as-is, without warranty orCOMMENT
LOW…rge/langgraph-demo/backend/concierge/nodes/__init__.py1# Copyright 2025 Google. This software is provided as-is, without warranty orCOMMENT
LOW…demo/backend/concierge/nodes/task_planning/__init__.py1# Copyright 2025 Google. This software is provided as-is, without warranty orCOMMENT
LOW…/backend/concierge/nodes/task_planning/ops/__init__.py1# Copyright 2025 Google. This software is provided as-is, without warranty orCOMMENT
LOW…ph-demo/backend/concierge/langgraph_server/__init__.py1# Copyright 2025 Google. This software is provided as-is, without warranty orCOMMENT
LOW…ge/langgraph-demo/backend/concierge/agents/__init__.py1# Copyright 2025 Google. This software is provided as-is, without warranty orCOMMENT
LOW…/agents/genai-experience-concierge/scripts/__init__.py1# Copyright 2025 Google. This software is provided as-is, without warranty orCOMMENT
LOW…xperience-concierge/scripts/langgraph_demo/__init__.py1# Copyright 2025 Google. This software is provided as-is, without warranty orCOMMENT
LOW…nts/genai-experience-concierge/scripts/cli/__init__.py1# Copyright 2025 Google. This software is provided as-is, without warranty orCOMMENT
LOWgemini/mcp/mcp_orchestration_app/src/gemini_client.py681 )COMMENT
LOW…cases/retrieval-augmented-generation/utils/__init__.py1# Copyright 2024 Google LLCCOMMENT
LOW…ini/use-cases/entity-extraction/document_processing.py1# Copyright 2025 Google LLCCOMMENT
LOWgemini/use-cases/entity-extraction/utils.py1# Copyright 2025 Google LLCCOMMENT
LOWgemini/use-cases/entity-extraction/deploy.sh1#!/bin/bashCOMMENT
LOWgemini/use-cases/entity-extraction/evaluate.py1# Copyright 2025 Google LLCCOMMENT
LOWgemini/use-cases/entity-extraction/main.py1# Copyright 2025 Google LLCCOMMENT
LOW…se-cases/entity-extraction/document_processing_test.py1# Copyright 2025 Google LLCCOMMENT
LOWgemini/prompts/prompt_optimizer/vapo_lib.py1# Copyright 2024 Google LLCCOMMENT
LOWgemini/sample-apps/gemini-mesop-cloudrun/main.py1# Copyright 2024 Google LLCCOMMENT
LOW…i/sample-apps/gemini-mesop-cloudrun/shared/nav_menu.py1# Copyright 2024 Google LLCCOMMENT
LOW…ni/sample-apps/gemini-mesop-cloudrun/shared/prompts.py1# Copyright 2024 Google LLCCOMMENT
LOW…ini/sample-apps/gemini-mesop-cloudrun/shared/styles.py1# Copyright 2024 Google LLCCOMMENT
LOWgemini/sample-apps/image-bash-jam/tts.sh1#!/bin/bashCOMMENT
LOWgemini/sample-apps/gemini-quart-cloudrun/app/app.py1# Copyright 2025 Google LLCCOMMENT
LOW…accelerating_product_innovation/.streamlit/config.toml1# Copyright 2023 Google LLCCOMMENT
LOW…/sample-apps/photo-discovery/app/analysis_options.yaml1# This file configures the analyzer, which statically analyzes Dart code toCOMMENT
LOW…/sample-apps/photo-discovery/app/analysis_options.yaml21 # `// ignore_for_file: name_of_lint` syntax on the line or in the fileCOMMENT
LOW…covery/app/linux/flutter/generated_plugin_registrant.h1//COMMENT
LOW…sample-apps/photo-discovery/app/windows/runner/utils.h1#ifndef RUNNER_UTILS_H_COMMENT
LOW…ps/photo-discovery/app/windows/runner/win32_window.cpp1#include "win32_window.h"COMMENT
LOW…ple-apps/photo-discovery/app/windows/runner/resource.h1//{{NO_DEPENDENCIES}}COMMENT
LOW…very/app/windows/flutter/generated_plugin_registrant.h1//COMMENT
LOWgemini/sample-apps/photo-discovery/ag-web/app/app.py1# Copyright 2024 Google LLCCOMMENT
LOWgemini/sample-apps/swot-agent/agent.py1# Copyright 2024 Google, LLC.COMMENT
LOWgemini/sample-apps/swot-agent/main.py1# Copyright 2024 Google, LLC.COMMENT
LOWgemini/sample-apps/swot-agent/tests/test_agent.py1# Copyright 2024 Google, LLC. This software is provided as-is, withoutCOMMENT
LOWgemini/sample-apps/swot-agent/tests/test_main.py1# Copyright 2024 Google, LLC. This software is provided as-is, withoutCOMMENT
LOW…ge-background-changer-using-imagen3/docker-compose.yml1# Copyright 2025 Google LLCCOMMENT
LOW…ontend/src/app/components/header/header.component.scss61 cursor: pointer;COMMENT
297 more matches not shown…
Self-Referential Comments105 hits · 288 pts
SeverityFileLineSnippetContext
MEDIUMtools/llmevalkit/pages/7_Prompt_Optimization_Results.py204 # Create a boolean series for the comparisonCOMMENT
MEDIUMtools/llmevalkit/src/gcp_dataset.py16"""This module provides utility functions for managing and processing datasetsSTRING
MEDIUM…l-live-api/livekit-adk/app/travel_booking/telemetry.py36 # Create a new provider with resource and processorCOMMENT
MEDIUM…-live-api/livekit-adk/app/travel_booking/viewer_api.py9# Create a dedicated FastAPI router/app for the viewerCOMMENT
MEDIUM…live-api/project-livewire/server/core/gemini_client.py67 # Create the sessionCOMMENT
MEDIUM…perience-concierge/langgraph-demo/terraform/project.tf11# Create a project for the concierge demo.COMMENT
MEDIUM…perience-concierge/langgraph-demo/terraform/project.tf47# Create an Artifact Registry repository for hosting docker images for the concierge demo.COMMENT
MEDIUM…perience-concierge/langgraph-demo/terraform/network.tf11# Create a VPC network and a single subnet for the concierge demo.COMMENT
MEDIUM…perience-concierge/langgraph-demo/terraform/network.tf30# Create an IP address for the VPC peering connection.COMMENT
MEDIUM…perience-concierge/langgraph-demo/terraform/network.tf40# Create a private service networking connection.COMMENT
MEDIUM…ience-concierge/langgraph-demo/terraform/app_engine.tf5# Create a demo IAP brand for the Oauth Consent Screen.COMMENT
MEDIUM…ience-concierge/langgraph-demo/terraform/app_engine.tf14# Create a demo IAP client for the Oauth Consent Screen.COMMENT
MEDIUM…rience-concierge/langgraph-demo/terraform/databases.tf20# Create an AlloyDB cluster and instance for session management.COMMENT
MEDIUM…rience-concierge/langgraph-demo/terraform/databases.tf69# Create a BigQuery dataset for the mock Cymbal Retail data and embedding model.COMMENT
MEDIUM…rience-concierge/langgraph-demo/terraform/databases.tf88# Create a remote Cloud Resource Connection to enable access to BQML Embedding modelsCOMMENT
MEDIUM…gmented-generation/utils/intro_multimodal_rag_utils.py247 # Create the image file nameCOMMENT
MEDIUM…gmented-generation/utils/intro_multimodal_rag_utils.py250 # Create the image save directory if it doesn't existCOMMENT
MEDIUM…gmented-generation/utils/intro_multimodal_rag_utils.py740 # Create a dictionary to store matched images and their informationCOMMENT
MEDIUM…gmented-generation/utils/intro_multimodal_rag_utils.py744 # Create a sub-dictionary for each matched imageCOMMENT
MEDIUM…gmented-generation/utils/intro_multimodal_rag_utils.py841 # Create a dictionary to store matched text and their informationCOMMENT
MEDIUM…gmented-generation/utils/intro_multimodal_rag_utils.py845 # Create a sub-dictionary for each matched textCOMMENT
MEDIUM…sing-gemini-with-bigquery-remote-functions/function.tf18#Create a service account to manage the remote function and its permissionsCOMMENT
MEDIUM…sing-gemini-with-bigquery-remote-functions/function.tf50## Create a Cloud Function to serve as the remote function for image analysisCOMMENT
MEDIUM…sing-gemini-with-bigquery-remote-functions/function.tf87## Create a Cloud Function to serve as the remote function for image analysisCOMMENT
MEDIUM…ing-gemini-with-bigquery-remote-functions/workflows.tf19## Create the Workflows service account to manage permissionsCOMMENT
MEDIUM…ing-gemini-with-bigquery-remote-functions/workflows.tf49## Create the workflowCOMMENT
MEDIUM…using-gemini-with-bigquery-remote-functions/storage.tf17#Create a GCS bucket to store the image analysisremote function source codeCOMMENT
MEDIUM…using-gemini-with-bigquery-remote-functions/storage.tf42# Create a GCS bucket to upload demo imagesCOMMENT
MEDIUM…sing-gemini-with-bigquery-remote-functions/bigquery.tf72# Create a series of stored procedures to connect to the remote function and call itCOMMENT
MEDIUM…sing-gemini-with-bigquery-remote-functions/bigquery.tf73## Create the image remote function. This stored procedure will be called by the workflowCOMMENT
MEDIUM…sing-gemini-with-bigquery-remote-functions/bigquery.tf110## Create the sample text input table. This stored procedure will be called by the workflowCOMMENT
MEDIUM…sing-gemini-with-bigquery-remote-functions/bigquery.tf124## Create the image remote function. This stored procedure will be called by the workflowCOMMENT
MEDIUMgemini/prompts/prompt_optimizer/vapo_lib.py530 # Create a dictionary to track files found in each directoryCOMMENT
MEDIUMgemini/prompts/prompt_optimizer/vapo_lib.py617 # Create a label widget for the descriptionCOMMENT
MEDIUMgemini/prompts/prompt_optimizer/vapo_lib.py870 # Create an EvalTask objectCOMMENT
MEDIUMgemini/prompts/prompt_optimizer/vapo_lib.py1009 # Define the JSON schema for validationCOMMENT
MEDIUM…novation/app/pages_utils/resources_store_embeddings.py85 # Creating a simple dictionary to store all informationCOMMENT
MEDIUM…novation/app/pages_utils/resources_store_embeddings.py317 # Create a list of csv file columns.COMMENT
MEDIUM…novation/app/pages_utils/resources_store_embeddings.py340 # Create a dataframe from final chunked data.COMMENT
MEDIUM…oduct_innovation/app/pages_utils/export_content_pdf.py79 pdf = pdf_generator() # Create a PDF for the current productCODE
MEDIUM…rating_product_innovation/app/pages_utils/downloads.py75 # Create a BytesIO object to hold the zip file contentCOMMENT
MEDIUM…rating_product_innovation/app/pages_utils/downloads.py165 # Create the zip file in memory.COMMENT
MEDIUM…rating_product_innovation/app/pages_utils/downloads.py185 # Create the zip archiveCOMMENT
MEDIUM…elerating_product_innovation/app/pages_utils/imagen.py100 # Create a post request to get images.COMMENT
MEDIUM…ating_product_innovation/app/pages_utils/edit_image.py1"""This module provides functions for image processing and session stateSTRING
MEDIUM…ating_product_innovation/app/pages_utils/edit_image.py215 # Create a BytesIO object from the image bytesCOMMENT
MEDIUM…product_innovation/app/pages_utils/draft_generation.py35 # Create an expandable section for each product titleCOMMENT
MEDIUM…accelerating_product_innovation/app/pages/resources.py57# Create a container for the screenCOMMENT
MEDIUM…accelerating_product_innovation/app/pages/resources.py60# Create a form for the resources pageCOMMENT
MEDIUMgemini/sample-apps/swot-agent/main.py151 # Create a custom deps object that uses the session_idCOMMENT
MEDIUM…image-background-changer-using-imagen3/backend/main.py54# Create a route to handle GET requests on rootCOMMENT
MEDIUM…image-background-changer-using-imagen3/backend/main.py60# Create a route to handle GET requests on /versionCOMMENT
MEDIUM…und-changer-using-imagen3/backend/tests/test_search.py33# Create a test client for the FastAPI appCOMMENT
MEDIUM…ound-changer-using-imagen3/backend/src/model/search.py21# Create a Literal type from the list of valid modelsCOMMENT
MEDIUM…profile-image-generation-using-imagen3/backend/main.py54# Create a route to handle GET requests on rootCOMMENT
MEDIUM…profile-image-generation-using-imagen3/backend/main.py60# Create a route to handle GET requests on /versionCOMMENT
MEDIUM…e-generation-using-imagen3/backend/src/model/search.py21# Create a Literal type from the list of valid modelsCOMMENT
MEDIUM…generation-using-imagen3/backend/src/service/search.py71 # Create a new image with paddingSTRING
MEDIUM…generation-using-imagen3/backend/src/service/search.py109 # Create a mask with the same size as the original imageSTRING
MEDIUM…bot/conversational-app-single-playbook/backend/main.py65# Create a route to handle GET requests on rootCOMMENT
45 more matches not shown…
Hyper-Verbose Identifiers235 hits · 222 pts
SeverityFileLineSnippetContext
LOWtools/llmevalkit/tests/test_evaluation_page.py18def test_evaluation_load_prompt(mock_init, mock_storage, mock_gcp_prompt, mock_prompts):CODE
LOWtools/llmevalkit/pages/2_Dataset_Creation.py107def _ensure_datasets_folder_exists(CODE
LOWtools/llmevalkit/pages/1_Prompt_Management.py85def _apply_generation_config_typing(config: dict[str, Any]) -> dict[str, Any]:CODE
LOWtools/llmevalkit/pages/1_Prompt_Management.py162def _handle_generate_test_for_new() -> None:CODE
LOWtools/llmevalkit/pages/1_Prompt_Management.py259def _handle_save_edited_prompt() -> None:CODE
LOWtools/llmevalkit/pages/1_Prompt_Management.py316def _handle_generate_test_for_edit() -> None:CODE
LOWtools/llmevalkit/pages/7_Prompt_Optimization_Results.py37def list_custom_training_jobs(project_id: str, location: str):CODE
LOWtools/llmevalkit/pages/7_Prompt_Optimization_Results.py154def _display_interactive_results(results_ui: vapo_lib.ResultsUI) -> None:CODE
LOWtools/llmevalkit/pages/3_Evaluation.py46def get_metric_object_by_name(metric_name: str):CODE
LOWtools/llmevalkit/pages/3_Evaluation.py78def get_autorater_pairwise_response(metric_prompt: str, model: str) -> dict:CODE
LOWtools/llmevalkit/src/gcp_evaluation.py129def extract_completeness_metrics(CODE
LOWtools/llmevalkit/src/gcp_evaluation.py157def plot_distribution_comparison(CODE
LOWtools/llmevalkit/src/gcp_prompt.py263 def get_generation_config_dict(self):CODE
LOWtools/llmevalkit/src/gcp_prompt.py268def escape_special_characters(text: str) -> str:CODE
LOWtools/llmevalkit/src/gcp_dataset.py61def escape_special_characters(text: str) -> str:CODE
LOW…/multimodal-live-api/livekit-adk/app/livekit_bridge.py143 def _on_active_speakers_changed(self, speakers):CODE
LOWgemini/multimodal-live-api/livekit-adk/app/main.py94async def start_livekit_bridge_task(user_id: str, session_id: str):CODE
LOW…l-live-api/livekit-adk/app/static/js/audio-recorder.js23export async function startAudioRecorderWorklet(audioRecorderHandler) {CODE
LOW…al-live-api/pcm-audio-debugger/pcm-audio-debugger.html585 function processAndEncode() {CODE
LOW…timodal-live-api/websocket-demo-app/frontend/script.js41function getSelectedResponseModality() {CODE
LOW…timodal-live-api/websocket-demo-app/frontend/script.js229async function setAvailableCamerasOptions() {CODE
LOW…timodal-live-api/websocket-demo-app/frontend/script.js235async function setAvailableMicrophoneOptions() {CODE
LOW…concierge/langgraph-demo/frontend/concierge_ui/auth.py34def fetch_gce_id_token_credentials(CODE
LOW…concierge/langgraph-demo/frontend/concierge_ui/auth.py51def fetch_impersonated_id_token_credentials(CODE
LOW…concierge/langgraph-demo/backend/concierge/settings.py50 def ensure_cymbal_dataset_resources(self) -> Self:CODE
LOW…nggraph-demo/backend/concierge/tools/find_inventory.py39def generate_find_inventory_handler(STRING
LOW…/langgraph-demo/backend/concierge/tools/find_stores.py59def generate_find_stores_handler(CODE
LOW…anggraph-demo/backend/concierge/tools/find_products.py62def generate_find_products_handler(CODE
LOW…anggraph-demo/backend/concierge/tools/find_products.py166def _build_query_without_vector_search(CODE
LOW…anggraph-demo/backend/concierge/tools/find_products.py284def _build_query_with_vector_search(STRING
LOW…ierge/langgraph-demo/backend/concierge/nodes/router.py63def build_semantic_router_node(CODE
LOW…/backend/concierge/langgraph_server/langgraph_agent.py294def _checkpoint_from_runnable_config(CODE
LOW…/backend/concierge/langgraph_server/langgraph_agent.py315def _state_snapshot_to_thread_state(CODE
LOW…/backend/concierge/langgraph_server/langgraph_agent.py343def _pregel_task_to_thread_task(task: lg_types.PregelTask) -> schema.ThreadTask:CODE
LOW…experience-concierge/scripts/langgraph_demo/dataset.py191def create_product_table_with_embeddings(CODE
LOW…experience-concierge/scripts/langgraph_demo/dataset.py321def get_connection_service_account(CODE
LOWgemini/agents/always-on-memory-agent/agent.py169def read_unconsolidated_memories() -> dict:CODE
LOWgemini/agents/always-on-memory-agent/agent.py231def read_consolidation_history() -> dict:CODE
LOWgemini/mcp/adk_mcp_app/main.py47async def process_message_with_runner(runner: Runner, session_id: str, question: str):STRING
LOWgemini/mcp/adk_mcp_app/mcp_server/cocktail.py123async def list_cocktails_by_first_letter(letter: str) -> str:CODE
LOWgemini/mcp/adk_mcp_app/mcp_server/cocktail.py141async def search_ingredient_by_name(name: str) -> str:CODE
LOWgemini/mcp/adk_mcp_app/mcp_server/cocktail.py165async def lookup_cocktail_details_by_id(cocktail_id: str) -> str:CODE
LOWgemini/mcp/adk_multiagent_mcp_app/main.py105async def process_message_with_runner(runner: Runner, session_id: str, question: str):CODE
LOW…mini/mcp/adk_multiagent_mcp_app/mcp_server/cocktail.py120async def list_cocktails_by_first_letter(letter: str) -> str:CODE
LOW…mini/mcp/adk_multiagent_mcp_app/mcp_server/cocktail.py138async def search_ingredient_by_name(name: str) -> str:CODE
LOW…mini/mcp/adk_multiagent_mcp_app/mcp_server/cocktail.py162async def lookup_cocktail_details_by_id(cocktail_id: str) -> str:CODE
LOW…gmented-generation/utils/intro_multimodal_rag_utils.py32def get_text_embedding_from_text_embedding_model(CODE
LOW…gmented-generation/utils/intro_multimodal_rag_utils.py59def get_image_embedding_from_multimodal_embedding_model(CODE
LOW…gmented-generation/utils/intro_multimodal_rag_utils.py89def get_text_overlapping_chunk(CODE
LOW…gmented-generation/utils/intro_multimodal_rag_utils.py533def get_user_query_text_embeddings(user_query: str) -> np.ndarray:CODE
LOW…gmented-generation/utils/intro_multimodal_rag_utils.py548def get_user_query_image_embeddings(CODE
LOW…gmented-generation/utils/intro_multimodal_rag_utils.py585def print_text_to_image_citation(CODE
LOW…gmented-generation/utils/intro_multimodal_rag_utils.py636def print_text_to_text_citation(CODE
LOW…gmented-generation/utils/intro_multimodal_rag_utils.py689def get_similar_image_from_query(CODE
LOW…gmented-generation/utils/intro_multimodal_rag_utils.py795def get_similar_text_from_query(CODE
LOW…ini/use-cases/entity-extraction/document_processing.py108def classify_and_extract_document(document_uri: str) -> str:CODE
LOW…ini/use-cases/entity-extraction/document_processing.py118def evaluate_quality_and_extract(extract_config_id: str, document_uri: str):CODE
LOWgemini/use-cases/entity-extraction/main.py101def handle_classification_and_extraction():CODE
LOW…se-cases/entity-extraction/document_processing_test.py75def test_classify_and_extract_document() -> None:STRING
LOW…se-cases/entity-extraction/document_processing_test.py94def test_evaluate_quality_and_extract_high_quality_document() -> None:STRING
175 more matches not shown…
Docstring Block Structure35 hits · 175 pts
SeverityFileLineSnippetContext
HIGH…-demo/backend/concierge/nodes/task_planning/planner.py32 Generates a plan or a direct response based on the current conversation state. This function takes theSTRING
HIGH…emo/backend/concierge/nodes/task_planning/reflector.py32 Asynchronously reflects on the executed plan and determines the next action. This function takes the cSTRING
HIGH…demo/backend/concierge/nodes/task_planning/executor.py29 Asynchronously executes a plan's tasks and updates the conversation state. This function takes the curSTRING
HIGH…backend/concierge/langgraph_server/checkpoint_saver.py23 Loads a checkpoint saver based on the provided backend configuration. This function takes a CheckpointerConfigSTRING
HIGH…experience-concierge/scripts/langgraph_demo/backend.py99 Describe a Cloud Run service and print its details in JSON format. This command uses `gcloud run services descSTRING
HIGH…perience-concierge/scripts/langgraph_demo/terraform.py114 Retrieve Terraform outputs as a dictionary. This command retrieves the outputs defined in the Terraform configSTRING
HIGH…experience-concierge/scripts/langgraph_demo/dataset.py82 Create the required Cymbal dataset models and tables. Only the project is required to exist before calling thiSTRING
HIGH…experience-concierge/scripts/langgraph_demo/dataset.py349 Executes a function and prints a success or failure message. Args: start_message (str): The message toSTRING
HIGHgemini/mcp/mcp_orchestration_app/src/gemini_server.py108Calls the specified Gemini model using the google-genai library. Args: model_name: The name of the Gemini mSTRING
HIGHgemini/mcp/mcp_orchestration_app/src/gemini_client.py55Loads configuration from a JSON file. Args: file_path: Path to the configuration file. RetSTRING
HIGHgemini/mcp/mcp_orchestration_app/src/gemini_client.py228Execute a tool with retry mechanism. Args: tool_name: The name of the tool to execute. STRING
HIGHgemini/mcp/mcp_orchestration_app/src/gemini_client.py508 Sends the current conversation history to the LLM and returns the response text. Args: STRING
HIGH…gmented-generation/utils/intro_multimodal_rag_utils.py92 * Breaks a text document into chunks of a specified size, with an overlap between chunks to preserve context. *STRING
HIGH…gmented-generation/utils/intro_multimodal_rag_utils.py174 * Extracts text from a given page object, chunks it, and generates embeddings for each chunk. * Takes a page obSTRING
HIGH…gmented-generation/utils/intro_multimodal_rag_utils.py803 Finds the top N most similar text passages from a metadata DataFrame based on a text query. Args: querSTRING
HIGH…elerating_product_innovation/app/pages_utils/imagen.py36Predicts the output of Imagen on a given instance dict. Args: instance_dict: The input to the laSTRING
HIGH…ingle-playbook/backend/src/repository/cloud_storage.py49Lists all blobs (files) within a specified GCS path. Parses the bucket name and prefix from the full GCS path STRING
HIGH…nal-app-single-playbook/backend/src/repository/task.py78Creates a Cloud Task to handle an IntentCreateEvent. Constructs an HTTP task targeting the configured FUNCTION_STRING
HIGH…pp-single-playbook/backend/src/repository/big_query.py111 Executes a BigQuery SQL query and returns the results. Args: query: The SQL query string tSTRING
HIGH…onal-app-single-playbook/backend/src/service/intent.py89Creates a new intent in the database. Validates that an intent with the same name doesn't already exist. STRING
HIGH…sing-agent-builder/backend/src/repository/big_query.py111 Executes a BigQuery SQL query and returns the results. Args: query: The SQL query string tSTRING
HIGH…h-using-agent-builder/backend/src/controller/search.py34 Performs a search using the configured Search Application. Args: item: The search request containing tSTRING
HIGH…gent-builder/backend/src/service/search_application.py57 Creates a new Search Application configuration in BigQuery. Ensures that no configuration already exisSTRING
HIGH…gent-builder/backend/src/service/search_application.py91 Updates an existing Search Application configuration in BigQuery. Identifies the row to update using tSTRING
HIGH…multi-playbook/backend/src/repository/cloud_storage.py49Lists all blobs (files) within a specified GCS path. Parses the bucket name and prefix from the full GCS path STRING
HIGH…onal-app-multi-playbook/backend/src/repository/task.py78Creates a Cloud Task to handle an IntentCreateEvent. Constructs an HTTP task targeting the configured FUNCTION_STRING
HIGH…app-multi-playbook/backend/src/repository/big_query.py111 Executes a BigQuery SQL query and returns the results. Args: query: The SQL query string tSTRING
HIGH…ional-app-multi-playbook/backend/src/service/intent.py89Creates a new intent in the database. Validates that an intent with the same name doesn't already exist. STRING
HIGH…sing-agent-builder/backend/src/repository/big_query.py104 Executes a BigQuery SQL query and returns the results. Args: query: The SQL query string tSTRING
HIGH…h-using-agent-builder/backend/src/controller/search.py44 Performs a search using the configured Search Application. Args: item: The search request containing tSTRING
HIGH…h-using-agent-builder/backend/src/controller/search.py117 Fetches a document directly from GCS and returns its content. Expects a JSON body with a 'gcs_url' field speciSTRING
HIGH…gent-builder/backend/src/service/search_application.py57 Creates a new Search Application configuration in BigQuery. Ensures that no configuration already exisSTRING
HIGH…gent-builder/backend/src/service/search_application.py91 Updates an existing Search Application configuration in BigQuery. Identifies the row to update using tSTRING
HIGH…arch-using-agent-builder/backend/src/service/search.py72 Performs a search against the configured Discovery Engine. Constructs a search request with predefinedSTRING
HIGH…concierge-with-adk/backend/src/repository/big_query.py111 Executes a BigQuery SQL query and returns the results. Args: query: The SQL query string tSTRING
Modern AI Meta-Vocabulary51 hits · 156 pts
SeverityFileLineSnippetContext
MEDIUMrag-grounding/README.md1# RAG and GroundingCOMMENT
MEDIUMrag-grounding/README.md22## What is RAG and Grounding?COMMENT
MEDIUMrag-grounding/README.md47## Measuring RAG/Grounding QualityCOMMENT
MEDIUMrag-grounding/README.md63## Out of the Box RAG/GroundingCOMMENT
MEDIUMrag-grounding/README.md105## Orchestration with RAG EngineCOMMENT
MEDIUMrag-grounding/README.md118## Bring your own Search for RAG/GroundingCOMMENT
MEDIUMrag-grounding/README.md131## Build your own Search for RAG/GroundingCOMMENT
MEDIUMrag-grounding/README.md214## Agents on top of RAGCOMMENT
MEDIUM…rience-concierge/langgraph-demo/terraform/databases.tf69# Create a BigQuery dataset for the mock Cymbal Retail data and embedding model.COMMENT
MEDIUM…anggraph-demo/frontend/concierge_ui/remote_settings.py34 base_url=pydantic.HttpUrl("http://0.0.0.0:3000/gemini-with-guardrails"),CODE
MEDIUM…i-experience-concierge/agent-design-patterns/README.md9| [Guardrail Classifier Agent](#guardrail-classifier-agent) | [guardrail-classifier.ipynb](./guardrail-classifier.ipynb)CODE
MEDIUMgemini/mcp/adk_multiagent_mcp_app/main.py24# Initialize services (globally or via dependency injection)COMMENT
MEDIUM…ating_product_innovation/app/pages/product_insights.py76 # Set flag to generate RAG answersCOMMENT
MEDIUM…ating_product_innovation/app/pages/product_insights.py152 # Set flag to generate RAG answersCOMMENT
MEDIUM…ating_product_innovation/app/pages/product_insights.py155# Check if RAG answers should be generatedCOMMENT
MEDIUM…ating_product_innovation/app/pages/product_insights.py192# Check if RAG answer and references are availableCOMMENT
MEDIUM…ating_product_innovation/app/pages/product_insights.py197 # Display RAG answerCOMMENT
MEDIUM…ating_product_innovation/app/pages/product_insights.py201 # Display RAG answer referencesCOMMENT
MEDIUM…ating_product_innovation/app/pages/product_insights.py205 # Reset RAG answers generation flagCOMMENT
MEDIUM…ating_product_innovation/app/pages/product_insights.py178 # Generate RAG answers and referencesCOMMENT
MEDIUM…ating_product_innovation/app/pages/product_insights.py225 # Set flag to generate RAG answersCOMMENT
MEDIUM…ge-background-changer-using-imagen3/frontend/README.md15## Code scaffoldingCOMMENT
MEDIUM…file-image-generation-using-imagen3/frontend/README.md15## Code scaffoldingCOMMENT
MEDIUM…/quickbot/conversational-app-single-playbook/README.md1# Quickbot - Conversational App with Single Playbook using Custom RAG & Agent BuilderCOMMENT
MEDIUM…/quickbot/conversational-app-single-playbook/README.md197│ └── create-intent/ # Example: Source for the RAG Cloud FunctionCODE
MEDIUM…/conversational-app-single-playbook/frontend/README.md9## Code scaffoldingCOMMENT
MEDIUM…uickbot/text-to-image-using-imagen3/frontend/README.md15## Code scaffoldingCOMMENT
MEDIUM…/quickbot/website-search-using-agent-builder/README.md1# QuickBot - Website Search using Custom RAGCOMMENT
MEDIUM…/quickbot/website-search-using-agent-builder/README.md57#### 2. Deploy the RAG Cloud Function (e.g., `create-intent-index`)COMMENT
MEDIUM…/quickbot/website-search-using-agent-builder/README.md255│ └── create-intent/ # Example: Source for the RAG Cloud FunctionCODE
MEDIUM…/website-search-using-agent-builder/frontend/README.md9## Code scaffoldingCOMMENT
MEDIUM…s/quickbot/conversational-app-multi-playbook/README.md1# Quickbot - Conversational App with Multiple Playbooks using Custom RAG & Agent BuilderCOMMENT
MEDIUM…s/quickbot/conversational-app-multi-playbook/README.md197│ └── create-intent/ # Example: Source for the RAG Cloud FunctionCODE
MEDIUM…t/conversational-app-multi-playbook/frontend/README.md9## Code scaffoldingCOMMENT
MEDIUM…document-search-using-agent-builder/frontend/README.md9## Code scaffoldingCOMMENT
MEDIUM…ickbot/multi-agent-travel-concierge-with-adk/README.md174├── backend/ # Python backend (FastAPI/Uvicorn) for agent orchestration/APICODE
MEDIUM…lti-agent-travel-concierge-with-adk/frontend/README.md9## Code scaffoldingCOMMENT
MEDIUMgemini/sample-apps/llamaindex-rag/README.md1# LlamaIndex Advanced Agentic RAG ImplementationCOMMENT
MEDIUM…sample-apps/llamaindex-rag/ui/pages/3_💬 Q&A_Chatbot.py292st.sidebar.markdown("#### 🛠️ RAG Configurations")CODE
MEDIUMgemini/sample-apps/llamaindex-rag/backend/README.md1# RAG BackendCOMMENT
MEDIUMgemini/sample-apps/llamaindex-rag/backend/README.md56## RAGCOMMENT
MEDIUMgemini/sample-apps/llamaindex-rag/backend/README.md82### Data Source and RAG Pipeline State ManagementCOMMENT
MEDIUM…amaindex-rag/backend/indexing/run_parse_embed_index.py234 # Setup embedding model and LLMCOMMENT
MEDIUMgemini/sample-apps/genwealth/README.md174##### RAG Pipeline BranchCOMMENT
MEDIUM…ni/sample-apps/genwealth/deployment/install-pgadmin.sh56# Register text-embedding-005 embedding modelCOMMENT
MEDIUM…pps/genwealth/walkthroughs/backend-demo-walkthrough.md257### Build a RAG-Powered Gen AI ChatbotCOMMENT
MEDIUM…ps/genwealth/walkthroughs/frontend-demo-walkthrough.md184![Guardrails](https://storage.googleapis.com/github-repo/generative-ai/sample-apps/genwealth/images/genwealth-ui/20-guarCODE
MEDIUMsearch/cloud-function/README.md106## Use case: RAG / GroundingCOMMENT
MEDIUMsearch/auto-rag-eval/README.md1# Auto RAG Eval: Automated Benchmark Generation for RAG SystemsCOMMENT
MEDIUMsearch/auto-rag-eval/README.md336### Auto RAG Eval Benchmark Format (benchmark.json)COMMENT
MEDIUM…or/agent_template/adk_agent/app/examples/0.8/README.md1# A2UI few-shot examples (app-specific)COMMENT
Deep Nesting129 hits · 100 pts
SeverityFileLineSnippetContext
LOWtools/llmevalkit/pages/2_Dataset_Creation.py67CODE
LOWtools/llmevalkit/pages/8_Prompt_Records.py32CODE
LOWtools/llmevalkit/pages/6_Prompt_Optimization.py180CODE
LOWtools/llmevalkit/pages/7_Prompt_Optimization_Results.py154CODE
LOWtools/llmevalkit/pages/3_Evaluation.py140CODE
LOWtools/llmevalkit/pages/5_Performance_Tuner.py197CODE
LOWtools/llmevalkit/pages/4_One_Click_Refiner.py192CODE
LOWtools/llmevalkit/src/gcp_evaluation.py71CODE
LOWtools/llmevalkit/src/gcp_prompt.py204CODE
LOW…/multimodal-live-api/livekit-adk/app/livekit_bridge.py202CODE
LOW…-live-api/livekit-adk/app/travel_booking/viewer_api.py43CODE
LOW…kit-adk/app/travel_booking/database_session_service.py187CODE
LOW…-demo-apps/plain-js-python-sdk-demo-app/gemini_live.py30CODE
LOW…-demo-apps/plain-js-python-sdk-demo-app/gemini_live.py79CODE
LOW…bsocket-demo-apps/plain-js-python-sdk-demo-app/main.py47CODE
LOW…bsocket-demo-apps/plain-js-python-sdk-demo-app/main.py68CODE
LOW…-api/project-livewire/server/core/websocket_handler.py42CODE
LOW…-api/project-livewire/server/core/websocket_handler.py134CODE
LOW…-api/project-livewire/server/core/websocket_handler.py193CODE
LOW…-api/project-livewire/server/core/websocket_handler.py303CODE
LOW…end/concierge_ui/agents/gemini_chat_with_guardrails.py16CODE
LOW…raph-demo/frontend/concierge_ui/agents/task_planner.py16CODE
LOW…-demo/frontend/concierge_ui/agents/function_calling.py17CODE
LOW…h-demo/frontend/concierge_ui/agents/semantic_router.py16CODE
LOWgemini/agents/always-on-memory-agent/dashboard.py120CODE
LOWgemini/agents/always-on-memory-agent/agent.py190CODE
LOWgemini/agents/always-on-memory-agent/agent.py283CODE
LOWgemini/agents/always-on-memory-agent/agent.py481CODE
LOWgemini/mcp/mcp_orchestration_app/src/gemini_client.py170CODE
LOWgemini/prompts/prompt_optimizer/vapo_lib.py773CODE
LOWgemini/prompts/prompt_optimizer/vapo_lib.py419CODE
LOWgemini/sample-apps/gemini-mesop-cloudrun/main.py707CODE
LOWgemini/sample-apps/gemini-mesop-cloudrun/main.py834CODE
LOWgemini/sample-apps/gemini-mesop-cloudrun/main.py1011CODE
LOWgemini/sample-apps/gemini-mesop-cloudrun/main.py1510CODE
LOW…i/sample-apps/gemini-mesop-cloudrun/shared/nav_menu.py63CODE
LOW…ing_product_innovation/app/pages_utils/pages_config.py23CODE
LOW…ting_product_innovation/app/pages_utils/product_gen.py191CODE
LOW…rating_product_innovation/app/pages_utils/downloads.py141CODE
LOW…product_innovation/app/pages_utils/product_features.py137CODE
LOW…ating_product_innovation/app/pages_utils/edit_image.py145CODE
LOW…product_innovation/app/pages_utils/draft_generation.py48CODE
LOW…ini/sample-apps/gemini-hallcheck/src/gemhall/runner.py72CODE
LOW…ini/sample-apps/gemini-hallcheck/src/gemhall/runner.py137CODE
LOW…nd-changer-using-imagen3/backend/src/service/search.py93CODE
LOW…t-to-image-using-imagen3/backend/src/service/search.py82CODE
LOW…vel-concierge-with-adk/backend/src/controller/chats.py42CODE
LOW…e-apps/llamaindex-rag/backend/indexing/docai_parser.py159CODE
LOW…ample-apps/gemini-live-telephony-app/utils/live_api.py24CODE
LOW…s/gemini-live-telephony-app/utils/audio_transcoding.py26CODE
LOW…s/gemini-live-telephony-app/utils/audio_transcoding.py70CODE
LOWgemini/computer-use/web-agent/web_agent.py56CODE
LOWgemini/computer-use/web-agent/web_agent.py142CODE
LOW…e-pipeline/python-extraction-agent/app/fast_api_app.py296CODE
LOW…ipeline/python-extraction-agent/app/live_compliance.py572CODE
LOWvision/sample-apps/genmedia-live/app.py253CODE
LOWvision/sample-apps/genmedia-live/app.py817CODE
LOWvision/sample-apps/genmedia-live/app.py870CODE
LOWvision/sample-apps/genmedia-live/app.py922CODE
LOWvision/sample-apps/genmedia-live/app.py957CODE
69 more matches not shown…
Redundant / Tautological Comments45 hits · 75 pts
SeverityFileLineSnippetContext
LOWtools/llmevalkit/pages/7_Prompt_Optimization_Results.py87 # Print the resultsCOMMENT
LOW…l-live-api/livekit-adk/app/travel_booking/telemetry.py9 # Check if we should enable cloud tracingCOMMENT
LOW…-audio-websocket-demo-apps/plain-js-demo-app/server.py215 # Check if file existsCOMMENT
LOWgemini/mcp/adk_mcp_app/mcp_server/cocktail.py31 # Check if it's a known 'no result' structure or genuinely emptyCOMMENT
LOW…mini/mcp/adk_multiagent_mcp_app/mcp_server/cocktail.py31 # Check if it's a known 'no result' structure or genuinely emptyCOMMENT
LOW…gmented-generation/utils/intro_multimodal_rag_utils.py715 # Check if image embedding is usedCOMMENT
LOWgemini/prompts/prompt_optimizer/vapo_lib.py912 ) # Display value and line breakCODE
LOW…oduct_innovation/app/pages_utils/export_content_pdf.py156 # Check if new page needs to be added, andCOMMENT
LOW…oduct_innovation/app/pages_utils/export_content_pdf.py166 # Check if an empty page is encountered.COMMENT
LOW…elerating_product_innovation/app/pages_utils/imagen.py107 # Check if response is valid.COMMENT
LOW…g_product_innovation/app/pages_utils/pdf_generation.py206 # Check if adding the word would exceed the line limitCOMMENT
LOW…g_product_innovation/app/pages_utils/pdf_generation.py215 # Check if adding the line would overflow the pageCOMMENT
LOW…ating_product_innovation/app/pages/product_insights.py76 # Set flag to generate RAG answersCOMMENT
LOW…ating_product_innovation/app/pages/product_insights.py84# Check if DataFrame is emptyCOMMENT
LOW…ating_product_innovation/app/pages/product_insights.py152 # Set flag to generate RAG answersCOMMENT
LOW…ating_product_innovation/app/pages/product_insights.py155# Check if RAG answers should be generatedCOMMENT
LOW…ating_product_innovation/app/pages/product_insights.py157 # Check if DataFrame is emptyCOMMENT
LOW…ating_product_innovation/app/pages/product_insights.py164 # Check if search term is emptyCOMMENT
LOW…ating_product_innovation/app/pages/product_insights.py192# Check if RAG answer and references are availableCOMMENT
LOW…ating_product_innovation/app/pages/product_insights.py209# Check if temporary suggestions are availableCOMMENT
LOW…ating_product_innovation/app/pages/product_insights.py50# Check if DataFrame is emptyCOMMENT
LOW…ating_product_innovation/app/pages/product_insights.py102 # Check if number of suggestions is less than 4COMMENT
LOW…ating_product_innovation/app/pages/product_insights.py109 # Check if suggestions are loadedCOMMENT
LOW…ating_product_innovation/app/pages/product_insights.py225 # Set flag to generate RAG answersCOMMENT
LOW…ccelerating_product_innovation/app/pages/edit_image.py44# Check if the user has uploaded an imageCOMMENT
LOW…ccelerating_product_innovation/app/pages/edit_image.py48# Check if the user has started editing the imageCOMMENT
LOW…ccelerating_product_innovation/app/pages/edit_image.py69 # Check if drawing exists on the canvas (i.e., not blank)COMMENT
LOW…accelerating_product_innovation/app/pages/resources.py83# Check if the form was submittedCOMMENT
LOW…accelerating_product_innovation/app/pages/resources.py86 # Check if a new project category was addedCOMMENT
LOW…accelerating_product_innovation/app/pages/resources.py106 # Check if files were uploadedCOMMENT
LOW…accelerating_product_innovation/app/pages/resources.py112 # Check if files were uploadedCOMMENT
LOW…accelerating_product_innovation/app/pages/resources.py119# Check if the project form was submitted and the file upload is completeCOMMENT
LOWgemini/sample-apps/swot-agent/main.py115 # Check if analysis is complete by looking for the final messageCOMMENT
LOW…llamaindex-rag/backend/indexing/vector_search_utils.py147 # Check if the existing index is deployedCOMMENT
LOWgemini/computer-use/web-agent/web_agent.py218 # Check if the attribute exists AND is not NoneCOMMENT
LOW…peline/python-extraction-agent/app/fallback_handler.py73 # Check if a custom timeout is toggled in memory settingsCOMMENT
LOWsearch/web-app/main.py125 # Check if POST Request includes search queryCOMMENT
LOWsearch/web-app/main.py197 # Check if POST Request includes search queryCOMMENT
LOWsearch/web-app/main.py208 # Check if text is a urlCOMMENT
LOWsearch/web-app/main.py277 # Check if POST Request includes document idCOMMENT
LOWsearch/web-app/main.py338 # Check if POST Request includes search queryCOMMENT
LOWsearch/auto-rag-eval/transform_benchmark.py85 # Check if input file existsCOMMENT
LOW…se/ge-demo-generator/agent_template/viewer_app/main.py205 # Check if this is a scheduled task — if so, delete Cloud Scheduler job tooCOMMENT
LOW…generator/agent_template/adk_agent/app/fast_api_app.py3914 # Check if cancelled before startingCOMMENT
LOWscripts/format.sh18# Check if uv is installedCOMMENT
Modern Structural Boilerplate73 hits · 73 pts
SeverityFileLineSnippetContext
LOWtools/llmevalkit/pages/2_Dataset_Creation.py28logger = logging.getLogger(__name__)CODE
LOWtools/llmevalkit/pages/1_Prompt_Management.py43logger = logging.getLogger(__name__)CODE
LOWtools/llmevalkit/pages/8_Prompt_Records.py29logger = logging.getLogger(__name__)CODE
LOWtools/llmevalkit/pages/6_Prompt_Optimization.py48logger = logging.getLogger(__name__)CODE
LOWtools/llmevalkit/pages/7_Prompt_Optimization_Results.py28logger = logging.getLogger(__name__)CODE
LOWtools/llmevalkit/pages/3_Evaluation.py43logger = logging.getLogger(__name__)CODE
LOWtools/llmevalkit/pages/5_Performance_Tuner.py38logger = logging.getLogger(__name__)CODE
LOWtools/llmevalkit/pages/4_One_Click_Refiner.py30logger = logging.getLogger(__name__)CODE
LOWtools/llmevalkit/src/gcp_evaluation.py49logger = logging.getLogger(__name__)CODE
LOWtools/llmevalkit/src/gcp_prompt.py62logger = logging.getLogger(__name__)CODE
LOWtools/llmevalkit/src/gcp_dataset.py42logger = logging.getLogger(__name__)CODE
LOW…/multimodal-live-api/livekit-adk/app/livekit_bridge.py23logger = logging.getLogger(__name__)CODE
LOWgemini/multimodal-live-api/livekit-adk/app/main.py37logger = logging.getLogger(__name__)CODE
LOW…al-live-api/livekit-adk/app/travel_booking/__init__.py1__all__ = ['DatabaseSessionService']CODE
LOW…kit-adk/app/travel_booking/database_session_service.py16logger = logging.getLogger(__name__)CODE
LOW…bsocket-demo-apps/plain-js-python-sdk-demo-app/main.py19logger = logging.getLogger(__name__)CODE
LOW…/multimodal-live-api/project-livewire/server/server.py48logger = logging.getLogger(__name__)CODE
LOW…-api/project-livewire/server/core/websocket_handler.py31logger = logging.getLogger(__name__)CODE
LOW…-live-api/project-livewire/server/core/tool_handler.py26logger = logging.getLogger(__name__)CODE
LOW…live-api/project-livewire/server/core/gemini_client.py25logger = logging.getLogger(__name__)CODE
LOW…odal-live-api/project-livewire/server/config/config.py26logger = logging.getLogger(__name__)CODE
LOW…erge/langgraph-demo/frontend/concierge_ui/demo_page.py14logger = logging.getLogger(__name__)CODE
LOW…end/concierge_ui/agents/gemini_chat_with_guardrails.py13logger = logging.getLogger(__name__)CODE
LOW…graph-demo/frontend/concierge_ui/agents/gemini_chat.py13logger = logging.getLogger(__name__)CODE
LOW…raph-demo/frontend/concierge_ui/agents/task_planner.py13logger = logging.getLogger(__name__)CODE
LOW…-demo/frontend/concierge_ui/agents/function_calling.py14logger = logging.getLogger(__name__)CODE
LOW…h-demo/frontend/concierge_ui/agents/semantic_router.py13logger = logging.getLogger(__name__)CODE
LOW…ce-concierge/langgraph-demo/backend/concierge/utils.py29logger = logging.getLogger(__name__)CODE
LOW…/langgraph-demo/backend/concierge/tools/find_stores.py20logger = logging.getLogger(__name__)CODE
LOW…anggraph-demo/backend/concierge/tools/find_products.py17logger = logging.getLogger(__name__)CODE
LOW…ncierge/langgraph-demo/backend/concierge/nodes/chat.py17logger = logging.getLogger(__name__)CODE
LOW…e/langgraph-demo/backend/concierge/nodes/guardrails.py17logger = logging.getLogger(__name__)CODE
LOW…ierge/langgraph-demo/backend/concierge/nodes/router.py18logger = logging.getLogger(__name__)CODE
LOW…-demo/backend/concierge/nodes/task_planning/planner.py16logger = logging.getLogger(__name__)CODE
LOW…emo/backend/concierge/nodes/task_planning/reflector.py16logger = logging.getLogger(__name__)CODE
LOW…demo/backend/concierge/nodes/task_planning/executor.py16logger = logging.getLogger(__name__)CODE
LOW…backend/concierge/langgraph_server/checkpoint_saver.py17logger = logging.getLogger(__name__)CODE
LOW…/backend/concierge/langgraph_server/langgraph_agent.py18logger = logging.getLogger(__name__)CODE
LOWgemini/mcp/mcp_orchestration_app/src/gemini_client.py406 def set_generation_config(self, config: types.GenerateContentConfig) -> None:CODE
LOWgemini/mcp/mcp_orchestration_app/src/gemini_client.py415 def set_system_instruction(self, system_instruction: str) -> None:CODE
LOW…ting_product_innovation/app/pages_utils/product_gen.py33def update_generation_state() -> None:CODE
LOWgemini/sample-apps/swot-agent/main.py176async def update_status(session_id: str, message: Any) -> None:CODE
LOW…mple-apps/llamaindex-rag/ui/pages/1_🗄️ Data Sources.py11logger = logging.getLogger(__name__)CODE
LOWgemini/sample-apps/llamaindex-rag/backend/app/main.py9logger = logging.getLogger(__name__)CODE
LOW…sample-apps/llamaindex-rag/backend/app/dependencies.py6logger = logging.getLogger(__name__)CODE
LOW…-apps/llamaindex-rag/backend/app/routers/evaluation.py25logger = logging.getLogger(__name__)CODE
LOW…ple-apps/llamaindex-rag/backend/app/routers/indexes.py11logger = logging.getLogger(__name__)CODE
LOW…/sample-apps/llamaindex-rag/backend/app/routers/rag.py13logger = logging.getLogger(__name__)CODE
LOW…le-apps/llamaindex-rag/backend/rag/async_extensions.py19logger = logging.getLogger(__name__)CODE
LOW…le-apps/llamaindex-rag/backend/rag/async_extensions.py164 def _update_prompts(self, prompts: PromptDictType) -> None:CODE
LOW…ample-apps/llamaindex-rag/backend/rag/index_manager.py35logger = logging.getLogger(__name__)CODE
LOW…ps/llamaindex-rag/backend/rag/qa_followup_retriever.py13logger = logging.getLogger(__name__)CODE
LOW…ample-apps/llamaindex-rag/backend/rag/node_reranker.py26logger = logging.getLogger(__name__)CODE
LOW…ample-apps/llamaindex-rag/backend/rag/node_reranker.py151 def _update_prompts(self, prompts: PromptDictType) -> None:CODE
LOW…ini/sample-apps/llamaindex-rag/backend/rag/evaluate.py21logger = logging.getLogger(__name__)CODE
LOW…le-apps/llamaindex-rag/backend/rag/parent_retriever.py13logger = logging.getLogger(__name__)CODE
LOW…e-apps/llamaindex-rag/backend/indexing/docai_parser.py12logger = logging.getLogger(__name__)CODE
LOW…amaindex-rag/backend/indexing/run_parse_embed_index.py33logger = logging.getLogger(__name__)CODE
LOWgemini/sample-apps/llamaindex-rag/common/utils.py29logger = logging.getLogger(__name__)CODE
LOWgemini/sample-apps/gemini-live-telephony-app/main.py32logger = logging.getLogger(__name__)CODE
13 more matches not shown…
AI Slop Vocabulary23 hits · 46 pts
SeverityFileLineSnippetContext
MEDIUM.ruff.toml56 "PYI",# flake8-pyi (best practices for .pyi stub files, some rules are useful for .py too)CODE
MEDIUM.ruff.toml62 "TRY",# tryceratops (exception handling best practices)CODE
MEDIUMtools/llmevalkit/pages/7_Prompt_Optimization_Results.py189 # Add a custom exact_match calculation. This is more robust than simpleCOMMENT
MEDIUM…concierge/langgraph-demo/frontend/concierge_ui/home.py21Each agent server is compatible with the [LangGraph Cloud API](langchain-ai.github.io/langgraph/cloud/reference/api/api_STRING
LOW…/langgraph-demo/backend/concierge/tools/find_stores.py89 # Note: google-genai doesn't properly handle floats, so we just set this as an integerCOMMENT
MEDIUMgemini/prompts/prompt_optimizer/vapo_lib.py831 ) # More robust text extractionCODE
MEDIUM…round-changer-using-imagen3/frontend/package-lock.json23195 "resolved": "https://registry.npmjs.org/robust-predicates/-/robust-predicates-3.0.2.tgz",CODE
MEDIUM…ge-generation-using-imagen3/frontend/package-lock.json23219 "resolved": "https://registry.npmjs.org/robust-predicates/-/robust-predicates-3.0.2.tgz",CODE
MEDIUM…ational-app-single-playbook/frontend/package-lock.json22428 "resolved": "https://registry.npmjs.org/robust-predicates/-/robust-predicates-3.0.2.tgz",CODE
MEDIUM…text-to-image-using-imagen3/frontend/package-lock.json23272 "resolved": "https://registry.npmjs.org/robust-predicates/-/robust-predicates-3.0.2.tgz",CODE
MEDIUM…-search-using-agent-builder/frontend/package-lock.json22430 "resolved": "https://registry.npmjs.org/robust-predicates/-/robust-predicates-3.0.2.tgz",CODE
MEDIUM…sational-app-multi-playbook/frontend/package-lock.json22430 "resolved": "https://registry.npmjs.org/robust-predicates/-/robust-predicates-3.0.2.tgz",CODE
MEDIUM…-search-using-agent-builder/frontend/package-lock.json22456 "resolved": "https://registry.npmjs.org/robust-predicates/-/robust-predicates-3.0.2.tgz",CODE
MEDIUM…t-travel-concierge-with-adk/frontend/package-lock.json20634 "resolved": "https://registry.npmjs.org/robust-predicates/-/robust-predicates-3.0.2.tgz",CODE
MEDIUM…ng/app/static/live-onboarding/assets/index-GxbLCVag.js76 } function Z0(l, t) { return t = Q0(t), Q0(l) === t } function cl(l, t, e, a, u, n) { switch (e) { case "children": CODE
LOWsearch/auto-rag-eval/main.py169 # Simplified review: just use one critic for nowCOMMENT
MEDIUMsearch/gemini-enterprise/ge-migration-agent/core.py433 """Strips common suffixes like May29, dates, punctuation for robust fuzzy matching."""STRING
MEDIUM…rch/gemini-enterprise/ge-demo-generator/app/index.html4379 // Normalize category key for more robust matchingCOMMENT
MEDIUM…e-demo-generator/agent_template/adk_agent/app/tools.py772 # 2. Construct robust system-level style and language guidelines based on detected languageCOMMENT
MEDIUM…generator/agent_template/adk_agent/app/fast_api_app.py3988 # - robust text capture (retain any text part as a fallback)COMMENT
MEDIUM…generator/agent_template/adk_agent/app/fast_api_app.py4025 # Caught by class name (not import) to stay robust across ADK versions.COMMENT
MEDIUM…generator/agent_template/adk_agent/app/fast_api_app.py2106 # Caught by class name (not import) to stay robust across ADK versions.COMMENT
MEDIUM…generator/agent_template/adk_agent/app/fast_api_app.py4077 # Track tool calls for diagnostics + robust text captureCOMMENT
Structural Annotation Overuse23 hits · 40 pts
SeverityFileLineSnippetContext
LOW…ni/sample-apps/genwealth/deployment/deploy-frontend.sh29# Step 3: Deploy to Cloud RunCOMMENT
LOW…peline/python-extraction-agent/app/fallback_handler.py21# NOTE: This module is retained as a reference implementation showing theCOMMENT
LOWvision/sample-apps/V-Start/README.md184### Step 1: Enable Required ServicesCOMMENT
LOWvision/sample-apps/V-Start/README.md191### Step 2: Secure Your API KeyCOMMENT
LOWvision/sample-apps/V-Start/README.md203### Step 3: Configure OAuth Consent ScreenCOMMENT
LOWvision/sample-apps/V-Start/README.md207### Step 4: Deploy the ServiceCOMMENT
LOWvision/sample-apps/V-Start/README.md219### Step 5: Grant Access PermissionsCOMMENT
LOWsearch/auto-rag-eval/README.md108### Step 1: Configure EnvironmentCOMMENT
LOWsearch/auto-rag-eval/README.md122### Step 2: Generate BenchmarkCOMMENT
LOWsearch/auto-rag-eval/README.md159### Step 3: Transform Benchmark (Optional)COMMENT
LOWsearch/gemini-enterprise/ge-demo-generator/README.md342### Step 1: Provision & Deploy the Demo EnvironmentCOMMENT
LOWsearch/gemini-enterprise/ge-demo-generator/README.md362### Step 2: Access the Chat Agent in Gemini EnterpriseCOMMENT
LOWsearch/gemini-enterprise/ge-demo-generator/README.md372### Step 3: Access the Real-Time Data ViewerCOMMENT
LOWsearch/gemini-enterprise/ge-demo-generator/README.md382### Step 4: Try the ScenariosCOMMENT
LOWsearch/gemini-enterprise/ge-demo-generator/README.md394### Step 5: Manual Agent Registration (If Needed)COMMENT
LOW…arch/gemini-enterprise/group-licensing/cmd/job/main.go42 // Step 1: plain JSON logger for startup errors, before settings are loaded.COMMENT
LOW…arch/gemini-enterprise/group-licensing/cmd/job/main.go45 // Step 2: load entitlement config.COMMENT
LOW…arch/gemini-enterprise/group-licensing/cmd/job/main.go52 // Step 3: load job settings from Cloud Run Job environment variables.COMMENT
LOW…arch/gemini-enterprise/group-licensing/cmd/job/main.go59 // Step 4: re-set the default logger with workflow and task_index attributesCOMMENT
LOW…arch/gemini-enterprise/group-licensing/cmd/job/main.go67 // Step 5: partition cfg.Projects to only the entries assigned to this task.COMMENT
LOW…arch/gemini-enterprise/group-licensing/cmd/job/main.go91 // Step 6: wire adapters — identical to cmd/server/main.go.COMMENT
LOW…arch/gemini-enterprise/group-licensing/cmd/job/main.go114 // Step 7: run the workflow determined by JobType.COMMENT
LOW…arch/gemini-enterprise/group-licensing/cmd/job/main.go131 // Step 8: clean exit.COMMENT
Hallucination Indicators4 hits · 35 pts
SeverityFileLineSnippetContext
CRITICALtools/llmevalkit/pages/6_Prompt_Optimization.py164 st.session_state.local_prompt.prompt_to_run.model_name.split("/")[-1]CODE
CRITICALtools/llmevalkit/pages/3_Evaluation.py366 st.session_state.local_prompt.prompt_to_run.model_name.split("/")[-1]CODE
CRITICALgemini/sample-apps/swot-agent/agent.py224 response = await ctx.deps.client.aio.models.generate_content(STRING
CRITICAL…licensing/internal/adapters/discoveryengine/adapter.go305 resp, err := svc.Projects.Locations.UserStores.LicenseConfigsUsageStats.List(parent).Context(ctx).Do()CODE
Unused Imports38 hits · 34 pts
SeverityFileLineSnippetContext
LOWtools/llmevalkit/src/vapo_lib.py27CODE
LOW…ebsocket-demo-apps/gaming-assistant-demo-app/server.py15CODE
LOW…ebsocket-demo-apps/customer-support-demo-app/server.py15CODE
LOW…ive-audio-websocket-demo-apps/react-demo-app/server.py15CODE
LOWgemini/agents/always-on-memory-agent/agent.py25CODE
LOWgemini/agents/always-on-memory-agent/agent.py26CODE
LOW…-playbook/functions/create-intent/src/cloud_storage.py15CODE
LOW…-playbook/functions/create-intent/src/cloud_storage.py16CODE
LOW…ingle-playbook/functions/create-intent/src/bigquery.py15CODE
LOW…o-image-using-imagen3/backend/src/controller/search.py15CODE
LOW…o-image-using-imagen3/backend/src/controller/search.py17CODE
LOW…o-image-using-imagen3/backend/src/controller/search.py19CODE
LOW…-playbook/functions/create-intent/src/cloud_storage.py15CODE
LOW…-playbook/functions/create-intent/src/cloud_storage.py16CODE
LOW…multi-playbook/functions/create-intent/src/bigquery.py15CODE
LOW…lti-agent-travel-concierge-with-adk/backend/test_ae.py16CODE
LOW…lti-agent-travel-concierge-with-adk/backend/test_ae.py18CODE
LOW…mpliance-pipeline/python-extraction-agent/app/tools.py17CODE
LOWagents/adk/new-hire-onboarding/app/__init__.py15CODE
LOW…emini-enterprise/ge-migration-agent/skills/__init__.py1CODE
LOW…se/ge-demo-generator/agent_template/viewer_app/main.py26CODE
LOW…se/ge-demo-generator/agent_template/viewer_app/main.py27CODE
LOW…e-demo-generator/agent_template/adk_agent/app/tools.py26CODE
LOW…e-demo-generator/agent_template/adk_agent/app/tools.py26CODE
LOW…e-demo-generator/agent_template/adk_agent/app/tools.py28CODE
LOW…e-demo-generator/agent_template/adk_agent/app/tools.py33CODE
LOW…emo-generator/agent_template/adk_agent/app/__init__.py25CODE
LOW…erator/agent_template/adk_agent/app/part_converters.py32CODE
LOW…erator/agent_template/adk_agent/app/part_converters.py32CODE
LOW…erator/agent_template/adk_agent/app/part_converters.py35CODE
LOW…erator/agent_template/adk_agent/app/part_converters.py36CODE
LOW…erator/agent_template/adk_agent/app/part_converters.py37CODE
LOW…erator/agent_template/adk_agent/app/part_converters.py43CODE
LOW…e-demo-generator/agent_template/adk_agent/app/agent.py215CODE
LOW…generator/agent_template/adk_agent/app/fast_api_app.py26CODE
LOW…generator/agent_template/adk_agent/app/fast_api_app.py52CODE
LOW…generator/agent_template/adk_agent/app/fast_api_app.py3815CODE
LOW…generator/agent_template/adk_agent/app/fast_api_app.py2601CODE
Fake / Example Data24 hits · 26 pts
SeverityFileLineSnippetContext
LOW…/multimodal-live-api/livekit-adk/app/livekit_bridge.py58 return "dummy_token"CODE
LOW…and-documentai-for-entity-extraction/prompts_module.py47 "Employee's Name": "John Doe",CODE
LOW…-changer-input/background-changer-input.component.html34 <span *ngIf="!selectedFile" class="placeholder"> No image selected </span>CODE
LOW…-changer-input/background-changer-input.component.html39 <span *ngIf="!selectedFile" class="placeholder"> No image selected </span>CODE
LOW…re-onboarding/tests/eval/evalsets/onboarding_eval.json31 "name": "Jane Doe",CODE
LOW…re-onboarding/tests/eval/evalsets/onboarding_eval.json81 "name": "Jane Doe",CODE
LOW…re-onboarding/tests/eval/evalsets/onboarding_eval.json135 "name": "Jane Doe",CODE
LOW…re-onboarding/tests/eval/evalsets/onboarding_eval.json181 "name": "Jane Doe",CODE
LOW…re-onboarding/tests/eval/evalsets/onboarding_eval.json230 "name": "Jane Doe",CODE
LOW…boarding/tests/eval/evalsets/dead_time_delay_eval.json31 "name": "Jane Doe",CODE
LOW…boarding/tests/eval/evalsets/dead_time_delay_eval.json115 "name": "Jane Doe",CODE
LOWsearch/web-app/consts.py24 "placeholder": "Vertex AI",CODE
LOWsearch/web-app/consts.py29 "placeholder": "What is the SLA?",CODE
LOWsearch/web-app/consts.py34 "placeholder": "What was Google's revenue in 2021?",CODE
LOWsearch/web-app/consts.py39 "placeholder": "Harry Potter",CODE
LOW…sing/internal/adapters/discoveryengine/adapter_test.go252 UserPrincipal: "user@example.com",CODE
LOW…sing/internal/adapters/discoveryengine/adapter_test.go411 UserEmail: "user@example.com",CODE
LOW…prise/group-licensing/internal/services/joiner_test.go153 {Email: "user@example.com", Type: models.MemberTypeUser},CODE
LOW…prise/group-licensing/internal/services/joiner_test.go278 {Email: "user@example.com", Type: models.MemberTypeUser},CODE
LOW…prise/group-licensing/internal/services/joiner_test.go432 {Email: "user@example.com", Type: models.MemberTypeUser},CODE
LOW…prise/group-licensing/internal/services/joiner_test.go436 return len(updates) == 1 && updates[0].UserEmail == "user@example.com"CODE
LOW…prise/group-licensing/internal/services/joiner_test.go594 {Email: "user@example.com", Type: models.MemberTypeUser},CODE
LOW…prise/group-licensing/internal/services/joiner_test.go673 userEmail = "user@example.com"CODE
LOW…nterprise/group-licensing/internal/services/gc_test.go470 userEmail = "user@example.com"CODE
Synthetic Comment Markers4 hits · 20 pts
SeverityFileLineSnippetContext
HIGH…experience-concierge/langgraph-demo/frontend/README.md51 - **Gemini Chat:** streams response text generated by GeminiCODE
HIGH…-experience-concierge/langgraph-demo/backend/README.md77 - Streams: Response text generated by Gemini.CODE
HIGH…/using-gemini-with-bigquery-remote-functions/README.md96Gemini will analyze the sample images when you invoke the `image_query_remote_function_sp` stored procedure. Simply clicCODE
HIGH…/using-gemini-with-bigquery-remote-functions/README.md104Gemini will analyze the prewritten text prompts when you invoke the `text_query_remote_function_sp` stored procedure. SiCODE
Verbosity Indicators9 hits · 17 pts
SeverityFileLineSnippetContext
LOW…ni/sample-apps/genwealth/deployment/deploy-frontend.sh29# Step 3: Deploy to Cloud RunCOMMENT
LOW…arch/gemini-enterprise/group-licensing/cmd/job/main.go42 // Step 1: plain JSON logger for startup errors, before settings are loaded.COMMENT
LOW…arch/gemini-enterprise/group-licensing/cmd/job/main.go45 // Step 2: load entitlement config.COMMENT
LOW…arch/gemini-enterprise/group-licensing/cmd/job/main.go52 // Step 3: load job settings from Cloud Run Job environment variables.COMMENT
LOW…arch/gemini-enterprise/group-licensing/cmd/job/main.go59 // Step 4: re-set the default logger with workflow and task_index attributesCOMMENT
LOW…arch/gemini-enterprise/group-licensing/cmd/job/main.go67 // Step 5: partition cfg.Projects to only the entries assigned to this task.COMMENT
LOW…arch/gemini-enterprise/group-licensing/cmd/job/main.go91 // Step 6: wire adapters — identical to cmd/server/main.go.COMMENT
LOW…arch/gemini-enterprise/group-licensing/cmd/job/main.go114 // Step 7: run the workflow determined by JobType.COMMENT
LOW…arch/gemini-enterprise/group-licensing/cmd/job/main.go131 // Step 8: clean exit.COMMENT
Cross-Language Confusion2 hits · 15 pts
SeverityFileLineSnippetContext
HIGH…e-demo-generator/agent_template/adk_agent/app/agent.py454 * The Firestore REST API requires TYPED values in the \`fields\` object. NEVER send null, None, or empty typed wraCOMMENT
HIGH…e-demo-generator/agent_template/adk_agent/app/agent.py460 * WRONG: \`{"mapValue": null}\` or \`{"arrayValue": null}\` -- causes 'Cannot convert firestore.v1.Value with typeCOMMENT
AI Structural Patterns11 hits · 10 pts
SeverityFileLineSnippetContext
LOW…raph-demo/frontend/concierge_ui/agents/task_planner.py104CODE
LOW…aph-demo/backend/concierge/langgraph_server/schemas.py134CODE
LOW…/backend/concierge/langgraph_server/langgraph_agent.py216CODE
LOW…gmented-generation/utils/intro_multimodal_rag_utils.py306CODE
LOWgemini/use-cases/entity-extraction/evaluate.py128CODE
LOW…duct_innovation/cloud_functions/text_embedding/main.py65CODE
LOWgemini/sample-apps/gemini-hallcheck/src/gemhall/eval.py253CODE
LOWgemini/sample-apps/swot-agent/main.py129CODE
LOW…generation-using-imagen3/backend/src/service/search.py194CODE
LOW…ample-apps/llamaindex-rag/backend/rag/index_manager.py212CODE
LOW…generator/agent_template/adk_agent/app/fast_api_app.py3764CODE
Magic Placeholder Names1 hit · 5 pts
SeverityFileLineSnippetContext
HIGHpartner-models/claude/computer-use-demo/README.md124export ANTHROPIC_API_KEY=%your_api_key%CODE
Slop Phrases2 hits · 4 pts
SeverityFileLineSnippetContext
MEDIUMgemini/sample-apps/genwealth/database-files/llm.sql22-- DISCLAIMER: This function is provided for demonstration purposes only andCODE
MEDIUM…ini/sample-apps/genwealth/database-files/llm_local.sql22-- DISCLAIMER: This function is provided for demonstration purposes only andCODE
Overly Generic Function Names1 hit · 0 pts
SeverityFileLineSnippetContext
LOW…generator/agent_template/adk_agent/app/fast_api_app.py3811async def execute_task(request: Request):CODE