fix: update LLMRouter callers after API refactor to use NewLLMRouterDefault
ci / test (push) Successful in 1m44s
ci / test (push) Successful in 1m44s
This commit is contained in:
+1
-1
@@ -218,7 +218,7 @@ func runRoutingWorkflow(c client.Client, routeMsg, specFile string, isCron, dryR
|
||||
logging.Fatal("failed to load knowledge base", logging.Err(err))
|
||||
}
|
||||
|
||||
router, err := routing.NewLLMRouter(kb)
|
||||
router, err := routing.NewLLMRouterDefault(kb)
|
||||
if err != nil {
|
||||
logging.Fatal("failed to create LLM router", logging.Err(err))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user