Skip to content

Commit b8073de

Browse files
authored
Update template-config-reference.md (#256)
1 parent 64f77b8 commit b8073de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guide/template-config-reference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This document provides a detailed reference for all the available fields in the
66

77
| Field | Type | Required | Description |
88
| ------------------- | ------ | -------- | ------------------------------------------------------------------------------------------------------- |
9-
| `base_template` | string | Yes | The name of the built-in agent that the remote template will inherit from (e.g., `adk_base`, `agentic_rag`). |
9+
| `base_template` | string | Yes (for remote agents only) | The name of the built-in agent that the remote template will inherit from (e.g., `adk_base`, `agentic_rag`). |
1010
| `name` | string | Yes | The display name of your template, shown in the `list` command. |
1111
| `description` | string | Yes | A brief description of your template, also shown in the `list` command. |
1212
| `example_question` | string | No | An example question or prompt that will be included in the generated project's `README.md`. |

0 commit comments

Comments
 (0)