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
Copy file name to clipboardExpand all lines: messages/agent.generate.authoring-bundle.md
+51-3Lines changed: 51 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ This command requires an org because it uses it to access an LLM for generating
16
16
17
17
# flags.spec.summary
18
18
19
-
Path to the agent spec YAML file. If you don't specify the flag, the command provides a list that you can choose from. Use the --no-spec flag to skip using an agent spec entirely.
19
+
Path to the agent spec YAML file. If you don't specify the flag, the command provides a list that you can choose from. Use the --no-spec flag to skip using an agent spec entirely.
20
20
21
21
# flags.spec.prompt
22
22
@@ -44,7 +44,7 @@ API name of the new authoring bundle; if not specified, the API name is derived
44
44
45
45
# flags.api-name.prompt
46
46
47
-
API name of the new authoring bundle
47
+
Enter authoring bundle API name
48
48
49
49
# examples
50
50
@@ -78,4 +78,52 @@ The specified file is not a valid agent spec YAML file.
78
78
79
79
# error.failed-to-create-agent
80
80
81
-
Failed to create an authoring bundle from the agent spec YAML file.
81
+
Failed to generate authoring bundle: %s.
82
+
83
+
# wizard.specType.prompt
84
+
85
+
Select an authoring bundle template
86
+
87
+
# wizard.specType.option.default.name
88
+
89
+
Default template (Recommended)
90
+
91
+
# wizard.specType.option.default.description
92
+
93
+
Start with a ready-to-use Agent Script template.
94
+
95
+
# wizard.specType.option.fromSpec.name
96
+
97
+
From an agent spec YAML file (Advanced)
98
+
99
+
# wizard.specType.option.fromSpec.description
100
+
101
+
Generate an Agent Script file from an existing agent spec YAML file.
0 commit comments