Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion samples/agent/adk/gemini_enterprise/agent_engine/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ NOTE: if you already have an agent that is deployed to Agent Engine, skip to

## Running the Script

The `main.py` script performs the following actions:
The `deploy.py` script performs the following actions:
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

While updating the script name to deploy.py here is correct, there is another reference to main.py on line 147 that was missed. Please update it as well to ensure consistency across the documentation.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

The pull request description is missing the Pre-Review Checklist required by the repository style guide. Please update the description to include and complete the checklist.

References
  1. PR descriptions should include the Pre-Review Checklist from the PR template, with all of the steps completed. (link)


1. Initializes the Vertex AI client.
2. Defines a sample "Contact Card Agent" skill and creates an agent card.
Expand Down
Loading