export type AgentsFieldItem = { /** * The item's unique identifier */ id: string; /** * The agent name */ name: string; };