remove routing injection.
This commit is contained in:
parent
4e151d301b
commit
e047963c59
|
|
@ -11,11 +11,11 @@ public class RoutingAgentHook : AgentHookBase
|
|||
|
||||
public override bool OnFunctionsLoaded(ref List<FunctionDef> functions)
|
||||
{
|
||||
functions.Add(new FunctionDef
|
||||
/*functions.Add(new FunctionDef
|
||||
{
|
||||
Name = "fallback_to_router",
|
||||
Description = "If the user's request is beyond your capabilities, you can call this function for help."
|
||||
});
|
||||
});*/
|
||||
return base.OnFunctionsLoaded(ref functions);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue