Skip to content

Commit

Permalink
chore: update agent lib
Browse files Browse the repository at this point in the history
  • Loading branch information
WillieRuemmele committed Dec 3, 2024
1 parent ce3acb1 commit 4471455
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"@inquirer/input": "^4.0.1",
"@inquirer/select": "^4.0.1",
"@oclif/core": "^4",
"@salesforce/agents": "^0.2.3",
"@salesforce/agents": "^0.2.4",
"@oclif/multi-stage-output": "^0.7.12",
"@salesforce/core": "^8.5.2",
"@salesforce/kit": "^3.2.1",
Expand Down
2 changes: 1 addition & 1 deletion src/commands/agent/generate/spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ const FLAGGABLE_PROMPTS = {
message: messages.getMessage('flags.type.summary'),
validate: (d: string): boolean | string => d.length > 0 || 'Type cannot be empty',
char: 't',
options: ['customer_facing', 'employee_facing'],
options: ['customer', 'internal'],
required: true,
},
role: {
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1365,10 +1365,10 @@
resolved "https://registry.yarnpkg.com/@pkgjs/parseargs/-/parseargs-0.11.0.tgz#a77ea742fab25775145434eb1d2328cf5013ac33"
integrity sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==

"@salesforce/agents@^0.2.3":
version "0.2.3"
resolved "https://registry.yarnpkg.com/@salesforce/agents/-/agents-0.2.3.tgz#a35a0220364ace2749ede302497379416729e5c6"
integrity sha512-cc8TmzxpWXtb9FI6uTQoimvyZTq0ZiTgXu3XcjBzOYwbJOPXEEOV1mvGRJMy4/acGqgNz4e3lXd9Ni22lcuBNw==
"@salesforce/agents@^0.2.4":
version "0.2.4"
resolved "https://registry.yarnpkg.com/@salesforce/agents/-/agents-0.2.4.tgz#df599a7fd69535f30afa1012d0b89fa90edd42af"
integrity sha512-ntJqXhIDG1YsS8qfjEnd4m7CIuZF9VAqkv44FL5Fdslh1vNRwiCA21JJtk1+hZk3EN+JHI/NyZEBYtqckv1fHg==
dependencies:
"@oclif/table" "^0.3.3"
"@salesforce/core" "^8.8.0"
Expand Down

0 comments on commit 4471455

Please sign in to comment.