Hacker News new | ask | show | jobs
by bomewish 1100 days ago
What can this do that the new ‘calling functions’ feature can’t? It seems to be roughly the same thing?
1 comments

function calling, as I understand it, makes LLM outputs easier to consume by downstream APIs/functions (https://openai.com/blog/function-calling-and-other-api-updat...).

Autolabel is quite orthogonal to this - it's a library that makes interacting with LLMs very easy for labeling text datasets for NLP tasks.

We are actively looking at integrating function calling into Autolabel though, for improving label quality, and support downstream processing.