Files
oh-my-opencode/dist/plugin-handlers/agent-priority-order.d.ts
T
2026-03-14 04:56:50 +00:00

2 lines
107 B
TypeScript

export declare function reorderAgentsByPriority(agents: Record<string, unknown>): Record<string, unknown>;