From c8e3be3743f6812301cf09de377117245b9105c9 Mon Sep 17 00:00:00 2001 From: Juliet Shackell <63259011+jshackell-sfdc@users.noreply.github.com> Date: Mon, 16 Dec 2024 08:01:41 -0800 Subject: [PATCH] update example --- messages/agent.create.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/messages/agent.create.md b/messages/agent.create.md index 2ca1e91..806130e 100644 --- a/messages/agent.create.md +++ b/messages/agent.create.md @@ -22,4 +22,4 @@ API name of the new agent. - Create an agent called "CustomerSupportAgent" in an org with alias "my-org" using the specified agent spec file: - <%= config.bin %> <%= command.id %> --name CustomerSupportAgent --job-spec ./config/agentSpec.json --target-org my-org + <%= config.bin %> <%= command.id %> --name CustomerSupportAgent --spec ./config/agentSpec.json --target-org my-org