GetInputText接口

接口功能

获取输入推理文本。

接口格式

std::string &GetInputText();

接口参数

无。

使用样例

std::string text = request->GetInputText();

返回值

推理文本字符串。