Gemini ReAct Agent Prompt
Independent PiSkill directory guide. The original prompt remains hosted by Google Cloud Generative AI.
What does this prompt do?
Demonstrates a reasoning-and-action prompt pattern that coordinates model decisions with available tools.
Primary use case
Coordinate a multi-step task that may call external tools.
Expected output
A tool-informed final answer.
Inputs or variables
- task
- available tools
- tool observations
Related prompts
Tool-Use Prompt Optimization
Improves prompts for Gemini tool use by evaluating tool-selection behavior, argument quality, sequencing, and final-answer integration.
Local File Management Agent
Shows how to scope a Copilot SDK prompt workflow that reads and manages local files with explicit tool boundaries.
AI-Assisted Data Science
Uses Gemini to explore a data question, inspect a dataset, develop analysis steps, produce code, and explain findings with assumptions and validation checks.
BigQuery AI Operators
Demonstrates BigQuery AI operators for applying model capabilities to warehouse data with explicit SQL, input columns, result handling, and cost-aware validation.
BigQuery RAG with Gemini
Builds a retrieval-augmented question-answering workflow with BigQuery data, embeddings, retrieval, prompt context, and grounded Gemini responses.
Gemini and Document AI Entity Extraction
Combines Document AI and Gemini to extract defined entities, reconcile OCR context, and assess whether structured results match the underlying document.