4 lines
No EOL
146 B
TypeScript
4 lines
No EOL
146 B
TypeScript
|
|
import type { AgentName } from './types';
|
|
|
|
export const AGENT_NAMES: AgentName[] = ['Legal Agent', 'Brand Agent', 'Tone Agent', 'Channel Agent']; |