From e59c4c60c7dfa81b6231742d8170a0bbf7276ce0 Mon Sep 17 00:00:00 2001 From: artale Date: Sat, 27 Jun 2026 13:58:43 +0200 Subject: [PATCH] chore: export mixture metadata type --- src/fable5/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/fable5/index.ts b/src/fable5/index.ts index cda788e..827936a 100644 --- a/src/fable5/index.ts +++ b/src/fable5/index.ts @@ -22,6 +22,7 @@ export type { WorkflowStep, WorkflowDefinition, FanOutResult, + MixtureOfAgentsMetadata, FanOutSubtaskFlow, FanOutSubtaskRouteContext, FanOutExecutor,