Skip to content

Incorrectly labels the Gemini 1.5 paper as a Gemma research paper #6651

Description

@ftnext

Thank you for providing this helpful sample. I noticed a minor inconsistency in how one of the referenced papers is identified.

🔴 Required Information

Describe the Bug:

The static_non_text_content sample incorrectly refers to arXiv paper 2403.05530 as the “Gemma Research Paper.”

The paper is actually Gemini 1.5: Unlocking multimodal understanding across millions of tokens of context.

The GCS and HTTPS references point to the same PDF, but they are labeled differently as “Gemma Research Paper” and “AI Research Paper.”

Steps to Reproduce:

  1. Open contributing/samples/multimodal/static_non_text_content/agent.py.
  2. Find the GCS URI gs://cloud-samples-data/generative-ai/pdf/2403.05530.pdf.
  3. Observe that its display_name and related instructions identify it as a Gemma research paper.
  4. Look up arXiv ID 2403.05530 and confirm that it is the Gemini 1.5 paper.
  5. Observe similar “Gemma” references in main.py and README.md.

Expected Behavior:

The paper should be consistently identified as the Gemini 1.5 research paper. For example:

  • Gemini 1.5 Research Paper (GCS)
  • Gemini 1.5 Research Paper (HTTPS)

Related prompts, instructions, and README descriptions should also refer to Gemini 1.5.

Observed Behavior:

The GCS reference is described as the “Gemma Research Paper,” while the HTTPS reference to the same PDF is described generically as an “AI Research Paper.”

Affected files include:

  • contributing/samples/multimodal/static_non_text_content/agent.py
  • contributing/samples/multimodal/static_non_text_content/main.py
  • contributing/samples/multimodal/static_non_text_content/README.md

Environment Details:

  • ADK Library Version (pip show google-adk): N/A
  • Desktop OS: N/A
  • Python Version (python -V): N/A

Model Information:

  • Are you using LiteLLM: N/A
  • Which model is being used: N/A

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions