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:

  1. Navigate to My Team > Touchpoints.
  2. Click Settings and Actions and choose Edit Page in Visual Builder Studio.
  3. Select a project.
  4. Click Other Properties in the Page Properties drawer.
  5. Enter the following in the Display Dashboard Tabs attribute:
    {
      "id": "summary",
      "icon": "oj-ux-ico-dashboard"
    }
     {
      "id": "employees",
      "icon": "oj-ux-ico-contact-group"
    }
  6. Click Publish.