Summary:
Unfortunately the Pulsar Functions API doesn't allow you to know the original name of the "type" of the builtin function.
So when you deploy the 'ai-tools' function there is no way of distinguishing it from the 'transforms' function.
This patch changes the name to com.datastax.oss.pulsar.functions.aitools.GenAIToolkit.
It is 100% compatible with the previous versions.
Summary: Unfortunately the Pulsar Functions API doesn't allow you to know the original name of the "type" of the builtin function. So when you deploy the 'ai-tools' function there is no way of distinguishing it from the 'transforms' function.
This patch changes the name to com.datastax.oss.pulsar.functions.aitools.GenAIToolkit. It is 100% compatible with the previous versions.