定义了一个函数对象类型LlmManagerStatsCallback,它接受一个参数,类型为const std::string&,并且没有返回值。
using LlmManagerStatsCallback = std::function<void(const std::string&)>;