Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion src/agents/sales-copilot.agent.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ export const SalesCopilotAgent = defineAgent({
label: 'Sales Copilot',
role: 'assistant',
active: true,
visibility: 'organization',

instructions: `You are the Sales Copilot — a single AI surface that
helps sales reps work an account end-to-end. Use the Active Skills
Expand Down
1 change: 0 additions & 1 deletion src/agents/service-copilot.agent.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ export const ServiceCopilotAgent = defineAgent({
label: 'Service Copilot',
role: 'assistant',
active: true,
visibility: 'organization',

instructions: `You are the Service Copilot — a single AI surface
that helps support reps triage and resolve cases. Be empathetic and
Expand Down
Loading