Extensibility for Team Sync
As an admin, you can use these page properties:
|
Page Property |
Description |
|---|---|
|
Agent Code |
The agent code for AI Agent Studio. |
|
Agent Team Prompt |
This prompt instructs the agent to generate a team summary. |
|
Agent Employee Prompt |
This prompt instructs the agent to generate a summary for an individual employee when an employee's name is clicked in the list. The expression ($variables.selectedEmployeeName) appends the employee’s name to the prompt during run time. |
|
Default Check-In Template Name |
The check-in template list in the templates list for the update criteria on the Team Sync page that will allow you to pick a default template. |
You can also hide the Team Sync tab as follows:
- Navigate to .
- Click Settings and Actions and choose Edit Page in Visual Builder Studio.
- Select a project.
- Click Other Properties in the Page Properties drawer.
- Enter the following in the Display Dashboard Tabs
attribute:
{ "id": "summary", "icon": "oj-ux-ico-dashboard" } { "id": "employees", "icon": "oj-ux-ico-contact-group" } - Click Publish.