You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`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`). |
10
10
|`name`| string | Yes | The display name of your template, shown in the `list` command. |
11
11
|`description`| string | Yes | A brief description of your template, also shown in the `list` command. |
12
12
|`example_question`| string | No | An example question or prompt that will be included in the generated project's `README.md`. |
0 commit comments