feat(llm): route adapters by provider
This commit is contained in:
218 files changed
+2605
-1844
No files matched your search
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user