37AST_AI_API std::string
aChat(StringView message);
44AST_AI_API errc_t
aChat(StringView message, std::string& response);
std::string aChat(StringView message)
聊天接口
定义 Chat.cpp:34
void aChatClearMessages()
清除聊天消息历史
定义 Chat.cpp:47
void aChatClearAllMessages()
清除所有聊天消息
定义 Chat.cpp:52