-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #30 from forcedotcom/sh/create-spec-v2
feat: add create spec v2 API
- Loading branch information
Showing
7 changed files
with
212 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# invalidAgentSpecConfig | ||
|
||
Missing one or more of the required agent spec arguments: type, role, companyName, companyDescription |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
{ | ||
"isSuccess": true, | ||
"topics": [ | ||
{ | ||
"name": "Guest_Experience_Enhancement", | ||
"description": "Develop and implement entertainment programs to enhance guest experience." | ||
}, | ||
{ | ||
"name": "Event_Planning_and_Execution", | ||
"description": "Plan, organize, and execute resort events and activities." | ||
}, | ||
{ | ||
"name": "Vendor_Management", | ||
"description": "Coordinate with external vendors for event supplies and services." | ||
}, | ||
{ | ||
"name": "Staff_Training_and_Development", | ||
"description": "Train and develop staff to deliver exceptional entertainment services." | ||
}, | ||
{ | ||
"name": "Budget_Management", | ||
"description": "Manage budgets for entertainment activities and events." | ||
}, | ||
{ | ||
"name": "Guest_Feedback_Analysis", | ||
"description": "Collect and analyze guest feedback to improve entertainment offerings." | ||
}, | ||
{ | ||
"name": "Marketing_Collaboration", | ||
"description": "Work with marketing to promote events and entertainment activities." | ||
}, | ||
{ | ||
"name": "Technology_Integration", | ||
"description": "Utilize technology to enhance guest engagement and streamline operations." | ||
}, | ||
{ | ||
"name": "Safety_and_Compliance", | ||
"description": "Ensure all entertainment activities comply with safety regulations." | ||
}, | ||
{ | ||
"name": "Performance_Monitoring", | ||
"description": "Monitor and evaluate the performance of entertainment programs." | ||
} | ||
] | ||
} |