feat(llm): route adapters by provider

This commit is contained in:
Yichen Jiang
2026-07-14 21:57:52 +08:00
parent a0359bc4a9
commit e547980d77
218 files changed
+2605 -1844

No files matched your search

+2
View File
@@ -30,6 +30,8 @@ export interface WorkflowPhase {
title: string
/** Optional one-line description of what the phase does. */
detail?: string
/** Optional provider override this phase is expected to use (informational). */
provider?: string
/** Optional model override this phase is expected to use (informational). */
model?: string
}