获取推理请求返回token的最大值。
uint32_t MaxOutputLen() const;
无。
获取请求最大输出长度。
1
uint32_t maxOutLen = request->MaxOutputLen();
推理请求返回token的最大值,uint32_t类型。