With instrumentation deprecated callbacks what does this mean for the
? For instance I use a callback manager to surface function calls made by agents as a query is being processed. How would I do this with the
in the
llama_index.core.instrumentation.event_handlers
? Is a callback manager used at all when creating an index with callbacks being deprecated?