You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So, we register functions as @Bean, then we take them from BF, wrap them and add them to FunctionCatalog and perform further lookups on FunctionCatalog.
However a common mistake is developers autowire functions expecting them to be "instrumented functions" when inside BF they are just beans.
We can probably use BPP to instrument functions at startup time in BF. That would ensure that a single function can be equally looked up via BF or FC, while composed functions would still have to be looked up in FC