Skip to content

[Docs Agent] Update Docs Agent's README.md file, which was missed its 0.4.1 update. #537

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Nov 21, 2024
Merged
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
5 changes: 4 additions & 1 deletion examples/gemini/python/docs-agent/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ tasks:

To set up and run the `agent runtask` command, see [Set up Docs Agent CLI][cli-readme].

For creating a new task, see [Create a new Docs Agent task][create-a-new-task].

## Summary of features

The list below summarizes the tasks and features supported by Docs Agent:
Expand Down Expand Up @@ -140,7 +142,7 @@ Setting up Docs Agent requires the following prerequisite items:
- (**Optional**) [Authenticated OAuth client credentials][oauth-client]
stored on the host machine

### 2 Update your host machine's environment
### 2. Update your host machine's environment

Update your host machine's environment to prepare for the Docs Agent setup:

Expand Down Expand Up @@ -476,3 +478,4 @@ Meggin Kearney (`@Meggin`), and Kyo Lee (`@kyolee415`).
[new-15-mode]: docs/config-reference.md#app_mode
[tasks-dir]: tasks/
[describe-images]: tasks/describe-images-for-alt-text-task.yaml
[create-a-new-task]: docs/create-a-new-task.md
Loading