Skip to content

Commit ba6ba60

Browse files
committed
Removing agents: array label from output
1 parent bf18257 commit ba6ba60

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/agent-launchers/agents-get-started.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ This command returns a JSON array of agent definitions:
281281

282282
```json
283283
{
284-
"agents": [
284+
[
285285
{
286286
"package_family_name": "ZavaPackageFamilyName",
287287
"action_id": "ZavaAgentAction",
@@ -327,7 +327,7 @@ This command returns he following JSON payload which includes the `icons` array
327327

328328
```json
329329
{
330-
"agents": [
330+
[
331331
{
332332
"package_family_name": "ZavaPackageFamilyName",
333333
"action_id": "ZavaAgentAction",

0 commit comments

Comments
 (0)